Home
last modified time | relevance | path

Searched refs:AUTHORITY (Results 1 – 25 of 27) sorted by relevance

12

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowContentResolverTest.java62 private static final String AUTHORITY = "org.robolectric"; field in ShadowContentResolverTest
96 ShadowContentResolver.registerProviderInternal(AUTHORITY, new ContentProvider() { in getType_shouldReturnProviderValue()
116 final Uri uri = Uri.parse("content://"+AUTHORITY+"/some/path"); in getType_shouldReturnProviderValue()
257 ShadowContentResolver.registerProviderInternal(AUTHORITY, cp); in acquireUnstableProvider_shouldReturnWithUri()
258 final Uri uri = Uri.parse("content://" + AUTHORITY); in acquireUnstableProvider_shouldReturnWithUri()
265 ShadowContentResolver.registerProviderInternal(AUTHORITY, cp); in acquireUnstableProvider_shouldReturnWithString()
266 …assertThat(contentResolver.acquireUnstableProvider(AUTHORITY)).isSameInstanceAs(cp.getIContentProv… in acquireUnstableProvider_shouldReturnWithString()
274 final Uri uri = Uri.parse("content://" + AUTHORITY); in call_shouldCallProvider()
278 ShadowContentResolver.registerProviderInternal(AUTHORITY, provider); in call_shouldCallProvider()
431 …roviderOperation> resultOperations = shadowContentResolver.getContentProviderOperations(AUTHORITY); in applyBatchForUnregisteredProvider()
[all …]
DShadowContentProviderClientTest.java31 private static final String AUTHORITY = "org.robolectric"; field in ShadowContentProviderClientTest
32 private final Uri URI = Uri.parse("content://" + AUTHORITY);
47 ShadowContentResolver.registerProviderInternal(AUTHORITY, provider); in setUp()
52 ContentProviderClient client = contentResolver.acquireContentProviderClient(AUTHORITY); in acquireContentProviderClient_isStable()
58 ContentProviderClient client = contentResolver.acquireUnstableContentProviderClient(AUTHORITY); in acquireUnstableContentProviderClient_isUnstable()
64 ContentProviderClient client = contentResolver.acquireContentProviderClient(AUTHORITY); in release_shouldRelease()
73 ContentProviderClient client = contentResolver.acquireContentProviderClient(AUTHORITY); in release_shouldFailWhenCalledTwice()
82 ContentProviderClient client = contentResolver.acquireContentProviderClient(AUTHORITY); in shouldDelegateToContentProvider()
/external/ims/rcs/rcsmanager/src/java/com/android/ims/internal/
DEABContract.java52 public static final String AUTHORITY = "com.android.rcs.eab"; field in EABContract
57 public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY);
/external/ims/rcs/presencepolling/src/com/android/service/ims/presence/
DContacts.java61 public static final String AUTHORITY = EABContract.AUTHORITY; field in Contacts
63 public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY);
DEABProvider.java71 addURI(EABContract.AUTHORITY, EABContract.EABColumns.TABLE_NAME, EAB_TABLE);
72 addURI(EABContract.AUTHORITY, EABContract.EABColumns.TABLE_NAME + "/#", EAB_TABLE_ID);
73 addURI(EABContract.AUTHORITY, EABContract.EABColumns.GROUPITEMS_NAME,
DEABDbUtil.java373 context.getContentResolver().applyBatch(EABContract.AUTHORITY, ops); in exceuteDB()
/external/grpc-grpc-java/core/src/test/java/io/grpc/inprocess/
DInProcessTransportTest.java35 private static final String AUTHORITY = "a-testing-authority"; field in InProcessTransportTest
53 return AUTHORITY; in testAuthority()
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/provider/
DScriptProvider.java50 public static final String AUTHORITY = ScriptProvider.class.getName().toLowerCase(); field in ScriptProvider
61 mUriMatcher.addURI(AUTHORITY, LIVEFOLDER, LIVEFOLDER_ID); in ScriptProvider()
62 mUriMatcher.addURI(AUTHORITY, SUGGESTIONS, SUGGESTIONS_ID); in ScriptProvider()
DApiProvider.java45 public static final String AUTHORITY = ApiProvider.class.getName().toLowerCase(); field in ApiProvider
53 mUriMatcher.addURI(AUTHORITY, SUGGESTIONS, SUGGESTIONS_ID); in ApiProvider()
DTelephonyTestProvider.java39 public static final String AUTHORITY = "telephonytestauthority"; field in TelephonyTestProvider
/external/grpc-grpc-java/core/src/test/java/io/grpc/internal/
DCallCredentials2ApplyingTest.java78 private static final String AUTHORITY = "testauthority"; field in CallCredentials2ApplyingTest
104 .setAuthority(AUTHORITY) in setUp()
136 assertSame(AUTHORITY, info.getAuthority()); in parameterPropagation_base()
156 assertSame(AUTHORITY, info.getAuthority()); in parameterPropagation_transportSetSecurityLevel()
DCallCredentialsApplyingTest.java77 private static final String AUTHORITY = "testauthority"; field in CallCredentialsApplyingTest
103 .setAuthority(AUTHORITY) in setUp()
133 assertSame(AUTHORITY, attrs.get(CallCredentials.ATTR_AUTHORITY)); in parameterPropagation_base()
DServerImplTest.java135 private static final String AUTHORITY = "some_authority"; field in ServerImplTest
204 when(stream.getAuthority()).thenReturn(AUTHORITY); in startUp()
515 verify(fallbackRegistry).lookupMethod("Waiter/serve", AUTHORITY); in basicExchangeHelper()
759 verify(fallbackRegistry).lookupMethod("Waiter/serve", AUTHORITY); in exceptionInStartCallPropagatesToStream()
1092 verify(fallbackRegistry).lookupMethod("Service1/Method2", AUTHORITY); in handlerRegistryPriorities()
DManagedChannelImplIdlenessTest.java83 private static final String AUTHORITY = "fakeauthority"; field in ManagedChannelImplIdlenessTest
117 when(mockNameResolver.getServiceAuthority()).thenReturn(AUTHORITY); in setUp()
DRetriableStreamTest.java79 private static final String AUTHORITY = "fakeAuthority"; field in RetriableStreamTest
201 retriableStream.setAuthority(AUTHORITY); in retry_everythingDrained()
219 inOrder.verify(mockStream1).setAuthority(AUTHORITY); in retry_everythingDrained()
264 inOrder.verify(mockStream2).setAuthority(AUTHORITY); in retry_everythingDrained()
311 inOrder.verify(mockStream3).setAuthority(AUTHORITY); in retry_everythingDrained()
DInternalSubchannelTest.java75 private static final String AUTHORITY = "fakeauthority"; field in InternalSubchannelTest
1102 .setAuthority(AUTHORITY) in createClientTransportOptions()
1112 internalSubchannel = new InternalSubchannel(addressGroups, AUTHORITY, USER_AGENT, in createInternalSubchannel()
DManagedChannelImplTest.java148 private static final String AUTHORITY = SERVICE_NAME; field in ManagedChannelImplTest
152 .setAuthority(AUTHORITY)
376 OobChannel oob = (OobChannel) helper.createOobChannel(addressGroup, AUTHORITY); in channelzMembership_oob()
1452 assertEquals(AUTHORITY, attrsCaptor.getValue().get(CallCredentials.ATTR_AUTHORITY)); in informationPropagatedToNewStreamAndCallCredentials()
1475 assertEquals(AUTHORITY, attrsCaptor.getValue().get(CallCredentials.ATTR_AUTHORITY)); in informationPropagatedToNewStreamAndCallCredentials()
/external/grpc-grpc-java/cronet/src/test/java/io/grpc/cronet/
DCronetClientTransportTest.java54 private static final String AUTHORITY = "test.example.com"; field in CronetClientTransportTest
71 AUTHORITY, in setUp()
/external/exoplayer/tree/library/core/src/androidTest/java/com/google/android/exoplayer2/upstream/
DContentDataSourceTest.java45 private static final String AUTHORITY = "com.google.android.exoplayer2.core.test"; field in ContentDataSourceTest
122 .authority(AUTHORITY) in buildUri()
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/
DScriptsLiveFolder.java33 Uri.parse("content://" + ScriptProvider.AUTHORITY + "/" + ScriptProvider.LIVEFOLDER);
/external/grpc-grpc-java/auth/src/test/java/io/grpc/auth/
DGoogleAuthLibraryCallCredentialsTest.java108 private static final String AUTHORITY = "testauthority"; field in GoogleAuthLibraryCallCredentialsTest
401 this(AUTHORITY, SECURITY_LEVEL); in RequestInfoImpl()
405 this(AUTHORITY, securityLevel); in RequestInfoImpl()
/external/grpc-grpc-java/netty/src/main/java/io/grpc/netty/
DGrpcHttp2OutboundHeaders.java38 Http2Headers.PseudoHeaderName.AUTHORITY.value(), authority, in clientRequestHeaders()
/external/glide/library/src/main/java/com/bumptech/glide/load/data/
DMediaStoreThumbFetcher.java92 && MediaStore.AUTHORITY.equals(uri.getAuthority()); in isMediaStoreUri()
/external/python/apitools/samples/iam_sample/iam_v1/
Diam_v1_messages.py91 AUTHORITY = 1 variable in Condition.IamValueValuesEnum
/external/grpc-grpc/src/android/test/interop/app/src/main/assets/
Droots.pem4195 # Issuer: CN=GDCA TrustAUTH R5 ROOT O=GUANG DONG CERTIFICATE AUTHORITY CO.,LTD.
4196 # Subject: CN=GDCA TrustAUTH R5 ROOT O=GUANG DONG CERTIFICATE AUTHORITY CO.,LTD.

12