Searched refs:buildLock (Results 1 – 2 of 2) sorted by relevance
81 mControlsService.buildLock(false)).build()); in testLoadAllAvailable()108 mControlsService.buildLock(false)).build()); in testLoadSuggested()141 expectedControls.add(mControlsService.buildLock(false)); in testPublisherForMultipleControls()230 expectedControls.add(mControlsService.buildLock(false)); in testBooleanActionWithPinChallenge()231 expectedControls.add(mControlsService.buildLock(true)); in testBooleanActionWithPinChallenge()
74 mAllControls.add(buildLock(false /* isLocked */)); in CtsControlsService()135 public Control buildLock(boolean isLocked) { in buildLock() method in CtsControlsService