Searched refs:setLegacy (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DNotificationCustomViewWrapper.java58 public void setLegacy(boolean legacy) { method in class:NotificationCustomViewWrapper
59 super.setLegacy(legacy);
H A DNotificationViewWrapper.java153 public void setLegacy(boolean legacy) { method in class:NotificationViewWrapper
/frameworks/base/core/java/android/bluetooth/le/
H A DScanSettings.java388 public Builder setLegacy(boolean legacy) { method in class:ScanSettings.Builder
395 * This is used only if {@link ScanSettings.Builder#setLegacy}
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationContentView.java1126 public void setLegacy(boolean legacy) { method in class:NotificationContentView
1133 mContractedWrapper.setLegacy(mLegacy);
1136 mExpandedWrapper.setLegacy(mLegacy);
1139 mHeadsUpWrapper.setLegacy(mLegacy);
H A DExpandableNotificationRow.java2566 public void setLegacy(boolean legacy) { method in class:ExpandableNotificationRow
2568 l.setLegacy(legacy);
H A DNotificationEntryManager.java715 row.setLegacy(entry.targetSdk >= Build.VERSION_CODES.GINGERBREAD

Completed in 97 milliseconds