Searched refs:EVENT_SUBSCRIPTION_INFO_READY (Results 1 – 2 of 2) sorted by relevance
77 private static final int EVENT_SUBSCRIPTION_INFO_READY = 116; field in CallManager600 phone.registerForSubscriptionInfoReady(handler, EVENT_SUBSCRIPTION_INFO_READY, null); in registerForPhoneStates()2156 case EVENT_SUBSCRIPTION_INFO_READY: in handleMessage()
140 private static final int EVENT_SUBSCRIPTION_INFO_READY = 2; field in ServiceStateTrackerTest1738 sst.registerForSubscriptionInfoReady(mTestHandler, EVENT_SUBSCRIPTION_INFO_READY, null); in testRegisterForSubscriptionInfoReady()1750 assertEquals(EVENT_SUBSCRIPTION_INFO_READY, messageArgumentCaptor.getValue().what); in testRegisterForSubscriptionInfoReady()