Home
last modified time | relevance | path

Searched refs:isServiceTokenValidLocked (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/services/core/java/com/android/server/notification/
DManagedServices.java1075 protected boolean isServiceTokenValidLocked(IInterface service) { in isServiceTokenValidLocked() method in ManagedServices
DNotificationManagerService.java4985 if (mAssistants.isServiceTokenValidLocked(token)) {
6442 if (!assistantAllowed || !mAssistants.isServiceTokenValidLocked(info.service)) {
10747 return mAssistants.isServiceTokenValidLocked(service);
12168 final NotificationStats stats = mAssistants.isServiceTokenValidLocked(info.service)
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationManagerServiceTest.java4278 when(mAssistants.isServiceTokenValidLocked(any())).thenReturn(true); in testGetNotificationChannelFromPrivilegedListener_assistant_success()
4293 when(mAssistants.isServiceTokenValidLocked(any())).thenReturn(false); in testGetNotificationChannelFromPrivilegedListener_assistant_noAccess()
6490 when(mAssistants.isServiceTokenValidLocked(any())).thenReturn(true); in testSensitiveAdjustmentsLogged()
6536 when(mAssistants.isServiceTokenValidLocked(any())).thenReturn(true); in testAdjustmentToImportanceNone_cancelsNotification()
/frameworks/base/services/
Dart-profile2014 HSPLcom/android/server/notification/ManagedServices;->isServiceTokenValidLocked(Landroid/os/IInterf…
Dart-wear-profile15687 PLcom/android/server/notification/ManagedServices;->isServiceTokenValidLocked(Landroid/os/IInterfac…