HomeSort by relevance Sort by last modified time
    Searched defs:UiccController (Results 1 - 8 of 8) sorted by null

  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/
UiccStateChangedLauncherTest.java 94 new UiccStateChangedLauncher(mContext, UiccController.getInstance());
96 verify(UiccController.getInstance(), times(1)).registerForIccChanged(eq(uiccLauncher),
106 when(UiccController.getInstance().getUiccCards()).thenReturn(cards);
121 when(UiccController.getInstance().getUiccCards()).thenReturn(cards);
137 when(UiccController.getInstance().getUiccCards()).thenReturn(cards);
158 new UiccStateChangedLauncher(mContext, UiccController.getInstance());
159 verify(UiccController.getInstance(), never()).registerForIccChanged(eq(uiccLauncher),
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
UiccController.java 45 * UiccController is created with the call to make() function.
46 * UiccController is a singleton and make() must only be called once
49 * Once created UiccController registers with RIL for "on" and "unsol_sim_status_changed"
50 * notifications. When such notification arrives UiccController will call
56 * UiccController
79 public class UiccController extends Handler {
81 private static final String LOG_TAG = "UiccController";
96 private static UiccController mInstance;
108 public static UiccController make(Context c, CommandsInterface[] ci) {
113 mInstance = new UiccController(c, ci)
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/lib/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-6.0.0_r1-robolectric-0.jar 

Completed in 1220 milliseconds