Home
last modified time | relevance | path

Searched refs:EXTRA_RESTRICTION (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DDevicePolicyManagerTest.java2109 intent.getStringExtra(DevicePolicyManager.EXTRA_RESTRICTION)); in testCreateAdminSupportIntent()
2123 intent.getStringExtra(DevicePolicyManager.EXTRA_RESTRICTION)); in testCreateAdminSupportIntent()
2134 intent.getStringExtra(DevicePolicyManager.EXTRA_RESTRICTION)); in testCreateAdminSupportIntent()
2142 intent.getStringExtra(DevicePolicyManager.EXTRA_RESTRICTION)); in testCreateAdminSupportIntent()
/frameworks/base/core/java/android/app/admin/
DDevicePolicyManager.java1135 public static final String EXTRA_RESTRICTION = "android.app.extra.RESTRICTION"; field in DevicePolicyManager
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java9358 intent.putExtra(DevicePolicyManager.EXTRA_RESTRICTION, restriction); in createAdminSupportIntent()