Home
last modified time | relevance | path

Searched refs:buildGate (Results 1 – 2 of 2) sorted by relevance

/cts/tests/controls/src/android/controls/cts/
DCtsControlsServiceTest.java91 mControlsService.buildGate(false)).build()); in testLoadAllAvailable()
252 expectedControls.add(mControlsService.buildGate(false)); in testBooleanActionWithPassphraseChallenge()
253 expectedControls.add(mControlsService.buildGate(true)); in testBooleanActionWithPassphraseChallenge()
DCtsControlsService.java79 mAllControls.add(buildGate(false /* isLocked */)); in CtsControlsService()
149 public Control buildGate(boolean isLocked) { in buildGate() method in CtsControlsService