Searched refs:EVENT_SUBSCRIPTION_INFO_READY (Results 1 – 2 of 2) sorted by relevance
79 private static final int EVENT_SUBSCRIPTION_INFO_READY = 116; field in CallManager597 phone.registerForSubscriptionInfoReady(handler, EVENT_SUBSCRIPTION_INFO_READY, null); in registerForPhoneStates()2139 case EVENT_SUBSCRIPTION_INFO_READY: in handleMessage()
152 private static final int EVENT_SUBSCRIPTION_INFO_READY = 2; field in ServiceStateTrackerTest1800 sst.registerForSubscriptionInfoReady(mTestHandler, EVENT_SUBSCRIPTION_INFO_READY, null); in testRegisterForSubscriptionInfoReady()1812 assertEquals(EVENT_SUBSCRIPTION_INFO_READY, messageArgumentCaptor.getValue().what); in testRegisterForSubscriptionInfoReady()