Home
last modified time | relevance | path

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

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DInCallControllerTests.java19 import static com.android.server.telecom.InCallController.IN_CALL_SERVICE_NOTIFICATION_ID;
940 eq(IN_CALL_SERVICE_NOTIFICATION_ID), any(Notification.class), in testBindToService_NullBinding_FallBackToSystem()
1450 eq(InCallController.IN_CALL_SERVICE_NOTIFICATION_ID), any(), in testBindToService_NonUiSelfManaged()
/packages/services/Telecomm/src/com/android/server/telecom/
DInCallController.java96 public static final int IN_CALL_SERVICE_NOTIFICATION_ID = 3; field in InCallController
3225 notificationManager.notifyAsUser(NOTIFICATION_TAG, IN_CALL_SERVICE_NOTIFICATION_ID, in sendCrashedInCallServiceNotification()