Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/
DTelecomSystem.java100 .addDataAuthority(DialerCodeReceiver.TELECOM_SECRET_CODE_DEBUG_ON, null); in addDataAuthority() method
102 .addDataAuthority(DialerCodeReceiver.TELECOM_SECRET_CODE_DEBUG_OFF, null); in addDataAuthority() method
104 .addDataAuthority(DialerCodeReceiver.TELECOM_SECRET_CODE_MARK, null); in addDataAuthority() method
106 .addDataAuthority(DialerCodeReceiver.TELECOM_SECRET_CODE_MENU, null); in addDataAuthority() method
/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/applications/managedomainurls/
DDomainUrlsUtilsTest.java121 filter.addDataAuthority(new IntentFilter.AuthorityEntry(domain, port)); in getHandledDomains_includeBrowsableIntentFiltersWithHttpDataScheme()
136 filter.addDataAuthority(new IntentFilter.AuthorityEntry(domain, port)); in getHandledDomains_includeBrowsableIntentFiltersWithHttpsDataScheme()
150 filter.addDataAuthority(new IntentFilter.AuthorityEntry(domain, port)); in getHandledDomains_excludeBrowsableIntentFiltersWithOtherDataScheme()
/packages/apps/Car/LensPicker/src/com/android/support/car/lenspicker/
DLensResolverActivity.java267 filter.addDataAuthority(a.getHost(), in buildIntentFilterForResolveInfo()