Searched refs:emptyCallbackList (Results 1 – 1 of 1) sorted by relevance
386 if (emptyCallbackList(currentUserColorListeners) && in notifyWallpaperColorsChangedOnDisplay()387 emptyCallbackList(userAllColorListeners)) { in notifyWallpaperColorsChangedOnDisplay()414 private static <T extends IInterface> boolean emptyCallbackList(RemoteCallbackList<T> list) { in emptyCallbackList() method in WallpaperManagerService