HomeSort by relevance Sort by last modified time
    Searched refs:userLocked (Results 1 - 4 of 4) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationData.java 76 public boolean userLocked() {
82 public boolean setUserLocked(boolean userLocked) {
83 return NotificationData.setUserLocked(row, userLocked);
222 public static boolean setUserLocked(View row, boolean userLocked) {
223 return writeBooleanTag(row, R.id.user_lock_tag, userLocked);
BaseStatusBar.java     [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
NotificationRowLayout.java 165 public boolean setUserLockedChild(View v, boolean userLocked) {
166 return NotificationData.setUserLocked(v, userLocked);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
ExpandHelper.java 42 boolean setUserLockedChild(View v, boolean userLocked);

Completed in 420 milliseconds