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