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.java96 private static final Uri URL_RESTOREAPN_USING_SUBID = Uri.parse( field in TelephonyProviderTest
136 if (URL_RESTOREAPN_USING_SUBID.equals(uri)) { in MockContextWithProvider()
1436 mContentResolver.delete(URL_RESTOREAPN_USING_SUBID, null, null); in testRestoreDefaultApn()
1466 mContentResolver.delete(URL_RESTOREAPN_USING_SUBID, null, null); in testRestoreDefaultApn()
1481 mContentResolver.delete(URL_RESTOREAPN_USING_SUBID, null, null); in testRestoreDefaultApn()
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
DTelephonyProvider.java158 private static final int URL_RESTOREAPN_USING_SUBID = 10; field in TelephonyProvider
488 s_urlMatcher.addURI("telephony", "carriers/restore/subId/*", URL_RESTOREAPN_USING_SUBID);
3578 case URL_RESTOREAPN_USING_SUBID: { in delete()