Searched refs:emptyCallbackList (Results 1 – 1 of 1) sorted by relevance
563 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