Loading source/Annex_E_SourceCode/uicc/test/toolkit/api_2_trs_isprav/Api_2_Trs_IsPrAv_2.java +39 −26 Original line number Diff line number Diff line Loading @@ -54,10 +54,14 @@ public class Api_2_Trs_IsPrAv_2 extends TestToolkitApplet */ public void processToolkit(short event) { if (event == EVENT_PROACTIVE_HANDLER_AVAILABLE) { if (event == EVENT_PROACTIVE_HANDLER_AVAILABLE) { try { switch (bMyInstanceId) { // ----------------------------------------------------------------- // Instance 1 execution, Priority Level 1 // ----------------------------------------------------------------- case (byte)1: if ( ToolkitRegistrySystem.isPrioritizedProactiveHandlerAvailableEventSet() == false) { reportTestOutcome((byte)1, true) ; Loading @@ -66,6 +70,11 @@ public class Api_2_Trs_IsPrAv_2 extends TestToolkitApplet reportTestOutcome((byte)1, false) ; } break; // ----------------------------------------------------------------- // Instance 2 execution, Priority Level 2 // ----------------------------------------------------------------- case (byte)2: if ( ToolkitRegistrySystem.isPrioritizedProactiveHandlerAvailableEventSet() == true ) { reportTestOutcome((byte)1, true) ; Loading @@ -74,7 +83,11 @@ public class Api_2_Trs_IsPrAv_2 extends TestToolkitApplet reportTestOutcome((byte)1, false) ; } break; default: reportTestOutcome ((byte)1, false); default: reportTestOutcome ((byte)1, false); break; } } catch (Exception e) { Loading Loading
source/Annex_E_SourceCode/uicc/test/toolkit/api_2_trs_isprav/Api_2_Trs_IsPrAv_2.java +39 −26 Original line number Diff line number Diff line Loading @@ -54,10 +54,14 @@ public class Api_2_Trs_IsPrAv_2 extends TestToolkitApplet */ public void processToolkit(short event) { if (event == EVENT_PROACTIVE_HANDLER_AVAILABLE) { if (event == EVENT_PROACTIVE_HANDLER_AVAILABLE) { try { switch (bMyInstanceId) { // ----------------------------------------------------------------- // Instance 1 execution, Priority Level 1 // ----------------------------------------------------------------- case (byte)1: if ( ToolkitRegistrySystem.isPrioritizedProactiveHandlerAvailableEventSet() == false) { reportTestOutcome((byte)1, true) ; Loading @@ -66,6 +70,11 @@ public class Api_2_Trs_IsPrAv_2 extends TestToolkitApplet reportTestOutcome((byte)1, false) ; } break; // ----------------------------------------------------------------- // Instance 2 execution, Priority Level 2 // ----------------------------------------------------------------- case (byte)2: if ( ToolkitRegistrySystem.isPrioritizedProactiveHandlerAvailableEventSet() == true ) { reportTestOutcome((byte)1, true) ; Loading @@ -74,7 +83,11 @@ public class Api_2_Trs_IsPrAv_2 extends TestToolkitApplet reportTestOutcome((byte)1, false) ; } break; default: reportTestOutcome ((byte)1, false); default: reportTestOutcome ((byte)1, false); break; } } catch (Exception e) { Loading