Searched refs:getCurrentUxRestrictions (Results 1 – 5 of 5) sorted by relevance
33 CarUxRestrictions getCurrentUxRestrictions(int displayId) = 2; in getCurrentUxRestrictions() method
192 return mUxRService.getCurrentUxRestrictions(displayId); in getCurrentCarUxRestrictions()
401 public synchronized CarUxRestrictions getCurrentUxRestrictions(int displayId) { in getCurrentUxRestrictions() method in CarUxRestrictionsManagerService416 public synchronized CarUxRestrictions getCurrentUxRestrictions() { in getCurrentUxRestrictions() method in CarUxRestrictionsManagerService417 return getCurrentUxRestrictions(Display.DEFAULT_DISPLAY); in getCurrentUxRestrictions()
304 CarUxRestrictions restrictions = mService.getCurrentUxRestrictions(/* displayId= */ 10); in testGetCurrentUxRestrictions_UnknownDisplayId_ReturnsFullRestrictions()376 uxRestrictionsService.getCurrentUxRestrictions(); in testInitService_NoDeadlockWithCarDrivingStateService()
1387 mCurrentUxRestrictions = uxRestrictionsService.getCurrentUxRestrictions(); in isRestricted()