Home
last modified time | relevance | path

Searched refs:getCurrentUxRestrictions (Results 1 – 12 of 12) sorted by relevance

/packages/services/Car/car-lib/src/android/car/drivingstate/
DICarUxRestrictionsManager.aidl33 CarUxRestrictions getCurrentUxRestrictions(int displayId) = 2; in getCurrentUxRestrictions() method
DCarUxRestrictionsManager.java222 return mUxRService.getCurrentUxRestrictions(displayId); in getCurrentCarUxRestrictions()
/packages/services/Car/libs/car-test-lib/src/android/car/testapi/
DFakeCarUxRestrictionsService.java81 public CarUxRestrictions getCurrentUxRestrictions(int displayId) { in getCurrentUxRestrictions() method in FakeCarUxRestrictionsService
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DCarUxRestrictionsManagerServiceTest.java357 CarUxRestrictions restrictions = mService.getCurrentUxRestrictions(unknownDisplayId); in testGetCurrentUxRestrictions_UnknownDisplayId_ReturnsFullRestrictions()
430 uxRestrictionsService.getCurrentUxRestrictions(); in testInitService_NoDeadlockWithCarDrivingStateService()
/packages/services/Car/service/src/com/android/car/
DCarUxRestrictionsManagerService.java553 public CarUxRestrictions getCurrentUxRestrictions(int displayId) { in getCurrentUxRestrictions() method in CarUxRestrictionsManagerService
583 public CarUxRestrictions getCurrentUxRestrictions() { in getCurrentUxRestrictions() method in CarUxRestrictionsManagerService
584 return getCurrentUxRestrictions(Display.DEFAULT_DISPLAY); in getCurrentUxRestrictions()
DCarShellCommand.java1537 getCurrentUxRestrictions(args, writer); in exec()
1592 private void getCurrentUxRestrictions(String[] args, IndentingPrintWriter writer) {
1599 .getCurrentUxRestrictions(displayId);
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/user/
DBaseCarUserServiceTestCase.java946 when(mCarUxRestrictionService.getCurrentUxRestrictions()).thenReturn(restrictions); in mockGetUxRestrictions()
/packages/services/Car/service/src/com/android/car/pm/
DCarPackageManagerService.java2139 mCurrentUxRestrictions = uxRestrictionsService.getCurrentUxRestrictions( in isRestricted()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/watchdog/
DCarWatchdogServiceUnitTest.java299 when(mMockCarUxRestrictionsManagerService.getCurrentUxRestrictions()) in setUp()
DWatchdogPerfHandlerUnitTest.java307 when(mMockCarUxRestrictionsManagerService.getCurrentUxRestrictions()) in setUp()
4924 .getCurrentUxRestrictions(); in captureCarUxRestrictionsChangeListener()
/packages/services/Car/service/src/com/android/car/user/
DCarUserService.java417 setUxRestrictions(mCarUxRestrictionService.getCurrentUxRestrictions())); in init()
/packages/services/Car/service/src/com/android/car/watchdog/
DWatchdogPerfHandler.java362 carUxRestrictionsManagerService.getCurrentUxRestrictions(); in init()