HomeSort by relevance Sort by last modified time
    Searched refs:mParentApp (Results 1 - 12 of 12) sorted by null

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
RuimRecords.java 119 mParentApp.registerForReady(this, EVENT_APP_READY, null);
120 mParentApp.registerForLocked(this, EVENT_APP_LOCKED, null);
121 mParentApp.registerForNetworkLocked(this, EVENT_APP_NETWORK_LOCKED, null);
129 mParentApp.unregisterForReady(this);
130 mParentApp.unregisterForLocked(this);
131 mParentApp.unregisterForNetworkLocked(this);
351 mParentApp.getPhoneId(), getServiceProviderName());
788 mParentApp.getPhoneId(), operator);
798 mParentApp.getPhoneId(),
816 int phoneId = mParentApp.getUiccProfile().getPhoneId()
    [all...]
SIMRecords.java 219 mParentApp.registerForReady(this, EVENT_APP_READY, null);
220 mParentApp.registerForLocked(this, EVENT_APP_LOCKED, null);
221 mParentApp.registerForNetworkLocked(this, EVENT_APP_NETWORK_LOCKED, null);
230 mParentApp.unregisterForReady(this);
231 mParentApp.unregisterForLocked(this);
232 mParentApp.unregisterForNetworkLocked(this);
268 mTelephonyManager.setSimOperatorNumericForPhone(mParentApp.getPhoneId(), "");
269 mTelephonyManager.setSimOperatorNameForPhone(mParentApp.getPhoneId(), "");
270 mTelephonyManager.setSimCountryIsoForPhone(mParentApp.getPhoneId(), "");
297 if (mParentApp.getType() == AppType.APPTYPE_USIM)
    [all...]
IccRecords.java 54 protected UiccCardApplication mParentApp;
162 + " mParentApp=" + mParentApp
208 mParentApp = app;
220 mTelephonyManager.setSimOperatorNameForPhone(mParentApp.getPhoneId(), spn);
221 mTelephonyManager.setSimOperatorNumericForPhone(mParentApp.getPhoneId(), mccmnc);
239 mParentApp = null;
545 // Check for null pointers, mParentApp can be null after dispose,
547 UiccCardApplication parentApp = mParentApp;
562 log("getServiceProviderName: mParentApp is null, providerName=" + providerName)
    [all...]
IsimUiccRecords.java 86 mParentApp.registerForReady(this, EVENT_APP_READY, null);
95 mParentApp.unregisterForReady(this);
IccFileHandler.java 99 protected final UiccCardApplication mParentApp;
150 mParentApp = app;
  /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/android-all/
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 
android-all-6.0.0_r1-robolectric-0.jar 

Completed in 89 milliseconds