/aosp_15_r20/cts/tests/devicepolicy/src/android/devicepolicy/cts/ |
H A D | UserRestrictionsTest.java | 180 public void getUserRestrictions_allDefaultUserRestrictions_returnFalse( in getUserRestrictions_allDefaultUserRestrictions_returnFalse() 190 public void getUserRestrictions_containsAddedRestriction( in getUserRestrictions_containsAddedRestriction() 197 dpc(sDeviceState).componentName(), restriction); in getUserRestrictions_containsAddedRestriction() local 206 dpc(sDeviceState).componentName(), restriction); in getUserRestrictions_containsAddedRestriction() local 213 public void hasUserRestriction_containsAddedRestriction( in hasUserRestriction_containsAddedRestriction() 220 dpc(sDeviceState).componentName(), restriction); in hasUserRestriction_containsAddedRestriction() local 226 dpc(sDeviceState).componentName(), restriction); in hasUserRestriction_containsAddedRestriction() local 234 public void hasUserRestriction_clearUserRestriction_restrictionIsRemoved( in hasUserRestriction_clearUserRestriction_restrictionIsRemoved() 241 dpc(sDeviceState).componentName(), restriction); in hasUserRestriction_clearUserRestriction_restrictionIsRemoved() local 244 dpc(sDeviceState).componentName(), restriction); in hasUserRestriction_clearUserRestriction_restrictionIsRemoved() local [all …]
|
/aosp_15_r20/frameworks/rs/toolkit/ |
H A D | JniEntryPoints.cpp | 161 Restriction restriction; member in RestrictionParameter 202 jbyteArray dest_array, jint size_x, jint size_y, jobject restriction) { in Java_android_renderscript_toolkit_Toolkit_nativeBlend() 214 jobject dest_bitmap, jobject restriction) { in Java_android_renderscript_toolkit_Toolkit_nativeBlendBitmap() 226 jint size_x, jint size_y, jint radius, jbyteArray output_array, jobject restriction) { in Java_android_renderscript_toolkit_Toolkit_nativeBlur() 237 jobject output_bitmap, jint radius, jobject restriction) { in Java_android_renderscript_toolkit_Toolkit_nativeBlurBitmap() 250 jint output_vector_size, jfloatArray jmatrix, jfloatArray add_vector, jobject restriction) { in Java_android_renderscript_toolkit_Toolkit_nativeColorMatrix() 264 jobject output_bitmap, jfloatArray jmatrix, jfloatArray add_vector, jobject restriction) { in Java_android_renderscript_toolkit_Toolkit_nativeColorMatrixBitmap() 279 jobject restriction) { in Java_android_renderscript_toolkit_Toolkit_nativeConvolve() 300 jobject output_bitmap, jfloatArray coefficients, jobject restriction) { in Java_android_renderscript_toolkit_Toolkit_nativeConvolveBitmap() 321 jint vector_size, jint size_x, jint size_y, jintArray output_array, jobject restriction) { in Java_android_renderscript_toolkit_Toolkit_nativeHistogram() [all …]
|
H A D | Histogram.cpp | 72 uint32_t threadCount, const Restriction* restriction) in HistogramTask() 155 const Restriction* restriction) in HistogramDotTask() 248 size_t vectorSize, const Restriction* restriction) { in histogram() 266 const Restriction* restriction) { in histogramDot()
|
/aosp_15_r20/external/renderscript-intrinsics-replacement-toolkit/renderscript-toolkit/src/main/cpp/ |
H A D | JniEntryPoints.cpp | 161 Restriction restriction; member in RestrictionParameter 202 jbyteArray dest_array, jint size_x, jint size_y, jobject restriction) { in Java_com_google_android_renderscript_Toolkit_nativeBlend() 214 jobject dest_bitmap, jobject restriction) { in Java_com_google_android_renderscript_Toolkit_nativeBlendBitmap() 226 jint size_x, jint size_y, jint radius, jbyteArray output_array, jobject restriction) { in Java_com_google_android_renderscript_Toolkit_nativeBlur() 237 jobject output_bitmap, jint radius, jobject restriction) { in Java_com_google_android_renderscript_Toolkit_nativeBlurBitmap() 250 jint output_vector_size, jfloatArray jmatrix, jfloatArray add_vector, jobject restriction) { in Java_com_google_android_renderscript_Toolkit_nativeColorMatrix() 264 jobject output_bitmap, jfloatArray jmatrix, jfloatArray add_vector, jobject restriction) { in Java_com_google_android_renderscript_Toolkit_nativeColorMatrixBitmap() 279 jobject restriction) { in Java_com_google_android_renderscript_Toolkit_nativeConvolve() 300 jobject output_bitmap, jfloatArray coefficients, jobject restriction) { in Java_com_google_android_renderscript_Toolkit_nativeConvolveBitmap() 321 jint vector_size, jint size_x, jint size_y, jintArray output_array, jobject restriction) { in Java_com_google_android_renderscript_Toolkit_nativeHistogram() [all …]
|
H A D | Histogram.cpp | 71 uint32_t threadCount, const Restriction* restriction) in HistogramTask() 154 const Restriction* restriction) in HistogramDotTask() 247 size_t vectorSize, const Restriction* restriction) { in histogram() 265 const Restriction* restriction) { in histogramDot()
|
/aosp_15_r20/packages/apps/Car/Settings/src/com/android/car/settings/enterprise/ |
D | EnterpriseUtils.java | 127 public static int getAvailabilityStatusRestricted(Context context, String restriction) { in getAvailabilityStatusRestricted() 144 public static boolean hasUserRestrictionByDpm(Context context, String restriction) { in hasUserRestrictionByDpm() 155 public static boolean hasUserRestrictionByUm(Context context, String restriction) { in hasUserRestrictionByUm() 162 String restriction) { in onClickWhileDisabled() 171 FragmentController fragmentController, String restriction) { in showActionDisabledByAdminDialog() 228 Context context, String restriction) { in getActionDisabledByAdminDialog() 237 Context context, String restriction) { in getInputMethodDisabledByAdminDialog() 246 Context context, String restriction, @Nullable String restrictedPackage) { in getActionDisabledByAdminDialog() 300 @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() 202 String restriction) { in setAdminSupportTitle()
|
/aosp_15_r20/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/userrestrictions/ |
H A D | BaseUserRestrictionsTest.java | 121 protected void assertLayeredRestriction(String restriction, boolean expected) { in assertLayeredRestriction() 126 protected void assertOwnerRestriction(String restriction, boolean expected) { in assertOwnerRestriction() 133 protected boolean hasBaseUserRestriction(String restriction, UserHandle userHandle) { in hasBaseUserRestriction() 155 protected void assertSetClearUserRestriction(String restriction) { in assertSetClearUserRestriction() 178 protected void assertClearUserRestriction(String restriction) { in assertClearUserRestriction() 193 protected void assertCannotSetUserRestriction(String restriction) { in assertCannotSetUserRestriction() 299 final String restriction = UserManager.DISALLOW_CONFIG_WIFI; in testBroadcast() local
|
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/enterprise/ |
D | ActionDisabledByAdminDialogHelper.java | 65 public ActionDisabledByAdminDialogHelper(Activity activity, String restriction) { in ActionDisabledByAdminDialogHelper() 90 public AlertDialog.Builder prepareDialogBuilder(String restriction, in prepareDialogBuilder() 103 void prepareDialogBuilder(AlertDialog.Builder builder, String restriction, in prepareDialogBuilder() 115 public void updateDialog(String restriction, EnforcedAdmin admin) { in updateDialog() 126 String restriction) { in initializeDialogViews() 166 void setAdminSupportTitle(View root, String restriction) { in setAdminSupportTitle()
|
D | ActionDisabledByAdminDialog.java | 45 final String restriction = getRestrictionFromIntent(getIntent()); in onCreate() local 56 final String restriction = getRestrictionFromIntent(intent); in onNewIntent() local 74 final String restriction = getRestrictionFromIntent(intent); in getAdminDetailsFromIntent() local 105 int userId, String restriction, EnforcedAdmin enforcedAdmin) { in launchAdvancedProtectionDialogOrTryToSetAdminComponent()
|
/aosp_15_r20/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/ |
H A D | ByodHelperActivity.java | 348 final String restriction = intent.getStringExtra(EXTRA_PARAMETER_1); in onCreate() local 351 DeviceAdminTestReceiver.getReceiverComponentName(), restriction); in onCreate() local 354 final String restriction = intent.getStringExtra(EXTRA_PARAMETER_1); in onCreate() local 357 DeviceAdminTestReceiver.getReceiverComponentName(), restriction); in onCreate() local 556 private boolean isRestrictionSet(String restriction) { in isRestrictionSet() 563 private void setRestriction(String restriction, boolean enabled) { in setRestriction() 571 private void setRestrictionAndSaveOriginal(String restriction, boolean enabled) { in setRestrictionAndSaveOriginal() 580 public void restoreOriginalRestriction(String restriction) { in restoreOriginalRestriction()
|
H A D | UserRestrictions.java | 221 public static String getRestrictionLabel(Context context, String restriction) { in getRestrictionLabel() 226 public static String getUserAction(Context context, String restriction) { in getUserAction() 231 private static UserRestrictionItem findRestrictionItem(String restriction) { in findRestrictionItem() 261 public static Intent getUserRestrictionTestIntent(Context context, String restriction, in getUserRestrictionTestIntent() 279 public static boolean isRestrictionValid(Context context, String restriction) { in isRestrictionValid() 400 private static boolean isOnlyValidForDeviceOwnerOrPrimaryUser(String restriction) { in isOnlyValidForDeviceOwnerOrPrimaryUser()
|
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | UserRestrictionsUtils.java | 341 public static boolean isValidRestriction(@NonNull String restriction) { in isValidRestriction() 461 public static boolean contains(@Nullable Bundle in, String restriction) { in contains() 481 public static boolean canDeviceOwnerChange(String restriction) { in canDeviceOwnerChange() 503 String restriction, in canProfileOwnerChange() 537 String restriction) { in canParentOfProfileOwnerOfOrganizationOwnedDeviceChange() 553 public static boolean canFinancedDeviceOwnerChange(String restriction) { in canFinancedDeviceOwnerChange() 783 String restriction; in isSettingRestrictedForUser() local
|
H A D | RestrictionsSet.java | 95 public boolean removeRestrictionsForAllUsers(String restriction) { in removeRestrictionsForAllUsers() 111 public void moveRestriction(@NonNull RestrictionsSet destRestrictions, String restriction) { in moveRestriction() 159 public @NonNull List<UserManager.EnforcingUser> getEnforcingUsers(String restriction, in getEnforcingUsers()
|
/aosp_15_r20/out/soong/.intermediates/external/renderscript-intrinsics-replacement-toolkit/renderscript_toolkit/android_common/kotlin/ |
D | renderscript_toolkit.jar | ... sizeY
com.google.android.renderscript.Range2d restriction
public static synthetic void blend$default (com. ... |
/aosp_15_r20/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/devicepolicy/ |
H A D | UserRestrictionsContext.java | 51 public UserRestrictionsContext set(String restriction) { in set() 60 public UserRestrictionsContext unset(String restriction) { in unset() 85 private void setNoCheck(String restriction) { in setNoCheck() 95 private void unsetNoCheck(String restriction) { in unsetNoCheck()
|
/aosp_15_r20/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()
|
/aosp_15_r20/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/ |
H A D | BluetoothRestrictionTest.java | 262 private void addUserRestriction(String restriction) { in addUserRestriction() 264 mDevicePolicyManager.addUserRestriction(getWho(), restriction); in addUserRestriction() local 267 private void clearUserRestriction(String restriction) { in clearUserRestriction() 269 mDevicePolicyManager.clearUserRestriction(getWho(), restriction); in clearUserRestriction() local
|
H A D | PrivateDnsPolicyTest.java | 62 private void setUserRestriction(String restriction, boolean add) { in setUserRestriction() 64 mDevicePolicyManager.addUserRestriction(getWho(), restriction); in setUserRestriction() local 66 mDevicePolicyManager.clearUserRestriction(getWho(), restriction); in setUserRestriction() local
|
/aosp_15_r20/packages/modules/Telephony/services/QualifiedNetworksService/src/com/android/telephony/qns/ |
D | RestrictManager.java | 233 Restriction restriction = (Restriction) message.obj; in handleMessage() local 682 Restriction restriction = in onLowRtpQualityEvent() local 1099 releaseRestriction(QnsUtils.getOtherTransportType(transportType), restriction, false); in fallbackToWwanForImsRegistration() local 1156 Restriction restriction = restrictionMap.get(RESTRICT_TYPE_GUARDING); in updateGuardingTimerConditionOnCallState() local 1214 Restriction restriction = restrictionMap.get(restrictObj.mRestrictType); in addRestriction() local 1258 Restriction restriction = restrictionMap.get(type); in addRestriction() local 1306 Restriction restriction = restrictionMap.get(type); in releaseRestriction() local 1351 private void sendReleaseRestrictionMessage(int transportType, Restriction restriction) { in sendReleaseRestrictionMessage() 1369 private void removeReleaseRestrictionMessage(Restriction restriction) { in removeReleaseRestrictionMessage()
|
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/brightness/domain/interactor/ |
H A D | BrightnessPolicyEnforcementInteractorTest.kt | 61 fun restriction() = in restriction() method 66 val restriction by collectLastValue(underTest.brightnessPolicyRestriction) in restriction() constant
|
/aosp_15_r20/build/soong/android/ |
H A D | container.go | 236 type restriction struct { struct 238 dependency *container 241 errorMessage string 246 allowedExceptions []exceptionHandleFuncLabel
|
/aosp_15_r20/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/ |
H A D | OrgOwnedProfileOwnerParentTest.java | 120 private void testAddGetAndClearUserRestriction_onParent(String restriction) { in testAddGetAndClearUserRestriction_onParent() 140 private void testUnableToAddBaseUserRestriction(String restriction) { in testUnableToAddBaseUserRestriction() 146 private void testUnableToClearBaseUserRestriction(String restriction) { in testUnableToClearBaseUserRestriction()
|
/aosp_15_r20/external/renderscript-intrinsics-replacement-toolkit/test-app/src/main/java/com/google/android/renderscript_test/ |
H A D | AllTests.kt | 35 val restriction: Range2d? in <lambda>() constant in com.google.android.renderscript_test.TestLayout 121 commonLayoutsToTry.all { (sizeX, sizeY, restriction) -> in testBlend() method 219 commonLayoutsToTry.all { (sizeX, sizeY, restriction) -> in testBlur() method 312 commonLayoutsToTry.all { (sizeX, sizeY, restriction) -> in testColorMatrix() method 449 commonLayoutsToTry.all { (sizeX, sizeY, restriction) -> in testConvolve() method 542 commonLayoutsToTry.all { (sizeX, sizeY, restriction) -> in testHistogram() method 710 commonLayoutsToTry.all { (sizeX, sizeY, restriction) -> in testLut() method 824 commonLayoutsToTry.all { (sizeX, sizeY, restriction) -> in testLut3d() method 950 layoutsToTry.all { (sizeX, sizeY, restriction) -> in testResize() method
|
/aosp_15_r20/frameworks/rs/toolkit/test/ |
H A D | AllTests.kt | 36 val restriction: Range2d? in <lambda>() constant in com.example.testapp.TestLayout 121 commonLayoutsToTry.all { (sizeX, sizeY, restriction) -> in <lambda>() method 219 commonLayoutsToTry.all { (sizeX, sizeY, restriction) -> in <lambda>() method 312 commonLayoutsToTry.all { (sizeX, sizeY, restriction) -> in <lambda>() method 449 commonLayoutsToTry.all { (sizeX, sizeY, restriction) -> in <lambda>() method 542 commonLayoutsToTry.all { (sizeX, sizeY, restriction) -> in <lambda>() method 710 commonLayoutsToTry.all { (sizeX, sizeY, restriction) -> in <lambda>() method 824 commonLayoutsToTry.all { (sizeX, sizeY, restriction) -> in <lambda>() method 950 layoutsToTry.all { (sizeX, sizeY, restriction) -> in <lambda>() method
|