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.java180 private static final int URL_PREFERAPN_USING_SUBID = 11; field in TelephonyProvider
661 s_urlMatcher.addURI("telephony", "carriers/preferapn/subId/*", URL_PREFERAPN_USING_SUBID);
4367 case URL_PREFERAPN_USING_SUBID: in queryInternal()
4737 case URL_PREFERAPN_USING_SUBID: in getType()
4902 case URL_PREFERAPN_USING_SUBID: in insertSingleRow()
5066 case URL_PREFERAPN_USING_SUBID: in deleteSynchronized()
5082 if ((match == URL_PREFERAPN) || (match == URL_PREFERAPN_USING_SUBID)) count = 1; in deleteSynchronized()
5212 case URL_PREFERAPN_USING_SUBID: in updateSynchronized()
5231 (match == URL_PREFERAPN_USING_SUBID)) { in updateSynchronized()
/packages/providers/TelephonyProvider/tests/src/com/android/providers/telephony/
DTelephonyProviderTest.java131 private static final Uri URL_PREFERAPN_USING_SUBID = Uri.parse( field in TelephonyProviderTest
1815 mContentResolver.insert(URL_PREFERAPN_USING_SUBID, preferredValues); in testQueryPreferredApn()
1820 URL_PREFERAPN_USING_SUBID, testProjection, null, null, null); in testQueryPreferredApn()
1942 int count = mContentResolver.update(URL_PREFERAPN_USING_SUBID, prefer, null, null); in testPreferApnSetUrl()