Home
last modified time | relevance | path

Searched defs:scan (Results 1 – 4 of 4) sorted by relevance

/cts/tests/tests/os/jni/
Dandroid_os_cts_NoExecutePermissionTest.cpp38 int scan = sscanf(line, "%" SCNxPTR "-%" SCNxPTR " %9s ", &start, &end, permissions); in isAddressExecutable() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
DDevicePickerActivity.java125 private void scan() { in scan() method in DevicePickerActivity
/cts/tests/tests/bluetooth/src/android/bluetooth/cts/
DBluetoothLeScanTest.java383 private Set<ScanResult> scan() { in scan() method in BluetoothLeScanTest
/cts/tests/JobScheduler/src/android/jobscheduler/cts/
DTriggerContentTest.java75 public boolean scan(Context context, String file, String mimeType) in scan() method in TriggerContentTest.MediaScanner