Home
last modified time | relevance | path

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

/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
DTelephonyProvider.java159 private static final int URL_PREFERAPN_USING_SUBID = 11; field in TelephonyProvider
489 s_urlMatcher.addURI("telephony", "carriers/preferapn/subId/*", URL_PREFERAPN_USING_SUBID);
2946 case URL_PREFERAPN_USING_SUBID: in query()
3251 case URL_PREFERAPN_USING_SUBID: in getType()
3423 case URL_PREFERAPN_USING_SUBID: in insertSingleRow()
3599 case URL_PREFERAPN_USING_SUBID: in delete()
3616 if ((match == URL_PREFERAPN) || (match == URL_PREFERAPN_USING_SUBID)) count = 1; in delete()
3756 case URL_PREFERAPN_USING_SUBID: in update()
3776 (match == URL_PREFERAPN_USING_SUBID)) { in update()
/packages/providers/TelephonyProvider/tests/src/com/android/providers/telephony/
DTelephonyProviderTest.java99 private static final Uri URL_PREFERAPN_USING_SUBID = Uri.parse( field in TelephonyProviderTest
1249 mContentResolver.insert(URL_PREFERAPN_USING_SUBID, preferredValues); in testQueryPreferredApn()
1254 URL_PREFERAPN_USING_SUBID, testProjection, null, null, null); in testQueryPreferredApn()
1376 int count = mContentResolver.update(URL_PREFERAPN_USING_SUBID, prefer, null, null); in testPreferApnSetUrl()