Searched refs:URL_SIM_APN_LIST (Results 1 – 2 of 2) sorted by relevance
/packages/providers/TelephonyProvider/tests/src/com/android/providers/telephony/ |
D | TelephonyProviderTest.java | 103 private static final Uri URL_SIM_APN_LIST = Uri.parse( field in TelephonyProviderTest 1585 Cursor cursor = mContentResolver.query(URL_SIM_APN_LIST, in testSIMAPNLIST_MatchTheMVNOAPN() 1622 Cursor cursor = mContentResolver.query(URL_SIM_APN_LIST, in testSIMAPNLIST_MatchTheMNOAPN() 1664 Cursor cursor = mContentResolver.query(URL_SIM_APN_LIST, testProjection, null, null, null); in testSIMAPNLIST_MatchTheCarrierIDANDMNOAPN() 1713 Cursor cursor = mContentResolver.query(URL_SIM_APN_LIST, in testSIMAPNLIST_MatchTheCarrierAPNAndMVNOAPN() 1748 Cursor cursor = mContentResolver.query(URL_SIM_APN_LIST, in testSIMAPNLIST_isNotActiveSubscription()
|
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/ |
D | TelephonyProvider.java | 174 private static final int URL_SIM_APN_LIST = 23; field in TelephonyProvider 513 s_urlMatcher.addURI("telephony", "carriers/sim_apn_list", URL_SIM_APN_LIST); 3047 case URL_SIM_APN_LIST: { in query()
|