Home
last modified time | relevance | path

Searched refs:URL_RESTOREAPN_USING_SUBID (Results 1 – 2 of 2) sorted by relevance

/packages/providers/TelephonyProvider/tests/src/com/android/providers/telephony/
DTelephonyProviderTest.java128 private static final Uri URL_RESTOREAPN_USING_SUBID = Uri.parse( field in TelephonyProviderTest
293 if (URL_RESTOREAPN_USING_SUBID.equals(uri)) { in MockContextWithProvider()
2002 mContentResolver.delete(URL_RESTOREAPN_USING_SUBID, null, null); in testRestoreDefaultApn()
2032 mContentResolver.delete(URL_RESTOREAPN_USING_SUBID, null, null); in testRestoreDefaultApn()
2047 mContentResolver.delete(URL_RESTOREAPN_USING_SUBID, null, null); in testRestoreDefaultApn()
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
DTelephonyProvider.java179 private static final int URL_RESTOREAPN_USING_SUBID = 10; field in TelephonyProvider
660 s_urlMatcher.addURI("telephony", "carriers/restore/subId/*", URL_RESTOREAPN_USING_SUBID);
5046 case URL_RESTOREAPN_USING_SUBID: { in deleteSynchronized()