Home
last modified time | relevance | path

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

/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/util/
DKeyguardControllerState.java25 public class KeyguardControllerState { class
33 private KeyguardControllerState() {} in KeyguardControllerState() method in KeyguardControllerState
43 public static KeyguardControllerState create(List<String> dump) { in create()
52 final KeyguardControllerState controller = new KeyguardControllerState(); in create()
/tools/tradefederation/core/tests/src/com/android/tradefed/util/
DKeyguardControllerStateTest.java37 KeyguardControllerState state = KeyguardControllerState.create(testOutput); in testCreate_invalidOutput()
51 KeyguardControllerState state = KeyguardControllerState.create(testOutput); in testCreate()
/tools/tradefederation/core/tests/src/com/android/tradefed/suite/checker/
DKeyguardStatusCheckerTest.java23 import com.android.tradefed.util.KeyguardControllerState;
87 private KeyguardControllerState createKeyguardState(boolean showing, boolean occluded) { in createKeyguardState()
93 return KeyguardControllerState.create(testOutput); in createKeyguardState()
/tools/tradefederation/core/src/com/android/tradefed/device/
DTestDevice.java33 import com.android.tradefed.util.KeyguardControllerState;
888 public KeyguardControllerState getKeyguardState() throws DeviceNotAvailableException { in getKeyguardState()
892 KeyguardControllerState state = in getKeyguardState()
893 KeyguardControllerState.create(Arrays.asList(output.trim().split("\n"))); in getKeyguardState()
DNativeDevice.java60 import com.android.tradefed.util.KeyguardControllerState;
2871 public KeyguardControllerState getKeyguardState() throws DeviceNotAvailableException { in getKeyguardState()
/tools/tradefederation/core/src/com/android/tradefed/suite/checker/
DKeyguardStatusChecker.java23 import com.android.tradefed.util.KeyguardControllerState;
37 KeyguardControllerState ksc = device.getKeyguardState(); in postExecutionCheck()
/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/
DITestDevice.java21 import com.android.tradefed.util.KeyguardControllerState;
567 public KeyguardControllerState getKeyguardState() throws DeviceNotAvailableException; in getKeyguardState()
/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DTestDeviceFuncTest.java38 import com.android.tradefed.util.KeyguardControllerState;
718 KeyguardControllerState keyguard = mTestDevice.getKeyguardState(); in testDisableKeyguard()
DTestDeviceTest.java52 import com.android.tradefed.util.KeyguardControllerState;
4341 KeyguardControllerState state = mTestDevice.getKeyguardState(); in testGetKeyguardState()
4359 KeyguardControllerState state = mTestDevice.getKeyguardState(); in testGetKeyguardState_new()