Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_test/src/com/android/car/
DCarUxRestrictionsManagerServiceTest.java334 CarUxRestrictions restrictions = mService.getCurrentUxRestrictions(unknownDisplayId); in testGetCurrentUxRestrictions_UnknownDisplayId_ReturnsFullRestrictions()
367 CarUxRestrictions restrictions = mService.getCurrentUxRestrictions(virtualDisplayId); in testGetCurrentUxRestrictions_UnreportedVirtualDisplay_UseDefaultDisplayRestriction()
428 CarUxRestrictions restrictions = mService.getCurrentUxRestrictions(virtualDisplayId); in testGetCurrentUxRestrictions_ReportedVirtualDisplay_ReturnsRestrictionsForPort()
509 uxRestrictionsService.getCurrentUxRestrictions(); in testInitService_NoDeadlockWithCarDrivingStateService()
/packages/services/Car/car-lib/src/android/car/drivingstate/
DICarUxRestrictionsManager.aidl34 CarUxRestrictions getCurrentUxRestrictions(int displayId) = 2; in getCurrentUxRestrictions() method
DCarUxRestrictionsManager.java194 return mUxRService.getCurrentUxRestrictions(displayId); in getCurrentCarUxRestrictions()
/packages/services/Car/car-test-lib/src/android/car/testapi/
DFakeCarUxRestrictionsService.java82 public CarUxRestrictions getCurrentUxRestrictions(int displayId) { in getCurrentUxRestrictions() method in FakeCarUxRestrictionsService
/packages/services/Car/service/src/com/android/car/
DCarUxRestrictionsManagerService.java420 public CarUxRestrictions getCurrentUxRestrictions(int displayId) { in getCurrentUxRestrictions() method in CarUxRestrictionsManagerService
441 public CarUxRestrictions getCurrentUxRestrictions() { in getCurrentUxRestrictions() method in CarUxRestrictionsManagerService
442 return getCurrentUxRestrictions(Display.DEFAULT_DISPLAY); in getCurrentUxRestrictions()
/packages/services/Car/service/src/com/android/car/pm/
DCarPackageManagerService.java1451 mCurrentUxRestrictions = uxRestrictionsService.getCurrentUxRestrictions(); in isRestricted()
/packages/services/Car/service/src/com/android/car/user/
DCarUserService.java344 setUxRestrictions(mCarUxRestrictionService.getCurrentUxRestrictions()); in init()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/user/
DCarUserServiceTest.java2734 when(mCarUxRestrictionService.getCurrentUxRestrictions()).thenReturn(restrictions); in mockGetUxRestrictions()