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