Searched defs:writeBooleanTag (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationData.java51 writeBooleanTag(row, R.id.expandable_tag, expandedLarge != null);
184 protected static boolean writeBooleanTag(View view, int id, boolean value) { method in class:NotificationData
210 return writeBooleanTag(row, R.id.user_expanded_tag, userExpanded);
224 return writeBooleanTag(row, R.id.user_lock_tag, userLocked);

Completed in 17 milliseconds