| /packages/services/Car/tests/carservice_test/src/com/android/car/ |
| D | CarDrivingRestrictionsTest.java | 91 CarUxRestrictions restrictions; in testDrivingStateChange() local 181 CarUxRestrictions restrictions; in testDrivingStateChangeForMalformedInputs() local 303 public void onUxRestrictionsChanged(CarUxRestrictions restrictions) { in onUxRestrictionsChanged()
|
| D | CarUxRestrictionsManagerServiceTest.java | 334 CarUxRestrictions restrictions = mService.getCurrentUxRestrictions(unknownDisplayId); in testGetCurrentUxRestrictions_UnknownDisplayId_ReturnsFullRestrictions() local 367 CarUxRestrictions restrictions = mService.getCurrentUxRestrictions(virtualDisplayId); in testGetCurrentUxRestrictions_UnreportedVirtualDisplay_UseDefaultDisplayRestriction() local 428 CarUxRestrictions restrictions = mService.getCurrentUxRestrictions(virtualDisplayId); in testGetCurrentUxRestrictions_ReportedVirtualDisplay_ReturnsRestrictionsForPort() local 673 private CarUxRestrictionsConfiguration createMovingConfig(Integer port, int restrictions) { in createMovingConfig()
|
| /packages/services/Car/car-lib/src/android/car/drivingstate/ |
| D | CarUxRestrictionsConfiguration.java | 180 List<RestrictionsPerSpeedRange> restrictions) { in findUxRestrictionsInList() 284 private void writeRestrictions(JsonWriter writer, RestrictionsPerSpeedRange restrictions) in writeRestrictions() 478 int restrictions = CarUxRestrictions.UX_RESTRICTIONS_BASELINE; in readRestrictions() local 570 PrintWriter writer, Map<Integer, List<RestrictionsPerSpeedRange>> restrictions) { in dumpRestrictions() 637 List<RestrictionsPerSpeedRange> restrictions = new ArrayList<>(); in CarUxRestrictionsConfiguration() local 727 @CarUxRestrictions.CarUxRestrictionsInfo int restrictions) { in setUxRestrictions() 751 @CarUxRestrictions.CarUxRestrictionsInfo int restrictions) { in setUxRestrictions() 832 List<RestrictionsPerSpeedRange> restrictions = in addDefaultRestrictionsToBaseline() local 847 List<RestrictionsPerSpeedRange> restrictions = in validateBaselineModeRestrictions() local 905 private void validateRangeOfSpeed(List<RestrictionsPerSpeedRange> restrictions) { in validateRangeOfSpeed() [all …]
|
| D | CarUxRestrictions.java | 180 public Builder(boolean reqOpt, @CarUxRestrictionsInfo int restrictions, long time) { in Builder()
|
| /packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/coex/ |
| D | CoexManagerTest.java | 208 final int restrictions = COEX_RESTRICTION_WIFI_DIRECT | COEX_RESTRICTION_SOFTAP in testSetCoexUnsafeChannels_nonNullChannels_returnedInGetters() local 227 final int restrictions = COEX_RESTRICTION_WIFI_DIRECT | COEX_RESTRICTION_SOFTAP in testSetCoexUnsafeChannels_nullChannels_setsEmptySet() local 247 final int restrictions = COEX_RESTRICTION_WIFI_DIRECT | COEX_RESTRICTION_SOFTAP in testSetCoexUnsafeChannels_undefinedRestrictions_setsEmptySet() local 266 final int restrictions = COEX_RESTRICTION_WIFI_DIRECT | COEX_RESTRICTION_SOFTAP in testSetCoexUnsafeChannels_notifiesWifiVendorHal() local 287 int restrictions = COEX_RESTRICTION_WIFI_DIRECT | COEX_RESTRICTION_SOFTAP in testRegisteredCoexListener_setCoexUnsafeChannels_listenerIsNotified() local 312 int restrictions = COEX_RESTRICTION_WIFI_DIRECT | COEX_RESTRICTION_SOFTAP in testUnregisteredCoexListener_setCoexUnsafeChannels_listenerIsNotNotified() local 340 int restrictions = COEX_RESTRICTION_WIFI_DIRECT | COEX_RESTRICTION_SOFTAP in testRegisteredRemoteCoexCallback_setCoexUnsafeChannels_callbackIsNotified() local 371 int restrictions = COEX_RESTRICTION_WIFI_DIRECT | COEX_RESTRICTION_SOFTAP in testUnregisteredRemoteCoexCallback_setCoexUnsafeChannels_callbackIsNotNotified() local
|
| /packages/modules/Wifi/framework/java/android/net/wifi/ |
| D | ICoexCallback.aidl | 27 void onCoexUnsafeChannelsChanged(in List<CoexUnsafeChannel> unsafeChannels, int restrictions); in onCoexUnsafeChannelsChanged()
|
| /packages/services/Car/car-test-lib/src/android/car/testapi/ |
| D | CarUxRestrictionsController.java | 32 void setUxRestrictions(int restrictions) throws RemoteException; in setUxRestrictions()
|
| D | FakeCarUxRestrictionsService.java | 133 public void setUxRestrictions(int restrictions) throws RemoteException { in setUxRestrictions()
|
| /packages/apps/Car/Dialer/src/com/android/car/dialer/ui/dialpad/ |
| D | DialpadRestrictionViewModel.java | 133 private DialpadUxrMode evaluateDialpadMode(CarUxRestrictions restrictions, String phoneNumber) { in evaluateDialpadMode() 152 private void onUxRestrictionsChanged(CarUxRestrictions restrictions) { in onUxRestrictionsChanged()
|
| /packages/apps/Car/DebuggingRestrictionController/app/src/main/java/com/android/car/debuggingrestrictioncontroller/auth/ |
| D | TokenPayload.java | 32 private HashMap<String, Boolean> restrictions; field in TokenPayload
|
| /packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/common/ |
| D | SinglePaneBaseCarSettingsActivityTest.java | 69 CarUxRestrictions restrictions = new CarUxRestrictions.Builder( in onUxRestrictionsChanged_fragmentHasUpdatedUxRestrictions() local
|
| /packages/apps/Settings/src/com/android/settings/users/ |
| D | AppRestrictionsFragment.java | 136 private ArrayList<RestrictionEntry> restrictions; field in AppRestrictionsFragment.AppRestrictionsPreference 151 void setRestrictions(ArrayList<RestrictionEntry> restrictions) { in setRestrictions() 461 ArrayList<RestrictionEntry> restrictions = RestrictionUtils.getRestrictions( in addLocationAppRestrictionsPreference() local 538 ArrayList<RestrictionEntry> restrictions = appPref.getRestrictions(); in onPreferenceChange() local 632 final ArrayList<RestrictionEntry> restrictions = results.getParcelableArrayList( in onReceive() local 674 ArrayList<RestrictionEntry> restrictions) { in onRestrictionsReceived()
|
| /packages/apps/Car/DebuggingRestrictionController/server/functions/ |
| D | index.js | 18 restrictions: { 'no_debugging_features': false } property
|
| /packages/services/Car/service/src/com/android/car/ |
| D | CarUxRestrictionsConfigurationXmlParser.java | 239 DrivingStateRestrictions restrictions = parseRestrictions(parser, attrs); in parseAllRestrictions() local 273 int restrictions = UX_RESTRICTIONS_UNKNOWN; in parseRestrictions() local
|
| D | CarUxRestrictionsManagerService.java | 421 CarUxRestrictions restrictions; in getCurrentUxRestrictions() local 694 CarUxRestrictions restrictions = mCurrentUxRestrictions.get(port); in dump() local
|
| /packages/apps/TvSettings/Settings/src/com/android/tv/settings/users/ |
| D | AppRestrictionsFragment.java | 158 void setRestrictions(ArrayList<RestrictionEntry> restrictions) { in setRestrictions() 506 ArrayList<RestrictionEntry> restrictions = RestrictionUtils.getRestrictions( in addLocationAppRestrictionsPreference() local 621 ArrayList<RestrictionEntry> restrictions = appPref.getRestrictions(); in onPreferenceChange() local 691 final ArrayList<RestrictionEntry> restrictions = results != null in onReceive() local 717 ArrayList<RestrictionEntry> restrictions) { in onRestrictionsReceived()
|
| /packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/bluetooth/ |
| D | BluetoothBondedDevicesPreferenceControllerTest.java | 276 CarUxRestrictions restrictions = new CarUxRestrictions.Builder( in onUxRestrictionsChanged_hasRestrictions_actionButtonDisabled() local 298 CarUxRestrictions restrictions = new CarUxRestrictions.Builder( in onUxRestrictionsChanged_restrictionToggled_actionButtonsEnabled() local
|
| /packages/services/Car/tests/UxRestrictionsSample/src/com/google/android/car/uxr/sample/ |
| D | MainActivity.java | 157 private void updateUxRText(CarUxRestrictions restrictions) { in updateUxRText()
|
| D | ConfigurationDialogFragment.java | 102 void onUxRestrictionsSelected(int restrictions); in onUxRestrictionsSelected()
|
| /packages/services/Car/service/src/com/android/car/pm/ |
| D | ActivityBlockingActivity.java | 397 private void handleUxRChange(CarUxRestrictions restrictions) { in handleUxRChange()
|
| /packages/services/Car/tests/android_car_api_test/src/android/car/apitest/ |
| D | CarMultiUserTestBase.java | 248 Bundle restrictions = mUserManager.getUserRestrictions(); in assertCanAddUser() local
|
| D | CarUxRestrictionsConfigurationTest.java | 553 CarUxRestrictions restrictions = config.getUxRestrictions(DRIVING_STATE_PARKED, 0f); in testSetUxRestrictions_UnspecifiedModeDefaultsToBaseline() local
|
| /packages/apps/Launcher3/src/com/android/launcher3/ |
| D | SecondaryDropTarget.java | 157 Bundle restrictions = userManager.getUserRestrictions(info.user); in supportsAccessibilityDrop() local
|
| /packages/apps/Car/Settings/src/com/android/car/settings/applications/ |
| D | ApplicationActionButtonsPreferenceController.java | 548 private boolean ignoreActionBecauseItsDisabledByAdmin(List<String> restrictions) { in ignoreActionBecauseItsDisabledByAdmin()
|
| /packages/apps/Car/Notification/src/com/android/car/notification/ |
| D | CarHeadsUpNotificationManager.java | 604 public void onUxRestrictionsChanged(CarUxRestrictions restrictions) { in onUxRestrictionsChanged()
|