Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DManagedServices.java669 protected boolean isServiceTokenValidLocked(IInterface service) { in isServiceTokenValidLocked() method in ManagedServices
DNotificationManagerService.java4199 if (!assistantAllowed || !mAssistants.isServiceTokenValidLocked(info.service)) {
8249 final NotificationStats stats = mAssistants.isServiceTokenValidLocked(info.service)
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationManagerServiceTest.java1932 when(mAssistants.isServiceTokenValidLocked(any())).thenReturn(true); in testGetNotificationChannelFromPrivilegedListener_assistant_success()
1946 when(mAssistants.isServiceTokenValidLocked(any())).thenReturn(false); in testGetNotificationChannelFromPrivilegedListener_assistant_noAccess()
/frameworks/base/services/
Dart-profile9297 HSPLcom/android/server/notification/ManagedServices;->isServiceTokenValidLocked(Landroid/os/IInterf…