Searched refs:KeyguardControllerState (Results 1 – 9 of 9) sorted by relevance
25 public class KeyguardControllerState { class33 private KeyguardControllerState() {} in KeyguardControllerState() method in KeyguardControllerState43 public static KeyguardControllerState create(List<String> dump) { in create()52 final KeyguardControllerState controller = new KeyguardControllerState(); in create()
37 KeyguardControllerState state = KeyguardControllerState.create(testOutput); in testCreate_invalidOutput()51 KeyguardControllerState state = KeyguardControllerState.create(testOutput); in testCreate()
23 import com.android.tradefed.util.KeyguardControllerState;87 private KeyguardControllerState createKeyguardState(boolean showing, boolean occluded) { in createKeyguardState()93 return KeyguardControllerState.create(testOutput); in createKeyguardState()
33 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()
60 import com.android.tradefed.util.KeyguardControllerState;2871 public KeyguardControllerState getKeyguardState() throws DeviceNotAvailableException { in getKeyguardState()
23 import com.android.tradefed.util.KeyguardControllerState;37 KeyguardControllerState ksc = device.getKeyguardState(); in postExecutionCheck()
21 import com.android.tradefed.util.KeyguardControllerState;567 public KeyguardControllerState getKeyguardState() throws DeviceNotAvailableException; in getKeyguardState()
38 import com.android.tradefed.util.KeyguardControllerState;718 KeyguardControllerState keyguard = mTestDevice.getKeyguardState(); in testDisableKeyguard()
52 import com.android.tradefed.util.KeyguardControllerState;4341 KeyguardControllerState state = mTestDevice.getKeyguardState(); in testGetKeyguardState()4359 KeyguardControllerState state = mTestDevice.getKeyguardState(); in testGetKeyguardState_new()