Searched refs:EVENT_SUBSCRIPTION_INFO_READY (Results 1 – 2 of 2) sorted by relevance
80 private static final int EVENT_SUBSCRIPTION_INFO_READY = 116; field in CallManager603 phone.registerForSubscriptionInfoReady(handler, EVENT_SUBSCRIPTION_INFO_READY, null); in registerForPhoneStates()2159 case EVENT_SUBSCRIPTION_INFO_READY: in handleMessage()
139 private static final int EVENT_SUBSCRIPTION_INFO_READY = 2; field in ServiceStateTrackerTest1550 sst.registerForSubscriptionInfoReady(mTestHandler, EVENT_SUBSCRIPTION_INFO_READY, null); in testRegisterForSubscriptionInfoReady()1562 assertEquals(EVENT_SUBSCRIPTION_INFO_READY, messageArgumentCaptor.getValue().what); in testRegisterForSubscriptionInfoReady()