Home
last modified time | relevance | path

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

/cts/tests/tests/telephonyprovider/src/android/telephonyprovider/cts/
DApnTest.java56 private static final Uri CARRIER_TABLE_URI = Carriers.CONTENT_URI; field in ApnTest
126 mContentResolver.delete(CARRIER_TABLE_URI, TEST_APN_SELECTION, TEST_APN_SELECTION_ARGS); in tearDown()
178 CARRIER_TABLE_URI, in testPermissionCheckForApnUpdate_success()
218 CARRIER_TABLE_URI, in testPermissionCheckForApnUpdate_noWriteApnSettings()
241 CARRIER_TABLE_URI, TEST_APN_SELECTION, TEST_APN_SELECTION_ARGS); in testPermissionCheckForApnDeletion_success()
271 CARRIER_TABLE_URI, in testPermissionCheckForApnDeletion_noWriteApnSettings()
299 Uri newUri = mContentResolver.insert(CARRIER_TABLE_URI, contentValues); in insertTestApnAndValidateInsertion()
332 CARRIER_TABLE_URI, in queryTestApn()
/cts/tests/tests/telephony/current/src/android/telephony/cts/
DApnCarrierIdTest.java74 private static final Uri CARRIER_TABLE_URI = Carriers.CONTENT_URI; field in ApnCarrierIdTest
170 CARRIER_TABLE_URI, in tearDown()
179 mContentResolver.insert(CARRIER_TABLE_URI, mExistingApn); in tearDown()
210 CARRIER_TABLE_URI, new ContentValues[] {apnWithCarrierId}); in validateDataConnectionWithCarrierIdApn()
243 CARRIER_TABLE_URI, in validateAndSetupInitialState()