Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/service/dreams/
H A DDreamService.java872 mShouldShowComplications = fetchShouldShowComplications(this /*context*/, in onCreate()
1385 private static boolean fetchShouldShowComplications(Context context, in fetchShouldShowComplications() method in DreamService