Searched refs:getCurrentUxRestrictions (Results 1 – 12 of 12) sorted by relevance
33 CarUxRestrictions getCurrentUxRestrictions(int displayId) = 2; in getCurrentUxRestrictions() method
222 return mUxRService.getCurrentUxRestrictions(displayId); in getCurrentCarUxRestrictions()
81 public CarUxRestrictions getCurrentUxRestrictions(int displayId) { in getCurrentUxRestrictions() method in FakeCarUxRestrictionsService
357 CarUxRestrictions restrictions = mService.getCurrentUxRestrictions(unknownDisplayId); in testGetCurrentUxRestrictions_UnknownDisplayId_ReturnsFullRestrictions()430 uxRestrictionsService.getCurrentUxRestrictions(); in testInitService_NoDeadlockWithCarDrivingStateService()
553 public CarUxRestrictions getCurrentUxRestrictions(int displayId) { in getCurrentUxRestrictions() method in CarUxRestrictionsManagerService583 public CarUxRestrictions getCurrentUxRestrictions() { in getCurrentUxRestrictions() method in CarUxRestrictionsManagerService584 return getCurrentUxRestrictions(Display.DEFAULT_DISPLAY); in getCurrentUxRestrictions()
1537 getCurrentUxRestrictions(args, writer); in exec()1592 private void getCurrentUxRestrictions(String[] args, IndentingPrintWriter writer) {1599 .getCurrentUxRestrictions(displayId);
946 when(mCarUxRestrictionService.getCurrentUxRestrictions()).thenReturn(restrictions); in mockGetUxRestrictions()
2139 mCurrentUxRestrictions = uxRestrictionsService.getCurrentUxRestrictions( in isRestricted()
299 when(mMockCarUxRestrictionsManagerService.getCurrentUxRestrictions()) in setUp()
307 when(mMockCarUxRestrictionsManagerService.getCurrentUxRestrictions()) in setUp()4924 .getCurrentUxRestrictions(); in captureCarUxRestrictionsChangeListener()
417 setUxRestrictions(mCarUxRestrictionService.getCurrentUxRestrictions())); in init()
362 carUxRestrictionsManagerService.getCurrentUxRestrictions(); in init()