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;506 mLockTaskController.updateLockTaskFeatures(TEST_USER_ID, LOCK_TASK_FEATURE_NOTIFICATIONS); in testUpdateLockTaskFeatures()590 | DevicePolicyManager.LOCK_TASK_FEATURE_NOTIFICATIONS); in testGetStatusBarDisableFlags()
109 STATUS_BAR_FLAG_MAP_LOCKED.append(DevicePolicyManager.LOCK_TASK_FEATURE_NOTIFICATIONS, in STATUS_BAR_FLAG_MAP_LOCKED.append() argument
3780 final int flags = DevicePolicyManager.LOCK_TASK_FEATURE_NOTIFICATIONS in testLockTaskPolicyAllowedForAffiliatedUsers()3786 final int secondaryPoFlags = DevicePolicyManager.LOCK_TASK_FEATURE_NOTIFICATIONS in testLockTaskPolicyAllowedForAffiliatedUsers()3794 final int poFlags = DevicePolicyManager.LOCK_TASK_FEATURE_NOTIFICATIONS in testLockTaskPolicyAllowedForAffiliatedUsers()3838 final int poFlags = DevicePolicyManager.LOCK_TASK_FEATURE_NOTIFICATIONS in testLockTaskPolicyForProfileOwner()3855 final int mpoFlags = DevicePolicyManager.LOCK_TASK_FEATURE_NOTIFICATIONS in testLockTaskPolicyForProfileOwner()3868 final int flags = DevicePolicyManager.LOCK_TASK_FEATURE_NOTIFICATIONS in testLockTaskFeatures_IllegalArgumentException()
1662 public static final int LOCK_TASK_FEATURE_NOTIFICATIONS = 1 << 1; field in DevicePolicyManager1717 LOCK_TASK_FEATURE_NOTIFICATIONS,
54 import static android.app.admin.DevicePolicyManager.LOCK_TASK_FEATURE_NOTIFICATIONS;9855 boolean hasNotification = (flags & LOCK_TASK_FEATURE_NOTIFICATIONS) != 0; in setLockTaskFeatures()
1581 Landroid/app/admin/DevicePolicyManager;->LOCK_TASK_FEATURE_NOTIFICATIONS:I
6713 field public static final int LOCK_TASK_FEATURE_NOTIFICATIONS = 2; // 0x2