Home
last modified time | relevance | path

Searched defs:resIds (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/tileimpl/
H A DResourceIconTest.kt30 val resIds = (1..1000).toList() regex
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DExpandableNotificationRowTest.java229 final Pair<Integer, Integer> resIds = new Pair(R.drawable.ic_feedback_alerted, in testFeedback_header() local
/aosp12/frameworks/base/core/java/android/service/autofill/
H A DImageTransformation.java232 final int[] resIds = new int[size]; in writeToParcel() local
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/wrapper/
H A DNotificationHeaderViewWrapper.java131 public void showFeedbackIcon(boolean show, Pair<Integer, Integer> resIds) { in showFeedbackIcon() argument
H A DNotificationViewWrapper.java107 public void showFeedbackIcon(boolean show, Pair<Integer, Integer> resIds) { in showFeedbackIcon() argument
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationContentView.java1609 public void showFeedbackIcon(boolean show, Pair<Integer, Integer> resIds) { in showFeedbackIcon() argument