Home
last modified time | relevance | path

Searched refs:mUiccApplcation (Results 1 – 4 of 4) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
DGsmServiceStateTracker.java261 if (mUiccApplcation != null) {mUiccApplcation.unregisterForReady(this);} in dispose()
1428 if (mUiccApplcation != null && mUiccApplcation.getState() == AppState.APPSTATE_READY) { in onRestrictedStateChanged()
2057 if (mUiccApplcation != newUiccApplication) { in onUpdateIccAvailability()
2058 if (mUiccApplcation != null) { in onUpdateIccAvailability()
2060 mUiccApplcation.unregisterForReady(this); in onUpdateIccAvailability()
2065 mUiccApplcation = null; in onUpdateIccAvailability()
2069 mUiccApplcation = newUiccApplication; in onUpdateIccAvailability()
2070 mIccRecords = mUiccApplcation.getIccRecords(); in onUpdateIccAvailability()
2071 mUiccApplcation.registerForReady(this, EVENT_SIM_READY, null); in onUpdateIccAvailability()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
DCdmaServiceStateTracker.java229 if (mUiccApplcation != null) {mUiccApplcation.unregisterForReady(this);} in dispose()
2028 if (mUiccApplcation != newUiccApplication) { in onUpdateIccAvailability()
2029 if (mUiccApplcation != null) { in onUpdateIccAvailability()
2031 mUiccApplcation.unregisterForReady(this); in onUpdateIccAvailability()
2036 mUiccApplcation = null; in onUpdateIccAvailability()
2040 mUiccApplcation = newUiccApplication; in onUpdateIccAvailability()
2041 mIccRecords = mUiccApplcation.getIccRecords(); in onUpdateIccAvailability()
2043 mUiccApplcation.registerForReady(this, EVENT_RUIM_READY, null); in onUpdateIccAvailability()
DCdmaLteServiceStateTracker.java462 if (mUiccApplcation != null && mUiccApplcation.getState() == AppState.APPSTATE_READY && in pollStateDone()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DServiceStateTracker.java74 protected UiccCardApplication mUiccApplcation = null; field in ServiceStateTracker
907 if (mUiccApplcation != null) { in shouldFixTimeZoneNow()
908 iccCardExist = mUiccApplcation.getState() != AppState.APPSTATE_UNKNOWN; in shouldFixTimeZoneNow()