Searched refs:CALL_NOTIFICATION (Results 1 – 2 of 2) sorted by relevance
52 public static final String CALL_NOTIFICATION = "com.android.server.telecom.testapps.CALL"; field in SelfManagedConnection144 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()
49 notificationManager.cancel(SelfManagedConnection.CALL_NOTIFICATION, callId); in onReceive()58 notificationManager.cancel(SelfManagedConnection.CALL_NOTIFICATION, callId); in onReceive()