Home
last modified time | relevance | path

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

/cts/tests/tests/telecom/src/android/telecom/cts/
DConnectionTest.java457 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/
DSecurityLoggingTest.java387 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/
DSensorPrivacyBaseTest.kt702 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/
Dtest-current.txt352 …LS, "android.permission.ACCESS_KEYGUARD_SECURE_STORAGE"}) public boolean setLock(int, @Nullable by…
Dsystem-current.txt991 …method @RequiresPermission("android.permission.SET_INITIAL_LOCK") public boolean setLock(int, @Non…