Searched refs:getCurrentUxRestrictions (Results 1 – 8 of 8) sorted by relevance
334 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()
34 CarUxRestrictions getCurrentUxRestrictions(int displayId) = 2; in getCurrentUxRestrictions() method
194 return mUxRService.getCurrentUxRestrictions(displayId); in getCurrentCarUxRestrictions()
82 public CarUxRestrictions getCurrentUxRestrictions(int displayId) { in getCurrentUxRestrictions() method in FakeCarUxRestrictionsService
420 public CarUxRestrictions getCurrentUxRestrictions(int displayId) { in getCurrentUxRestrictions() method in CarUxRestrictionsManagerService441 public CarUxRestrictions getCurrentUxRestrictions() { in getCurrentUxRestrictions() method in CarUxRestrictionsManagerService442 return getCurrentUxRestrictions(Display.DEFAULT_DISPLAY); in getCurrentUxRestrictions()
1451 mCurrentUxRestrictions = uxRestrictionsService.getCurrentUxRestrictions(); in isRestricted()
344 setUxRestrictions(mCarUxRestrictionService.getCurrentUxRestrictions()); in init()
2734 when(mCarUxRestrictionService.getCurrentUxRestrictions()).thenReturn(restrictions); in mockGetUxRestrictions()