Searched refs:buildGate (Results 1 – 2 of 2) sorted by relevance
91 mControlsService.buildGate(false)).build()); in testLoadAllAvailable()252 expectedControls.add(mControlsService.buildGate(false)); in testBooleanActionWithPassphraseChallenge()253 expectedControls.add(mControlsService.buildGate(true)); in testBooleanActionWithPassphraseChallenge()
79 mAllControls.add(buildGate(false /* isLocked */)); in CtsControlsService()149 public Control buildGate(boolean isLocked) { in buildGate() method in CtsControlsService