Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wallpaper/
H A DWallpaperManagerService.java563 if (emptyCallbackList(currentUserColorListeners) && in notifyWallpaperColorsChangedOnDisplay()
564 emptyCallbackList(userAllColorListeners)) { in notifyWallpaperColorsChangedOnDisplay()
582 private static <T extends IInterface> boolean emptyCallbackList(RemoteCallbackList<T> list) { in emptyCallbackList() method in WallpaperManagerService