Home
last modified time | relevance | path

Searched refs:notificationMsg (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DCarrierServiceStateTrackerTest.java126 Message notificationMsg = mSpyCarrierSST.obtainMessage( in testCancelBothNotifications() local
130 mSpyCarrierSST.handleMessage(notificationMsg); in testCancelBothNotifications()
144 Message notificationMsg = mSpyCarrierSST.obtainMessage( in testSendBothNotifications() local
151 mSpyCarrierSST.handleMessage(notificationMsg); in testSendBothNotifications()
232 Message notificationMsg = mSpyCarrierSST.obtainMessage( in testSendEmergencyNetworkNotification() local
234 mSpyCarrierSST.handleMessage(notificationMsg); in testSendEmergencyNetworkNotification()
241 mSpyCarrierSST.handleMessage(notificationMsg); in testSendEmergencyNetworkNotification()
324 Message notificationMsg = mSpyCarrierSST.obtainMessage(messageWhat, null); in sendMessageOnHandler() local
328 mSpyCarrierSST.handleMessage(notificationMsg); in sendMessageOnHandler()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCarrierServiceStateTracker.java360 Message notificationMsg = obtainMessage(notificationType.getTypeId(), null); in evaluateSendingMessageOrCancelNotification() local
362 sendMessageDelayed(notificationMsg, getDelay(notificationType)); in evaluateSendingMessageOrCancelNotification()