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