Home
last modified time | relevance | path

Searched defs:restriction (Results 1 – 25 of 721) sorted by relevance

12345678910>>...29

/aosp_15_r20/cts/tests/devicepolicy/src/android/devicepolicy/cts/
H A DUserRestrictionsTest.java180 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 DJniEntryPoints.cpp161 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 DHistogram.cpp72 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 DJniEntryPoints.cpp161 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 DHistogram.cpp71 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/
DEnterpriseUtils.java127 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()
DActionDisabledByAdminDialogFragment.java78 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 DBaseUserRestrictionsTest.java121 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/
DActionDisabledByAdminDialogHelper.java65 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()
DActionDisabledByAdminDialog.java45 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 DByodHelperActivity.java348 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 DUserRestrictions.java221 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 DUserRestrictionsUtils.java341 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 DRestrictionsSet.java95 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/
Drenderscript_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 DUserRestrictionsContext.java51 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/
DActionDisabledByAdminDialogHelper.java71 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 DBluetoothRestrictionTest.java262 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 DPrivateDnsPolicyTest.java62 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/
DRestrictManager.java233 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 DBrightnessPolicyEnforcementInteractorTest.kt61 fun restriction() = in restriction() method
66 val restriction by collectLastValue(underTest.brightnessPolicyRestriction) in restriction() constant
/aosp_15_r20/build/soong/android/
H A Dcontainer.go236 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 DOrgOwnedProfileOwnerParentTest.java120 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 DAllTests.kt35 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 DAllTests.kt36 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

12345678910>>...29