Searched refs:KEYGUARD_DISABLE_REMOTE_INPUT (Results 1 – 5 of 5) sorted by relevance
22 import static android.app.admin.DevicePolicyManager.KEYGUARD_DISABLE_REMOTE_INPUT;172 .thenReturn(KEYGUARD_DISABLE_REMOTE_INPUT); in checkIfKeyguardFeaturesDisabled_multipleEnforcedAdminForManagedProfile()174 .thenReturn(KEYGUARD_DISABLE_REMOTE_INPUT); in checkIfKeyguardFeaturesDisabled_multipleEnforcedAdminForManagedProfile()177 .checkIfKeyguardFeaturesDisabled(mContext, KEYGUARD_DISABLE_REMOTE_INPUT, mUserId); in checkIfKeyguardFeaturesDisabled_multipleEnforcedAdminForManagedProfile()205 mContext, KEYGUARD_DISABLE_REMOTE_INPUT, mUserId)).isNull(); in checkIfKeyguardFeaturesAreDisabled_doesMatchAllowedFeature_unifiedManagedProfile()207 mContext, KEYGUARD_DISABLE_REMOTE_INPUT, mProfileId)).isNull(); in checkIfKeyguardFeaturesAreDisabled_doesMatchAllowedFeature_unifiedManagedProfile()
382 (dpmFlags & DevicePolicyManager.KEYGUARD_DISABLE_REMOTE_INPUT) == 0; in updateLockscreenNotificationSetting()
6945 public static final int KEYGUARD_DISABLE_REMOTE_INPUT = 1 << 6; field in DevicePolicyManager
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
8146 field @Deprecated public static final int KEYGUARD_DISABLE_REMOTE_INPUT = 64; // 0x40