Home
last modified time | relevance | path

Searched refs:clearUxRestrictions (Results 1 – 3 of 3) sorted by relevance

/packages/services/Car/car-test-lib/src/android/car/testapi/
DCarUxRestrictionsController.java39 void clearUxRestrictions() throws RemoteException; in clearUxRestrictions() method
DFakeCarUxRestrictionsService.java143 public void clearUxRestrictions() throws RemoteException { in clearUxRestrictions() method in FakeCarUxRestrictionsService
/packages/services/Car/tests/CarLibTests/src/android/car/
DCarUxRestrictionsManagerTest.java85 mCarUxRestrictionsController.clearUxRestrictions(); in clearUxRestrictions_restrictionsCleared()