Home
last modified time | relevance | path

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

/cts/tests/tests/telephony/current/src/android/telephony/cts/
DTelephonyManagerTest.java6604 final List<Integer> resultsExpected = new ArrayList<>(); in testSetCellBroadcastIdRanges() local
6605 resultsExpected.add(TelephonyManager.CELL_BROADCAST_RESULT_UNKNOWN); in testSetCellBroadcastIdRanges()
6606 resultsExpected.add(TelephonyManager.CELL_BROADCAST_RESULT_SUCCESS); in testSetCellBroadcastIdRanges()
6607 resultsExpected.add(TelephonyManager.CELL_BROADCAST_RESULT_UNSUPPORTED); in testSetCellBroadcastIdRanges()
6608 resultsExpected.add(TelephonyManager.CELL_BROADCAST_RESULT_FAIL_CONFIG); in testSetCellBroadcastIdRanges()
6609 resultsExpected.add(TelephonyManager.CELL_BROADCAST_RESULT_FAIL_ACTIVATION); in testSetCellBroadcastIdRanges()
6622 resultsExpected.contains(result)); in testSetCellBroadcastIdRanges()