Home
last modified time | relevance | path

Searched defs:getSelections (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/data/quickaffordance/
H A DKeyguardQuickAffordanceSelectionManager.kt35 fun getSelections(): Map<String, List<String>> regex
/aosp14/frameworks/base/core/java/android/app/contentsuggestions/
H A DClassificationsRequest.java52 public @NonNull List<ContentSelection> getSelections() { in getSelections() method in ClassificationsRequest