Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardSliceView.java138 Map<View, PendingIntent> clickActions = new HashMap<>(); in showSlice() local
150 clickActions.put(mTitle, header.getPrimaryAction().getAction()); in showSlice()
180 clickActions.put(button, pendingIntent); in showSlice()
211 if (!clickActions.containsKey(child)) { in showSlice()
222 return clickActions; in showSlice()