| /packages/apps/Settings/src/com/android/settings/enterprise/ |
| D | ActionDisabledByAdminDialogHelper.java | 64 public ActionDisabledByAdminDialogHelper(Activity activity, String restriction) { in ActionDisabledByAdminDialogHelper() 89 public AlertDialog.Builder prepareDialogBuilder(String restriction, in prepareDialogBuilder() 101 void prepareDialogBuilder(AlertDialog.Builder builder, String restriction, in prepareDialogBuilder() 113 public void updateDialog(String restriction, EnforcedAdmin admin) { in updateDialog() 124 String restriction) { in initializeDialogViews() 164 void setAdminSupportTitle(View root, String restriction) { in setAdminSupportTitle()
|
| D | ActionDisabledByAdminDialog.java | 39 final String restriction = getRestrictionFromIntent(getIntent()); in onCreate() local 50 final String restriction = getRestrictionFromIntent(intent); in onNewIntent() local
|
| /packages/apps/Car/Settings/src/com/android/car/settings/enterprise/ |
| D | EnterpriseUtils.java | 125 public static boolean hasUserRestrictionByDpm(Context context, String restriction) { in hasUserRestrictionByDpm() 136 public static boolean hasUserRestrictionByUm(Context context, String restriction) { in hasUserRestrictionByUm() 186 Context context, String restriction) { in getActionDisabledByAdminDialog() 195 Context context, String restriction) { in getInputMethodDisabledByAdminDialog() 204 Context context, String restriction, @Nullable String restrictedPackage) { in getActionDisabledByAdminDialog() 258 @Nullable String restriction, String restrictedPackage) { in getEnforcedAdmin()
|
| D | ActionDisabledByAdminDialogFragment.java | 78 public static ActionDisabledByAdminDialogFragment newInstance(String restriction, in newInstance() 86 public static ActionDisabledByAdminDialogFragment newInstance(String restriction, in newInstance() 216 String restriction) { in setAdminSupportTitle()
|
| D | ActionDisabledByAdminActivity.java | 45 String restriction = getRestrictionFromIntent(getIntent()); in onCreate() local
|
| /packages/apps/TvSettings/Settings/src/com/android/tv/settings/ |
| D | ActionDisabledByAdminDialogHelper.java | 71 public AlertDialog.Builder prepareDialogBuilder(String restriction, in prepareDialogBuilder() 100 public void updateDialog(String restriction, EnforcedAdmin admin) { in updateDialog() 111 String restriction) { in initializeDialogViews() 129 void setAdminSupportTitle(View root, String restriction) { in setAdminSupportTitle()
|
| D | ActionDisabledByAdminDialog.java | 41 final String restriction = getRestrictionFromIntent(getIntent()); in onCreate() local 53 final String restriction = getRestrictionFromIntent(intent); in onNewIntent() local
|
| /packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/testutils/ |
| D | EnterpriseTestUtils.java | 29 public static void mockUserRestrictionSetByUm(UserManager um, String restriction, in mockUserRestrictionSetByUm() 40 public static void mockUserRestrictionSetByDpm(UserManager um, String restriction, in mockUserRestrictionSetByDpm()
|
| /packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/qc/ |
| D | BaseSettingsQCItemTestCase.java | 53 protected void setBaseUserRestriction(String restriction, boolean restricted) { in setBaseUserRestriction() 58 protected void setUserRestriction(String restriction, boolean restricted) { in setUserRestriction()
|
| /packages/apps/Car/Settings/src/com/android/car/settings/qc/ |
| D | QCUtils.java | 53 public static PendingIntent getActionDisabledDialogIntent(Context context, String restriction) { in getActionDisabledDialogIntent() 61 public static PendingIntent getActionDisabledDialogIntent(Context context, String restriction, in getActionDisabledDialogIntent()
|
| /packages/apps/Settings/src/com/android/settings/bluetooth/ |
| D | RestrictionUtils.java | 38 public EnforcedAdmin checkIfRestrictionEnforced(Context context, String restriction) { in checkIfRestrictionEnforced()
|
| /packages/modules/Telephony/services/QualifiedNetworksService/src/com/android/telephony/qns/ |
| D | RestrictManager.java | 233 Restriction restriction = (Restriction) message.obj; in handleMessage() local 665 Restriction restriction = in onLowRtpQualityEvent() local 1081 releaseRestriction(QnsUtils.getOtherTransportType(transportType), restriction, false); in fallbackToWwanForImsRegistration() local 1138 Restriction restriction = restrictionMap.get(RESTRICT_TYPE_GUARDING); in updateGuardingTimerConditionOnCallState() local 1196 Restriction restriction = restrictionMap.get(restrictObj.mRestrictType); in addRestriction() local 1240 Restriction restriction = restrictionMap.get(type); in addRestriction() local 1288 Restriction restriction = restrictionMap.get(type); in releaseRestriction() local 1333 private void sendReleaseRestrictionMessage(int transportType, Restriction restriction) { in sendReleaseRestrictionMessage() 1351 private void removeReleaseRestrictionMessage(Restriction restriction) { in removeReleaseRestrictionMessage()
|
| /packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/ |
| D | ShadowRestrictionUtils.java | 16 protected EnforcedAdmin checkIfRestrictionEnforced(Context context, String restriction) { in checkIfRestrictionEnforced()
|
| D | ShadowUserManager.java | 97 public void addBaseUserRestriction(String restriction) { in addBaseUserRestriction() 111 public void addGuestUserRestriction(String restriction) { in addGuestUserRestriction() 115 public boolean hasGuestUserRestriction(String restriction, boolean expectedValue) { in hasGuestUserRestriction()
|
| /packages/apps/TvSettings/SettingsAPI/java/com/android/tv/settings/library/settingslib/enterprise/ |
| D | FinancedDeviceActionDisabledByAdminController.java | 42 public String getAdminSupportTitle(@Nullable String restriction) { in getAdminSupportTitle()
|
| D | ActionDisabledByAdminController.java | 47 String getAdminSupportTitle(@Nullable String restriction); in getAdminSupportTitle()
|
| D | BiometricActionDisabledByAdminController.java | 52 public String getAdminSupportTitle(@Nullable String restriction) { in getAdminSupportTitle()
|
| /packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/applications/ |
| D | ApplicationActionButtonsPreferenceControllerTest.java | 729 private void testShowingDisabledByDeviceAdminDialogWhenUninstallClicked(String restriction) { in testShowingDisabledByDeviceAdminDialogWhenUninstallClicked() 839 private void mockDisabledByUserManagerRestriction(String restriction) { in mockDisabledByUserManagerRestriction() 844 private void mockDisabledByDevicePolicyManagerRestriction(String restriction) { in mockDisabledByDevicePolicyManagerRestriction()
|
| /packages/apps/Settings/tests/unit/src/com/android/settings/network/ |
| D | ResetNetworkRestrictionViewBuilderTest.java | 91 String restriction = ResetNetworkRestrictionViewBuilder.mRestriction; in build_getView_whenEnforceAdminRestriction() local
|
| /packages/apps/Settings/tests/robotests/src/com/android/settings/enterprise/ |
| D | ActionDisabledByAdminDialogTest.java | 65 final String restriction = "someRestriction"; in testGetRestrictionFromIntent() local
|
| /packages/services/Car/tests/CarTestDpc/src/com/android/car/testdpc/ |
| D | DpcShellCommand.java | 193 String restriction = mArgs[3]; in runAddUserRestriction() local 209 String restriction = mArgs[1]; in runClearUserRestriction() local
|
| /packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/system/ |
| D | FactoryResetEntryPreferenceControllerTest.java | 563 private void addBaseUserRestriction(String restriction) { in addBaseUserRestriction() 568 private void addUserRestriction(String restriction) { in addUserRestriction()
|
| /packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/profiles/ |
| D | PermissionsPreferenceControllerTest.java | 160 PreferenceGroup preferenceGroup, String restriction) { in getPreferenceForRestriction()
|
| /packages/apps/Settings/src/com/android/settings/display/ |
| D | TopLevelWallpaperPreferenceController.java | 132 final String restriction = DISALLOW_SET_WALLPAPER; in disablePreferenceIfManaged() local
|
| /packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/location/ |
| D | LocationStateSwitchPreferenceControllerTest.java | 181 public void verifyLocationStateWithRestriction(boolean locationOnByDefault, String restriction, in verifyLocationStateWithRestriction()
|