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.java28 import static com.android.internal.telephony.Phone.EVENT_UICC_APPS_ENABLEMENT_STATUS_CHANGED;
1318 Message.obtain(mPhoneUT, EVENT_UICC_APPS_ENABLEMENT_STATUS_CHANGED, in testReapplyUiccApplicationEnablementNotNeeded()
1344 Message.obtain(mPhoneUT, EVENT_UICC_APPS_ENABLEMENT_STATUS_CHANGED, in testReapplyUiccApplicationEnablementSuccess()
1397 Message.obtain(mPhoneUT, EVENT_UICC_APPS_ENABLEMENT_STATUS_CHANGED, in testReapplyUiccApplicationEnablementRetry()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DGsmCdmaPhone.java502 EVENT_UICC_APPS_ENABLEMENT_STATUS_CHANGED, in initOnce()
3639 case EVENT_UICC_APPS_ENABLEMENT_STATUS_CHANGED: in handleMessage()
DPhone.java240 protected static final int EVENT_UICC_APPS_ENABLEMENT_STATUS_CHANGED = 53; field in Phone