Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/
DInCallController.java71 public static final int IN_CALL_SERVICE_NOTIFICATION_ID = 3; field in InCallController
1835 notificationManager.notify(NOTIFICATION_TAG, IN_CALL_SERVICE_NOTIFICATION_ID, in sendCrashedInCallServiceNotification()
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DInCallControllerTests.java19 import static com.android.server.telecom.InCallController.IN_CALL_SERVICE_NOTIFICATION_ID;
609 eq(IN_CALL_SERVICE_NOTIFICATION_ID), any(Notification.class)); in testBindToService_NullBinding_FallBackToSystem()