Searched refs:EVENT_UICC_APPS_ENABLEMENT_STATUS_CHANGED (Results 1 – 3 of 3) sorted by relevance
28 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()
502 EVENT_UICC_APPS_ENABLEMENT_STATUS_CHANGED, in initOnce()3639 case EVENT_UICC_APPS_ENABLEMENT_STATUS_CHANGED: in handleMessage()
240 protected static final int EVENT_UICC_APPS_ENABLEMENT_STATUS_CHANGED = 53; field in Phone