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.java96 Message notificationMsg = mSpyCarrierSST.obtainMessage( in testCancelBothNotifications() local
100 mSpyCarrierSST.handleMessage(notificationMsg); in testCancelBothNotifications()
114 Message notificationMsg = mSpyCarrierSST.obtainMessage( in testSendBothNotifications() local
121 mSpyCarrierSST.handleMessage(notificationMsg); in testSendBothNotifications()
194 Message notificationMsg = mSpyCarrierSST.obtainMessage( in testSendEmergencyNetworkNotification() local
196 mSpyCarrierSST.handleMessage(notificationMsg); in testSendEmergencyNetworkNotification()
203 mSpyCarrierSST.handleMessage(notificationMsg); in testSendEmergencyNetworkNotification()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCarrierServiceStateTracker.java235 Message notificationMsg = obtainMessage(notificationType.getTypeId(), null); in evaluateSendingMessageOrCancelNotification() local
237 sendMessageDelayed(notificationMsg, getDelay(notificationType)); in evaluateSendingMessageOrCancelNotification()