Searched refs:LOCK_TASK_FEATURE_NOTIFICATIONS (Results 1 – 7 of 7) sorted by relevance
31 import static android.app.admin.DevicePolicyManager.LOCK_TASK_FEATURE_NOTIFICATIONS;598 mLockTaskController.updateLockTaskFeatures(TEST_USER_ID, LOCK_TASK_FEATURE_NOTIFICATIONS); in testUpdateLockTaskFeatures()683 | DevicePolicyManager.LOCK_TASK_FEATURE_NOTIFICATIONS); in testGetStatusBarDisableFlags()
111 STATUS_BAR_FLAG_MAP_LOCKED.append(DevicePolicyManager.LOCK_TASK_FEATURE_NOTIFICATIONS, in STATUS_BAR_FLAG_MAP_LOCKED.append() argument
3807 final int flags = DevicePolicyManager.LOCK_TASK_FEATURE_NOTIFICATIONS in testLockTaskPolicyAllowedForAffiliatedUsers()3813 final int secondaryPoFlags = DevicePolicyManager.LOCK_TASK_FEATURE_NOTIFICATIONS in testLockTaskPolicyAllowedForAffiliatedUsers()3821 final int poFlags = DevicePolicyManager.LOCK_TASK_FEATURE_NOTIFICATIONS in testLockTaskPolicyAllowedForAffiliatedUsers()3865 final int poFlags = DevicePolicyManager.LOCK_TASK_FEATURE_NOTIFICATIONS in testLockTaskPolicyForProfileOwner()3882 final int mpoFlags = DevicePolicyManager.LOCK_TASK_FEATURE_NOTIFICATIONS in testLockTaskPolicyForProfileOwner()3895 final int flags = DevicePolicyManager.LOCK_TASK_FEATURE_NOTIFICATIONS in testLockTaskFeatures_IllegalArgumentException()
2002 public static final int LOCK_TASK_FEATURE_NOTIFICATIONS = 1 << 1; field in DevicePolicyManager2057 LOCK_TASK_FEATURE_NOTIFICATIONS,
57 import static android.app.admin.DevicePolicyManager.LOCK_TASK_FEATURE_NOTIFICATIONS;10712 boolean hasNotification = (flags & LOCK_TASK_FEATURE_NOTIFICATIONS) != 0; in setLockTaskFeatures()
6941 field public static final int LOCK_TASK_FEATURE_NOTIFICATIONS = 2; // 0x2