Home
last modified time | relevance | path

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

/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
DSelfManagedConnection.java52 public static final String CALL_NOTIFICATION = "com.android.server.telecom.testapps.CALL"; field in SelfManagedConnection
144 notificationManager.notify(CALL_NOTIFICATION, mCallId, notification); in onShowIncomingCallUi()
189 notificationManager.notify(CALL_NOTIFICATION, mCallId, mNotificationBuilder.build()); in onSilence()
211 notificationManager.cancel(CALL_NOTIFICATION, mCallId); in setConnectionDisconnected()
DSelfManagedCallNotificationReceiver.java49 notificationManager.cancel(SelfManagedConnection.CALL_NOTIFICATION, callId); in onReceive()
58 notificationManager.cancel(SelfManagedConnection.CALL_NOTIFICATION, callId); in onReceive()