Home
last modified time | relevance | path

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

/cts/tests/tests/permission/src/android/permission/cts/
DNearbyDevicesRenouncePermissionTest.java155 assertThat(performScan(Scenario.DEFAULT)).isEqualTo(Result.FULL); in scanWithoutRenouncingNotesBluetoothAndLocation()
166 assertThat(performScan(Scenario.RENOUNCE)).isEqualTo(Result.FILTERED); in scanRenouncingLocationNotesBluetoothButNotLocation()
177 assertThat(performScan(Scenario.RENOUNCE_MIDDLE)).isEqualTo(Result.FILTERED); in scanRenouncingInMiddleOfChainNotesBluetoothButNotLocation()
188 assertThat(performScan(Scenario.RENOUNCE_END)).isEqualTo(Result.FILTERED); in scanRenouncingAtEndOfChainNotesBluetoothButNotLocation()
195 private Result performScan(Scenario scenario) { in performScan() method in NearbyDevicesRenouncePermissionTest