/frameworks/base/services/core/java/com/android/server/accounts/ |
D | IAccountAuthenticatorCache.java | 74 boolean getBindInstantServiceAllowed(int userId); in getBindInstantServiceAllowed() method
|
D | AccountManagerServiceShellCommand.java | 58 mService.getBindInstantServiceAllowed(userId))); in runGetBindInstantServiceAllowed()
|
D | AccountManagerService.java | 411 boolean getBindInstantServiceAllowed(int userId) { in getBindInstantServiceAllowed() method in AccountManagerService 412 return mAuthenticatorCache.getBindInstantServiceAllowed(userId); in getBindInstantServiceAllowed() 5064 if (mAuthenticatorCache.getBindInstantServiceAllowed(mAccounts.userId)) {
|
/frameworks/base/services/accessibility/java/com/android/server/accessibility/ |
D | AccessibilityShellCommand.java | 57 mService.getBindInstantServiceAllowed(userId))); in runGetBindInstantServiceAllowed()
|
D | AccessibilityServiceConnection.java | 100 if (userState.getBindInstantServiceAllowed()) { in bindLocked()
|
D | AccessibilityManagerService.java | 356 boolean getBindInstantServiceAllowed(int userId) { in getBindInstantServiceAllowed() method in AccessibilityManagerService 359 return userState.getBindInstantServiceAllowed(); in getBindInstantServiceAllowed() 1353 if (userState.getBindInstantServiceAllowed()) { in readInstalledAccessibilityServiceLocked() 4260 public boolean getBindInstantServiceAllowed() { in getBindInstantServiceAllowed() method in AccessibilityManagerService.UserState
|
/frameworks/base/services/print/java/com/android/server/print/ |
D | PrintShellCommand.java | 61 Boolean.toString(mService.getBindInstantServiceAllowed(userId))); in runGetBindInstantServiceAllowed()
|
D | PrintManagerService.java | 735 public boolean getBindInstantServiceAllowed(@UserIdInt int userId) { in getBindInstantServiceAllowed() method in PrintManagerService.PrintManagerImpl 748 return userState.getBindInstantServiceAllowed(); in getBindInstantServiceAllowed()
|
D | UserState.java | 1199 public boolean getBindInstantServiceAllowed() { in getBindInstantServiceAllowed() method in UserState
|
/frameworks/base/core/java/android/print/ |
D | IPrintManager.aidl | 154 boolean getBindInstantServiceAllowed(int userId); in getBindInstantServiceAllowed() method
|
/frameworks/base/core/java/android/content/pm/ |
D | RegisteredServicesCache.java | 404 public boolean getBindInstantServiceAllowed(int userId) { in getBindInstantServiceAllowed() method in RegisteredServicesCache
|
/frameworks/base/services/ |
D | art-profile | 2131 …ndroid/server/accessibility/AccessibilityManagerService$UserState;->getBindInstantServiceAllowed()Z
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 16003 Landroid/content/pm/RegisteredServicesCache;->getBindInstantServiceAllowed(I)Z 54628 Landroid/print/IPrintManager$Stub$Proxy;->getBindInstantServiceAllowed(I)Z 54681 Landroid/print/IPrintManager;->getBindInstantServiceAllowed(I)Z
|
D | boot-image-profile.txt | 4489 HPLandroid/content/pm/RegisteredServicesCache;->getBindInstantServiceAllowed(I)Z
|