Searched refs:setLock (Results 1 – 5 of 5) sorted by relevance
/cts/tests/tests/telecom/src/android/telecom/cts/ |
D | ConnectionTest.java | 457 connection.setLock(lock); in createConnection() 472 public void setLock(Semaphore lock) { in setLock() method in ConnectionTest.BasicConnection
|
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/ |
D | SecurityLoggingTest.java | 387 km.setLock(PIN, "1111".getBytes(), PIN, null); in generatePasswordChangedEvents() 388 km.setLock(PIN, "1914".getBytes(), PIN, "1111".getBytes()); in generatePasswordChangedEvents() 389 km.setLock(PIN, "83651865".getBytes(), PIN, "1914".getBytes()); in generatePasswordChangedEvents() 390 km.setLock(PIN, null, PIN, "83651865".getBytes()); in generatePasswordChangedEvents()
|
/cts/tests/tests/sensorprivacy/src/android/sensorprivacy/cts/ |
D | SensorPrivacyBaseTest.kt | 702 km.setLock(KeyguardManager.PIN, pin, KeyguardManager.PIN, null) in <lambda>() 722 km.setLock(KeyguardManager.PIN, null, KeyguardManager.PIN, pin) in <lambda>()
|
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/ |
D | test-current.txt | 352 …LS, "android.permission.ACCESS_KEYGUARD_SECURE_STORAGE"}) public boolean setLock(int, @Nullable by…
|
D | system-current.txt | 991 …method @RequiresPermission("android.permission.SET_INITIAL_LOCK") public boolean setLock(int, @Non…
|