Searched refs:AuthorityEntry (Results 1 – 3 of 3) sorted by relevance
14 new IntentFilter.AuthorityEntry("", "not a number"); in constructor_shouldThrowAnExceptionIfPortIsNotAValidNumber()19 IntentFilter.AuthorityEntry authorityEntry = new IntentFilter.AuthorityEntry("host", null); in constructor_shouldAllowNullPortAndSetToNegativeOne()
446 class AuthorityEntry implements BufferEntry { in setAuthority() class453 delayOrExecute(new AuthorityEntry()); in setAuthority()
42 import android.content.IntentFilter.AuthorityEntry;914 AuthorityEntry dataAuthority = filter.getDataAuthority(i); in IntentFilterWrapper()