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.java111 Message notificationMsg = mSpyCarrierSST.obtainMessage( in testCancelBothNotifications() local
115 mSpyCarrierSST.handleMessage(notificationMsg); in testCancelBothNotifications()
128 Message notificationMsg = mSpyCarrierSST.obtainMessage( in testSendBothNotifications() local
135 mSpyCarrierSST.handleMessage(notificationMsg); in testSendBothNotifications()
205 Message notificationMsg = mSpyCarrierSST.obtainMessage( in testSendEmergencyNetworkNotification() local
207 mSpyCarrierSST.handleMessage(notificationMsg); in testSendEmergencyNetworkNotification()
214 mSpyCarrierSST.handleMessage(notificationMsg); in testSendEmergencyNetworkNotification()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCarrierServiceStateTracker.java237 Message notificationMsg = obtainMessage(notificationType.getTypeId(), null); in evaluateSendingMessageOrCancelNotification() local
239 sendMessageDelayed(notificationMsg, getDelay(notificationType)); in evaluateSendingMessageOrCancelNotification()