Home
last modified time | relevance | path

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

/cts/tests/controls/src/android/controls/cts/
DCtsControlsServiceTest.java81 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()
DCtsControlsService.java74 mAllControls.add(buildLock(false /* isLocked */)); in CtsControlsService()
135 public Control buildLock(boolean isLocked) { in buildLock() method in CtsControlsService