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 | 116 private static final Uri URL_SIM_APN_LIST = Uri.parse( field in TelephonyProviderTest 1931 Cursor cursor = mContentResolver.query(URL_SIM_APN_LIST, in testSIMAPNLIST_MatchTheMVNOAPN() 1968 Cursor cursor = mContentResolver.query(URL_SIM_APN_LIST, in testSIMAPNLIST_MatchTheMNOAPN() 2010 Cursor cursor = mContentResolver.query(URL_SIM_APN_LIST, testProjection, null, null, null); in testSIMAPNLIST_MatchTheCarrierIDANDMNOAPN() 2059 Cursor cursor = mContentResolver.query(URL_SIM_APN_LIST, in testSIMAPNLIST_MatchTheCarrierAPNAndMVNOAPN() 2094 Cursor cursor = mContentResolver.query(URL_SIM_APN_LIST, in testSIMAPNLIST_isNotActiveSubscription()
|
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/ |
D | TelephonyProvider.java | 185 private static final int URL_SIM_APN_LIST = 23; field in TelephonyProvider 615 s_urlMatcher.addURI("telephony", "carriers/sim_apn_list", URL_SIM_APN_LIST); 3830 case URL_SIM_APN_LIST: { in query()
|