Searched refs:createAdminSupportIntent (Results 1 – 7 of 7) sorted by relevance
2081 Intent intent = dpm.createAdminSupportIntent("disallow_nothing"); in testCreateAdminSupportIntent()2085 intent = dpm.createAdminSupportIntent(UserManager.DISALLOW_ADJUST_VOLUME); in testCreateAdminSupportIntent()2093 intent = dpm.createAdminSupportIntent(UserManager.DISALLOW_ADJUST_VOLUME); in testCreateAdminSupportIntent()2101 intent = dpm.createAdminSupportIntent(UserManager.DISALLOW_ADJUST_VOLUME); in testCreateAdminSupportIntent()2115 intent = dpm.createAdminSupportIntent(DevicePolicyManager.POLICY_DISABLE_CAMERA); in testCreateAdminSupportIntent()2120 intent = dpm.createAdminSupportIntent(DevicePolicyManager.POLICY_DISABLE_CAMERA); in testCreateAdminSupportIntent()2126 intent = dpm.createAdminSupportIntent(DevicePolicyManager.POLICY_DISABLE_SCREEN_CAPTURE); in testCreateAdminSupportIntent()2131 intent = dpm.createAdminSupportIntent(DevicePolicyManager.POLICY_DISABLE_SCREEN_CAPTURE); in testCreateAdminSupportIntent()2139 intent = dpm.createAdminSupportIntent(DevicePolicyManager.POLICY_DISABLE_CAMERA); in testCreateAdminSupportIntent()2146 intent = dpm.createAdminSupportIntent(DevicePolicyManager.POLICY_DISABLE_SCREEN_CAPTURE); in testCreateAdminSupportIntent()
209 Intent createAdminSupportIntent(in String restriction); in createAdminSupportIntent() method
6152 public Intent createAdminSupportIntent(@NonNull String restriction) { in createAdminSupportIntent() method in DevicePolicyManager6156 return mService.createAdminSupportIntent(restriction); in createAdminSupportIntent()
873 final Intent intent = dpm.createAdminSupportIntent( in notifyScreenshotError()
9322 public Intent createAdminSupportIntent(String restriction) { in createAdminSupportIntent() method in DevicePolicyManagerService
6259 method public android.content.Intent createAdminSupportIntent(java.lang.String);
6474 method public android.content.Intent createAdminSupportIntent(java.lang.String);