Home
last modified time | relevance | path

Searched defs:auth (Results 1 – 12 of 12) 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/native/libs/binder/tests/
DbinderRpcBenchmark.cpp100 auto auth = std::make_unique<RpcAuthPreSigned>(std::move(pkey), std::move(cert)); in makeFactoryTls() local
DbinderRpcTest.cpp1418 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/
DRpcTransportTls.cpp488 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/
DContentProvider.java2743 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()
DIntentFilter.java1433 public final boolean hasDataAuthority(AuthorityEntry auth) { in hasDataAuthority()
/frameworks/base/services/core/java/com/android/server/wm/
DLockTaskController.java362 int auth = getLockTaskAuth(activity, null /* task */); in isNewTaskLockTaskModeViolation() local
/frameworks/base/core/java/android/app/
DContextImpl.java3648 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()
DActivityThread.java7365 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/
DSyncStorageEngine.java1135 AuthorityInfo auth = removing.valueAt(i); in removeStaleAccounts() local