Searched defs:auth (Results 1 – 12 of 12) sorted by relevance
| /frameworks/base/services/tests/uiservicestests/src/com/android/server/slice/ |
| D | SliceProviderPermissionsTest.java | 68 SliceAuthority auth = provider.getOrCreateAuthority("some_auth"); in testDirty_addPkg() local 121 SliceAuthority auth = provider.getOrCreateAuthority("com.android.pkg.slices"); in createProvider() local
|
| D | SliceClientPermissionsTest.java | 184 SliceAuthority auth = client.getOrCreateAuthority( in testDirty_addPkg() local 261 SliceAuthority auth = client.getOrCreateAuthority( in createClient() local
|
| /frameworks/native/libs/binder/include_tls/binder/ |
| D | RpcTransportTls.h | 39 std::unique_ptr<RpcAuth> auth) in RpcTransportCtxFactoryTls()
|
| /frameworks/native/libs/binder/tests/ |
| D | binderRpcBenchmark.cpp | 100 auto auth = std::make_unique<RpcAuthPreSigned>(std::move(pkey), std::move(cert)); in makeFactoryTls() local
|
| D | binderRpcTest.cpp | 1418 std::unique_ptr<RpcAuth> auth = std::make_unique<RpcAuthSelfSigned>()) { in setUp() 1985 auto auth = std::make_unique<RpcAuthPreSigned>(std::move(desPkey), std::move(desCert)); in TEST_P() local
|
| /frameworks/native/libs/binder/ |
| D | RpcTransportTls.cpp | 488 std::shared_ptr<RpcCertificateVerifier> verifier, RpcAuth* auth) { in create() 560 std::shared_ptr<RpcCertificateVerifier> verifier, std::unique_ptr<RpcAuth> auth) { in make()
|
| /frameworks/base/core/java/android/content/ |
| D | ContentProvider.java | 2743 String auth = uri.getAuthority(); in validateIncomingUri() local 2780 public static int getUserIdFromAuthority(String auth, int defaultUserId) { in getUserIdFromAuthority() 2794 public static int getUserIdFromAuthority(String auth) { in getUserIdFromAuthority() 2825 public static String getAuthorityWithoutUserId(String auth) { in getAuthorityWithoutUserId()
|
| D | IntentFilter.java | 1433 public final boolean hasDataAuthority(AuthorityEntry auth) { in hasDataAuthority()
|
| /frameworks/base/services/core/java/com/android/server/wm/ |
| D | LockTaskController.java | 362 int auth = getLockTaskAuth(activity, null /* task */); in isNewTaskLockTaskModeViolation() local
|
| /frameworks/base/core/java/android/app/ |
| D | ContextImpl.java | 3648 protected IContentProvider acquireProvider(Context context, String auth) { in acquireProvider() 3655 protected IContentProvider acquireExistingProvider(Context context, String auth) { in acquireExistingProvider() 3667 protected IContentProvider acquireUnstableProvider(Context c, String auth) { in acquireUnstableProvider() 3689 protected int resolveUserIdFromAuthority(String auth) { in resolveUserIdFromAuthority()
|
| D | ActivityThread.java | 7365 Context c, String auth, int userId, boolean stable) { in acquireProvider() 7428 private ProviderKey getGetProviderKey(String auth, int userId) { in getGetProviderKey() 7510 Context c, String auth, int userId, boolean stable) { in acquireExistingProvider()
|
| /frameworks/base/services/core/java/com/android/server/content/ |
| D | SyncStorageEngine.java | 1135 AuthorityInfo auth = removing.valueAt(i); in removeStaleAccounts() local
|