Searched refs:URL_RESTOREAPN_USING_SUBID (Results 1 – 2 of 2) sorted by relevance
128 private static final Uri URL_RESTOREAPN_USING_SUBID = Uri.parse( field in TelephonyProviderTest293 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()
179 private static final int URL_RESTOREAPN_USING_SUBID = 10; field in TelephonyProvider660 s_urlMatcher.addURI("telephony", "carriers/restore/subId/*", URL_RESTOREAPN_USING_SUBID);5046 case URL_RESTOREAPN_USING_SUBID: { in deleteSynchronized()