Searched refs:createAdminSupportIntent (Results 1 – 9 of 9) sorted by relevance
82 dpm.createAdminSupportIntent(DevicePolicyManager.POLICY_DISABLE_SCREEN_CAPTURE); in notifyScreenshotError()
497 final Intent showAdminSupportDetailsIntent = dpm.createAdminSupportIntent(restriction); in startAdminSupportDetailsActivity()
2935 Intent intent = dpm.createAdminSupportIntent("disallow_nothing"); in testCreateAdminSupportIntent()2939 intent = dpm.createAdminSupportIntent(UserManager.DISALLOW_ADJUST_VOLUME); in testCreateAdminSupportIntent()2947 intent = dpm.createAdminSupportIntent(UserManager.DISALLOW_ADJUST_VOLUME); in testCreateAdminSupportIntent()2958 intent = dpm.createAdminSupportIntent(UserManager.DISALLOW_ADJUST_VOLUME); in testCreateAdminSupportIntent()2973 intent = dpm.createAdminSupportIntent(DevicePolicyManager.POLICY_DISABLE_CAMERA); in testCreateAdminSupportIntent()2978 intent = dpm.createAdminSupportIntent(DevicePolicyManager.POLICY_DISABLE_CAMERA); in testCreateAdminSupportIntent()2984 intent = dpm.createAdminSupportIntent(DevicePolicyManager.POLICY_DISABLE_SCREEN_CAPTURE); in testCreateAdminSupportIntent()2989 intent = dpm.createAdminSupportIntent(DevicePolicyManager.POLICY_DISABLE_SCREEN_CAPTURE); in testCreateAdminSupportIntent()2997 intent = dpm.createAdminSupportIntent(DevicePolicyManager.POLICY_DISABLE_CAMERA); in testCreateAdminSupportIntent()3004 intent = dpm.createAdminSupportIntent(DevicePolicyManager.POLICY_DISABLE_SCREEN_CAPTURE); in testCreateAdminSupportIntent()
253 Intent createAdminSupportIntent(in String restriction); in createAdminSupportIntent() method
9724 public Intent createAdminSupportIntent(@NonNull String restriction) { in createAdminSupportIntent() method in DevicePolicyManager9728 return mService.createAdminSupportIntent(restriction); in createAdminSupportIntent()
13069 public Intent createAdminSupportIntent(String restriction) {
2624 Landroid/app/admin/IDevicePolicyManager$Stub$Proxy;->createAdminSupportIntent(Ljava/lang/String;)La…3152 Landroid/app/admin/IDevicePolicyManager;->createAdminSupportIntent(Ljava/lang/String;)Landroid/cont…
7116 method public android.content.Intent createAdminSupportIntent(@NonNull String);
16678 PLcom/android/server/devicepolicy/DevicePolicyManagerService;->createAdminSupportIntent(Ljava/lang/…