Home
last modified time | relevance | path

Searched defs:auth (Results 1 – 17 of 17) sorted by relevance

/frameworks/base/services/tests/uiservicestests/src/com/android/server/slice/
DSliceProviderPermissionsTest.java68 SliceAuthority auth = provider.getOrCreateAuthority("some_auth"); in testDirty_addPkg() local
121 SliceAuthority auth = provider.getOrCreateAuthority("com.android.pkg.slices"); in createProvider() local
DSliceClientPermissionsTest.java184 SliceAuthority auth = client.getOrCreateAuthority( in testDirty_addPkg() local
261 SliceAuthority auth = client.getOrCreateAuthority( in createClient() local
/frameworks/native/libs/binder/include_tls/binder/
DRpcTransportTls.h39 std::unique_ptr<RpcAuth> auth) in RpcTransportCtxFactoryTls()
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/
DCoexCoordinator.java111 @NonNull SuccessfulAuth auth, @NonNull Callback callback) { in CleanupRunnable()
329 SuccessfulAuth auth = popSuccessfulFaceAuthIfExists(currentTimeMillis); in onAuthenticationRejected() local
/frameworks/base/services/core/java/com/android/server/locksettings/
DLockSettingsService.java2414 AuthenticationToken auth = initializeSyntheticPasswordLocked( in verifyCredential() local
2457 private PasswordMetrics loadPasswordMetrics(AuthenticationToken auth, int userHandle) { in loadPasswordMetrics()
2751 private void onAuthTokenKnownForUser(@UserIdInt int userId, AuthenticationToken auth) { in onAuthTokenKnownForUser()
2764 AuthenticationToken auth) { in callToAuthSecretIfNeeded()
2825 final AuthenticationToken auth = mSpManager.newSyntheticPasswordAndSid( in initializeSyntheticPasswordLocked() local
2837 mSpManager.newSidForUser(getGateKeeperService(), auth, userId); in initializeSyntheticPasswordLocked() local
2839 mSpManager.verifyChallenge(getGateKeeperService(), auth, 0L, userId); in initializeSyntheticPasswordLocked() local
3021 AuthenticationToken auth, int userId) { in setLockCredentialWithAuthTokenLocked()
3037 mSpManager.verifyChallenge(getGateKeeperService(), auth, 0L, userId); in setLockCredentialWithAuthTokenLocked() local
3041 mSpManager.newSidForUser(getGateKeeperService(), auth, userId); in setLockCredentialWithAuthTokenLocked() local
[all …]
DSyntheticPasswordManager.java1281 @NonNull AuthenticationToken auth, long challenge, int userId) { in verifyChallenge()
/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/sensors/
DCoexCoordinatorTest.java496 CoexCoordinator.SuccessfulAuth auth = mock(CoexCoordinator.SuccessfulAuth.class); in testCleanupRunnable() local
/frameworks/native/libs/binder/tests/
DbinderRpcBenchmark.cpp100 auto auth = std::make_unique<RpcAuthPreSigned>(std::move(pkey), std::move(cert)); in makeFactoryTls() local
DbinderRpcTest.cpp77 std::unique_ptr<RpcAuth> auth = nullptr) { in newFactory()
1559 std::unique_ptr<RpcAuth> auth = std::make_unique<RpcAuthSelfSigned>()) { in setUp()
1995 auto auth = std::make_unique<RpcAuthPreSigned>(std::move(desPkey), std::move(desCert)); in TEST_P() local
/frameworks/native/libs/binder/
DRpcTransportTls.cpp472 std::shared_ptr<RpcCertificateVerifier> verifier, RpcAuth* auth) { in create()
544 std::shared_ptr<RpcCertificateVerifier> verifier, std::unique_ptr<RpcAuth> auth) { in make()
/frameworks/base/core/java/android/content/
DContentProvider.java2575 String auth = uri.getAuthority(); in validateIncomingUri() local
2608 public static int getUserIdFromAuthority(String auth, int defaultUserId) { in getUserIdFromAuthority()
2622 public static int getUserIdFromAuthority(String auth) { in getUserIdFromAuthority()
2653 public static String getAuthorityWithoutUserId(String auth) { in getAuthorityWithoutUserId()
DIntentFilter.java1390 public final boolean hasDataAuthority(AuthorityEntry auth) { in hasDataAuthority()
/frameworks/base/services/core/java/com/android/server/wm/
DLockTaskController.java361 int auth = getLockTaskAuth(activity, null /* task */); in isNewTaskLockTaskModeViolation() local
/frameworks/base/core/java/android/app/
DContextImpl.java3400 protected IContentProvider acquireProvider(Context context, String auth) { in acquireProvider()
3407 protected IContentProvider acquireExistingProvider(Context context, String auth) { in acquireExistingProvider()
3419 protected IContentProvider acquireUnstableProvider(Context c, String auth) { in acquireUnstableProvider()
3441 protected int resolveUserIdFromAuthority(String auth) { in resolveUserIdFromAuthority()
DActivityThread.java7037 Context c, String auth, int userId, boolean stable) { in acquireProvider()
7100 private ProviderKey getGetProviderKey(String auth, int userId) { in getGetProviderKey()
7182 Context c, String auth, int userId, boolean stable) { in acquireExistingProvider()
/frameworks/base/core/tests/coretests/src/android/app/servertransaction/
DTransactionParcelTests.java670 public void notifyContentProviderPublishStatus(ContentProviderHolder holder, String auth, in notifyContentProviderPublishStatus()
/frameworks/base/services/core/java/com/android/server/content/
DSyncStorageEngine.java1104 AuthorityInfo auth = removing.valueAt(i); in removeStaleAccounts() local