Searched refs:isServiceTokenValidLocked (Results 1 – 4 of 4) sorted by relevance
1052 protected boolean isServiceTokenValidLocked(IInterface service) { in isServiceTokenValidLocked() method in ManagedServices
4600 if (mAssistants.isServiceTokenValidLocked(token)) {4882 if (mAssistants.isServiceTokenValidLocked(token)) {5866 if (!assistantAllowed || !mAssistants.isServiceTokenValidLocked(info.service)) {10378 return mAssistants.isServiceTokenValidLocked(service);11551 final NotificationStats stats = mAssistants.isServiceTokenValidLocked(info.service)
3824 when(mAssistants.isServiceTokenValidLocked(any())).thenReturn(true); in testGetNotificationChannelFromPrivilegedListener_assistant_success()3839 when(mAssistants.isServiceTokenValidLocked(any())).thenReturn(false); in testGetNotificationChannelFromPrivilegedListener_assistant_noAccess()5725 when(mAssistants.isServiceTokenValidLocked(any())).thenReturn(true); in testAdjustmentToImportanceNone_cancelsNotification()
5072 HSPLcom/android/server/notification/ManagedServices;->isServiceTokenValidLocked(Landroid/os/IInterf…