Searched refs:KeyguardControllerState (Results 1 – 9 of 9) sorted by relevance
23 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()
26 import com.android.tradefed.util.KeyguardControllerState;87 private KeyguardControllerState createKeyguardState(boolean showing, boolean occluded) { in createKeyguardState()93 return KeyguardControllerState.create(testOutput); in createKeyguardState()
23 import com.android.tradefed.util.KeyguardControllerState;37 KeyguardControllerState ksc = device.getKeyguardState(); in postExecutionCheck()
23 import com.android.tradefed.util.KeyguardControllerState;617 public KeyguardControllerState getKeyguardState() throws DeviceNotAvailableException; in getKeyguardState()
43 import com.android.tradefed.util.KeyguardControllerState;766 KeyguardControllerState keyguard = mTestDevice.getKeyguardState(); in testDisableKeyguard()
78 import com.android.tradefed.util.KeyguardControllerState;5503 KeyguardControllerState state = mTestDevice.getKeyguardState(); in testGetKeyguardState()5523 KeyguardControllerState state = mTestDevice.getKeyguardState(); in testGetKeyguardState_new()
45 import com.android.tradefed.util.KeyguardControllerState;1196 KeyguardControllerState state = getKeyguardState(); in verifyKeyguardDismissed()1218 public KeyguardControllerState getKeyguardState() throws DeviceNotAvailableException { in getKeyguardState()1221 KeyguardControllerState state = in getKeyguardState()1222 KeyguardControllerState.create(Arrays.asList(output.trim().split("\n"))); in getKeyguardState()
73 import com.android.tradefed.util.KeyguardControllerState;3449 public KeyguardControllerState getKeyguardState() throws DeviceNotAvailableException { in getKeyguardState()