Home
last modified time | relevance | path

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

/packages/services/Car/car-lib/src/android/car/drivingstate/
DICarUxRestrictionsManager.aidl33 CarUxRestrictions getCurrentUxRestrictions(int displayId) = 2; in getCurrentUxRestrictions() method
DCarUxRestrictionsManager.java192 return mUxRService.getCurrentUxRestrictions(displayId); in getCurrentCarUxRestrictions()
/packages/services/Car/service/src/com/android/car/
DCarUxRestrictionsManagerService.java401 public synchronized CarUxRestrictions getCurrentUxRestrictions(int displayId) { in getCurrentUxRestrictions() method in CarUxRestrictionsManagerService
416 public synchronized CarUxRestrictions getCurrentUxRestrictions() { in getCurrentUxRestrictions() method in CarUxRestrictionsManagerService
417 return getCurrentUxRestrictions(Display.DEFAULT_DISPLAY); in getCurrentUxRestrictions()
/packages/services/Car/tests/carservice_test/src/com/android/car/
DCarUxRestrictionsManagerServiceTest.java304 CarUxRestrictions restrictions = mService.getCurrentUxRestrictions(/* displayId= */ 10); in testGetCurrentUxRestrictions_UnknownDisplayId_ReturnsFullRestrictions()
376 uxRestrictionsService.getCurrentUxRestrictions(); in testInitService_NoDeadlockWithCarDrivingStateService()
/packages/services/Car/service/src/com/android/car/pm/
DCarPackageManagerService.java1387 mCurrentUxRestrictions = uxRestrictionsService.getCurrentUxRestrictions(); in isRestricted()