Searched refs:isServiceTokenValidLocked (Results 1 – 4 of 4) sorted by relevance
669 protected boolean isServiceTokenValidLocked(IInterface service) { in isServiceTokenValidLocked() method in ManagedServices
4199 if (!assistantAllowed || !mAssistants.isServiceTokenValidLocked(info.service)) {8249 final NotificationStats stats = mAssistants.isServiceTokenValidLocked(info.service)
1932 when(mAssistants.isServiceTokenValidLocked(any())).thenReturn(true); in testGetNotificationChannelFromPrivilegedListener_assistant_success()1946 when(mAssistants.isServiceTokenValidLocked(any())).thenReturn(false); in testGetNotificationChannelFromPrivilegedListener_assistant_noAccess()
9297 HSPLcom/android/server/notification/ManagedServices;->isServiceTokenValidLocked(Landroid/os/IInterf…