Home
last modified time | relevance | path

Searched refs:EVENT_UICC_APPS_ENABLEMENT_STATUS_CHANGED (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DGsmCdmaPhoneTest.java23 import static com.android.internal.telephony.Phone.EVENT_UICC_APPS_ENABLEMENT_STATUS_CHANGED;
1254 Message.obtain(mPhoneUT, EVENT_UICC_APPS_ENABLEMENT_STATUS_CHANGED, in testReapplyUiccApplicationEnablementNotNeeded()
1278 Message.obtain(mPhoneUT, EVENT_UICC_APPS_ENABLEMENT_STATUS_CHANGED, in testReapplyUiccApplicationEnablementSuccess()
1316 Message.obtain(mPhoneUT, EVENT_UICC_APPS_ENABLEMENT_STATUS_CHANGED, in testReapplyUiccApplicationEnablementRetry()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DGsmCdmaPhone.java361 EVENT_UICC_APPS_ENABLEMENT_STATUS_CHANGED, in initOnce()
3089 case EVENT_UICC_APPS_ENABLEMENT_STATUS_CHANGED: in handleMessage()
DPhone.java210 protected static final int EVENT_UICC_APPS_ENABLEMENT_STATUS_CHANGED = 53; field in Phone