Home
last modified time | relevance | path

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

/cts/tests/tests/telephonyprovider/src/android/telephonyprovider/cts/
DApnTest.java99 private static final String[] TEST_APN_SELECTION_ARGS = {CARRIER_ID}; field in ApnTest
126 mContentResolver.delete(CARRIER_TABLE_URI, TEST_APN_SELECTION, TEST_APN_SELECTION_ARGS); in tearDown()
181 TEST_APN_SELECTION_ARGS); in testPermissionCheckForApnUpdate_success()
221 TEST_APN_SELECTION_ARGS)); in testPermissionCheckForApnUpdate_noWriteApnSettings()
241 CARRIER_TABLE_URI, TEST_APN_SELECTION, TEST_APN_SELECTION_ARGS); in testPermissionCheckForApnDeletion_success()
273 TEST_APN_SELECTION_ARGS)); in testPermissionCheckForApnDeletion_noWriteApnSettings()
335 TEST_APN_SELECTION_ARGS, in queryTestApn()