Searched refs:URL_RESTOREAPN_USING_SUBID (Results 1 – 2 of 2) sorted by relevance
96 private static final Uri URL_RESTOREAPN_USING_SUBID = Uri.parse( field in TelephonyProviderTest136 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()
158 private static final int URL_RESTOREAPN_USING_SUBID = 10; field in TelephonyProvider488 s_urlMatcher.addURI("telephony", "carriers/restore/subId/*", URL_RESTOREAPN_USING_SUBID);3578 case URL_RESTOREAPN_USING_SUBID: { in delete()