Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
DBleEncryptedClientService.java122 private String mLastScanError; field in BleEncryptedClientService
543mLastScanError = "This test is a test of Secure.\n Before running the test, please do the pairing.…
546mLastScanError = "This test is a test of Insecure\n Before running the test, please release the pa…
549 mLastScanError = null;
567 if (mLastScanError != null) { in startScan()
569 … Toast.makeText(BleEncryptedClientService.this, mLastScanError, Toast.LENGTH_LONG).show(); in startScan()
570 mLastScanError = null; in startScan()