Home
last modified time | relevance | path

Searched refs:AuthorityEntry (Results 1 – 3 of 3) sorted by relevance

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowIntentFilterAuthorityEntryTest.java14 new IntentFilter.AuthorityEntry("", "not a number"); in constructor_shouldThrowAnExceptionIfPortIsNotAValidNumber()
19 IntentFilter.AuthorityEntry authorityEntry = new IntentFilter.AuthorityEntry("host", null); in constructor_shouldAllowNullPortAndSetToNegativeOne()
/external/grpc-grpc-java/core/src/main/java/io/grpc/internal/
DRetriableStream.java446 class AuthorityEntry implements BufferEntry { in setAuthority() class
453 delayOrExecute(new AuthorityEntry()); in setAuthority()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowPackageManager.java42 import android.content.IntentFilter.AuthorityEntry;
914 AuthorityEntry dataAuthority = filter.getDataAuthority(i); in IntentFilterWrapper()