HomeSort by relevance Sort by last modified time
    Searched refs:unlockDevice (Results 1 - 16 of 16) sorted by null

  /frameworks/av/camera/ndk/impl/
ACameraCaptureSession.cpp 33 dev->unlockDevice();
69 dev->unlockDevice();
88 dev->unlockDevice();
106 dev->unlockDevice();
128 dev->unlockDevice();
147 dev->unlockDevice();
ACameraDevice.h 134 void unlockDevice() const { mDeviceLock.unlock(); };
  /cts/hostsidetests/services/activityandwindowmanager/activitymanager/src/android/server/cts/
KeyguardTests.java 53 unlockDevice();
68 unlockDevice();
89 unlockDevice();
111 unlockDevice();
130 unlockDevice();
152 unlockDevice();
168 unlockDevice();
188 unlockDevice();
KeyguardTransitionTests.java 45 unlockDevice();
57 unlockDevice();
  /packages/services/Car/TrustAgent/src/com/android/car/trust/
CarUnlockService.java 38 void unlockDevice(byte[] token, long handle);
127 mCallback.unlockDevice(mCurrentToken, mCurrentHandle);
CarBleTrustAgent.java 175 public void unlockDevice(byte[] token, long handle) {
  /tools/tradefederation/core/src/com/android/tradefed/targetprep/
DeviceFlashPreparer.java 391 if (!device.unlockDevice()) {
402 if (!device.unlockDevice()) {
458 if (!device.unlockDevice()) {
FastbootDeviceFlasher.java 476 device.unlockDevice();
    [all...]
  /tools/tradefederation/core/prod-tests/src/com/android/encryption/tests/
EncryptionStressTest.java 75 if (!mTestDevice.unlockDevice()) {
  /tools/tradefederation/core/src/com/android/tradefed/device/
INativeDevice.java     [all...]
NativeDevice.java     [all...]
  /cts/hostsidetests/services/activityandwindowmanager/windowmanager/src/android/server/cts/
CrossAppDragAndDropTests.java 176 unlockDevice();
339 private void unlockDevice() throws DeviceNotAvailableException {
  /tools/tradefederation/core/tests/src/com/android/tradefed/device/
NativeDeviceTest.java     [all...]
TestDeviceFuncTest.java 734 * <p>Calls {@link TestDevice#encryptDevice(boolean)}, {@link TestDevice#unlockDevice()}, and
753 assertTrue(getDevice().unlockDevice());
756 assertTrue(getDevice().unlockDevice());
    [all...]
TestDeviceTest.java     [all...]
  /cts/hostsidetests/services/activityandwindowmanager/util/src/android/server/cts/
ActivityManagerTestBase.java 649 unlockDevice();
661 protected void unlockDevice() throws DeviceNotAvailableException {
    [all...]

Completed in 523 milliseconds