Searched refs:createAdminSupportIntent (Results 1 – 9 of 9) sorted by relevance
73 devicePolicyManager.createAdminSupportIntent( in notifyScreenshotError()
348 final Intent showAdminSupportDetailsIntent = dpm.createAdminSupportIntent(restriction); in checkDevicePolicyRestrictions()
212 devicePolicyManager!!.createAdminSupportIntent(restriction) in <lambda>()
3014 Intent intent = dpm.createAdminSupportIntent("disallow_nothing"); in testCreateAdminSupportIntent()3018 intent = dpm.createAdminSupportIntent(UserManager.DISALLOW_ADJUST_VOLUME); in testCreateAdminSupportIntent()3026 intent = dpm.createAdminSupportIntent(UserManager.DISALLOW_ADJUST_VOLUME); in testCreateAdminSupportIntent()3037 intent = dpm.createAdminSupportIntent(UserManager.DISALLOW_ADJUST_VOLUME); in testCreateAdminSupportIntent()3049 intent = dpm.createAdminSupportIntent(DevicePolicyManager.POLICY_DISABLE_CAMERA); in testCreateAdminSupportIntent()3054 intent = dpm.createAdminSupportIntent(DevicePolicyManager.POLICY_DISABLE_CAMERA); in testCreateAdminSupportIntent()3060 intent = dpm.createAdminSupportIntent(DevicePolicyManager.POLICY_DISABLE_SCREEN_CAPTURE); in testCreateAdminSupportIntent()3065 intent = dpm.createAdminSupportIntent(DevicePolicyManager.POLICY_DISABLE_SCREEN_CAPTURE); in testCreateAdminSupportIntent()3073 intent = dpm.createAdminSupportIntent(DevicePolicyManager.POLICY_DISABLE_CAMERA); in testCreateAdminSupportIntent()3080 intent = dpm.createAdminSupportIntent(DevicePolicyManager.POLICY_DISABLE_SCREEN_CAPTURE); in testCreateAdminSupportIntent()
281 Intent createAdminSupportIntent(in String restriction); in createAdminSupportIntent() method
12552 public Intent createAdminSupportIntent(@NonNull String restriction) { in createAdminSupportIntent() method in DevicePolicyManager12557 result = mService.createAdminSupportIntent(restriction); in createAdminSupportIntent()
16481 public Intent createAdminSupportIntent(String restriction) { in createAdminSupportIntent() method
2624 Landroid/app/admin/IDevicePolicyManager$Stub$Proxy;->createAdminSupportIntent(Ljava/lang/String;)La…3152 Landroid/app/admin/IDevicePolicyManager;->createAdminSupportIntent(Ljava/lang/String;)Landroid/cont…
8135 method public android.content.Intent createAdminSupportIntent(@NonNull String);