Searched refs:getBindInstantServiceAllowed (Results 1 – 11 of 11) sorted by relevance
74 boolean getBindInstantServiceAllowed(int userId); in getBindInstantServiceAllowed() method
57 mService.getBindInstantServiceAllowed(userId))); in runGetBindInstantServiceAllowed()
414 boolean getBindInstantServiceAllowed(int userId) { in getBindInstantServiceAllowed() method in AccountManagerService415 return mAuthenticatorCache.getBindInstantServiceAllowed(userId); in getBindInstantServiceAllowed()5041 if (mAuthenticatorCache.getBindInstantServiceAllowed(mAccounts.userId)) {
315 boolean getBindInstantServiceAllowed(int userId) { in getBindInstantServiceAllowed() method in AccessibilityManagerService316 return mSecurityPolicy.getBindInstantServiceAllowed(userId); in getBindInstantServiceAllowed()3073 private boolean getBindInstantServiceAllowed(int userId) { in getBindInstantServiceAllowed() method in AccessibilityManagerService.SecurityPolicy
61 Boolean.toString(mService.getBindInstantServiceAllowed(userId))); in runGetBindInstantServiceAllowed()
734 public boolean getBindInstantServiceAllowed(@UserIdInt int userId) { in getBindInstantServiceAllowed() method in PrintManagerService.PrintManagerImpl747 return userState.getBindInstantServiceAllowed(); in getBindInstantServiceAllowed()
1199 public boolean getBindInstantServiceAllowed() { in getBindInstantServiceAllowed() method in UserState
154 boolean getBindInstantServiceAllowed(int userId); in getBindInstantServiceAllowed() method
397 public boolean getBindInstantServiceAllowed(int userId) { in getBindInstantServiceAllowed() method in RegisteredServicesCache
4663 HPLandroid/print/IPrintManager;->getBindInstantServiceAllowed(I)Z