Home
last modified time | relevance | path

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

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