Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/service/dreams/
DDreamService.java1114 mShouldShowComplications = fetchShouldShowComplications(mInjector.getPackageManager(), in onCreate()
1653 private static boolean fetchShouldShowComplications(@NonNull PackageManager packageManager, in fetchShouldShowComplications() method in DreamService