Searched refs:CALL_NOTIFICATION_ID (Results 1 - 1 of 1) sorted by relevance

/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
H A DCallServiceNotifier.java56 private static final int CALL_NOTIFICATION_ID = 1; field in class:CallServiceNotifier
83 getNotificationManager(context).notify(CALL_NOTIFICATION_ID, getMainNotification(context));
93 getNotificationManager(context).cancel(CALL_NOTIFICATION_ID);

Completed in 74 milliseconds