Home
last modified time | relevance | path

Searched refs:showSlice (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
H A DKeyguardSliceViewTest.java71 mKeyguardSliceView.showSlice(rowContent, Collections.EMPTY_LIST); in showSlice_notifiesListener()
80 mKeyguardSliceView.showSlice(null, Collections.EMPTY_LIST); in showSlice_emptySliceNotifiesListener()
88 mKeyguardSliceView.showSlice(null, Collections.EMPTY_LIST); in hasHeader_readsSliceData()
94 mKeyguardSliceView.showSlice(rowContent, Collections.EMPTY_LIST); in hasHeader_readsSliceData()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardSliceViewController.java92 showSlice(slice);
203 void showSlice(Slice slice) { in showSlice() method in KeyguardSliceViewController
223 mClickActions = mView.showSlice(hasHeader ? headerContent : null, subItems); in showSlice()
H A DKeyguardSliceView.java135 Map<View, PendingIntent> showSlice(RowContent header, List<SliceContent> subItems) { in showSlice() method in KeyguardSliceView