Searched refs:isServiceTokenValidLocked (Results 1 – 5 of 5) sorted by relevance
1075 protected boolean isServiceTokenValidLocked(IInterface service) { in isServiceTokenValidLocked() method in ManagedServices
4985 if (mAssistants.isServiceTokenValidLocked(token)) {6442 if (!assistantAllowed || !mAssistants.isServiceTokenValidLocked(info.service)) {10747 return mAssistants.isServiceTokenValidLocked(service);12168 final NotificationStats stats = mAssistants.isServiceTokenValidLocked(info.service)
4278 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()
2014 HSPLcom/android/server/notification/ManagedServices;->isServiceTokenValidLocked(Landroid/os/IInterf…
15687 PLcom/android/server/notification/ManagedServices;->isServiceTokenValidLocked(Landroid/os/IInterfac…