Home
last modified time | relevance | path

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

/cts/tests/tests/permission/src/android/permission/cts/
DNearbyDevicesRenouncePermissionTest.java79 UNKNOWN, EXCEPTION, EMPTY, FILTERED, FULL enumConstant
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()
223 case 1: return Result.FILTERED; in performScan()
DNearbyDevicesPermissionTest.java82 UNKNOWN, EXCEPTION, EMPTY, FILTERED, FULL enumConstant
178 assertScanBluetoothResult(Result.FILTERED); in testRequestBluetoothPermissionNeverForLocation31_GrantNearby()
199 assertScanBluetoothResult(Result.FILTERED); in testRequestBluetoothPermissionNeverForLocation31_GrantNearby_GrantLocation()
210 assertScanBluetoothResult("PROXY", Result.FILTERED); in testRequestBluetoothPermission31_OnBehalfOfDisavowingApp()
/cts/tests/tests/permission3/UsePermissionApp30WithBluetooth/src/android/permission3/cts/usepermission/
DAccessBluetoothOnCommand.kt39 UNKNOWN, ERROR, EXCEPTION, EMPTY, FILTERED, FULL
86 1 -> res.putInt(Intent.EXTRA_INDEX, Result.FILTERED.ordinal) in call()
/cts/tests/tests/permission/AppThatRequestBluetoothPermission30/src/android/permission/cts/appthatrequestpermission/
DAccessBluetoothOnCommand.java47 UNKNOWN, EXCEPTION, EMPTY, FILTERED, FULL enumConstant
100 res.putInt(Intent.EXTRA_INDEX, Result.FILTERED.ordinal()); in call()
/cts/tests/tests/permission3/src/android/permission3/cts/
DPermissionTest30WithBluetooth.kt58 UNKNOWN, ERROR, EXCEPTION, EMPTY, FILTERED, FULL