Home
last modified time | relevance | path

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

/packages/providers/TelephonyProvider/tests/src/com/android/providers/telephony/
DTelephonyProviderTest.java135 private static final Uri URL_SIM_APN_LIST = Uri.parse( field in TelephonyProviderTest
2151 Cursor cursor = mContentResolver.query(URL_SIM_APN_LIST, in testSIMAPNLIST_MatchTheMVNOAPN()
2188 Cursor cursor = mContentResolver.query(URL_SIM_APN_LIST, in testSIMAPNLIST_MatchTheMNOAPN()
2230 Cursor cursor = mContentResolver.query(URL_SIM_APN_LIST, testProjection, null, null, null); in testSIMAPNLIST_MatchTheCarrierIDANDMNOAPN()
2279 Cursor cursor = mContentResolver.query(URL_SIM_APN_LIST, in testSIMAPNLIST_MatchTheCarrierAPNAndMVNOAPN()
2314 Cursor cursor = mContentResolver.query(URL_SIM_APN_LIST, in testSIMAPNLIST_isNotActiveSubscription()
2354 Cursor cursor = mContentResolver.query(URL_SIM_APN_LIST, testProjection, null, null, null); in testSIMAPNLIST_MatchTheCarrierIDANDdifferentMNOAPN()
2393 Cursor cursor = mContentResolver.query(URL_SIM_APN_LIST, testProjection, null, null, null); in testSIMAPNLIST_MatchTheCarrierIDMissingMNO()
2426 Cursor cursor = mContentResolver.query(URL_SIM_APN_LIST, testProjection, null, null, null); in testSIMAPNLIST_MatchTheCarrierIDNOTMatchingMNO()
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
DTelephonyProvider.java195 private static final int URL_SIM_APN_LIST = 23; field in TelephonyProvider
685 s_urlMatcher.addURI("telephony", "carriers/sim_apn_list", URL_SIM_APN_LIST);
4474 case URL_SIM_APN_LIST: { in queryInternal()