Searched refs:ExploreIntentChecker (Results 1 – 9 of 9) sorted by relevance
21 import com.android.wallpaper.module.ExploreIntentChecker;26 public class TestExploreIntentChecker implements ExploreIntentChecker {
30 import com.android.wallpaper.module.ExploreIntentChecker;66 private ExploreIntentChecker mExploreIntentChecker;177 public ExploreIntentChecker getExploreIntentChecker(Context unused) { in getExploreIntentChecker()
39 private ExploreIntentChecker mExploreIntentChecker;137 public synchronized ExploreIntentChecker getExploreIntentChecker(Context context) { in getExploreIntentChecker()
27 public interface ExploreIntentChecker { interface
35 public class DefaultExploreIntentChecker implements ExploreIntentChecker {
43 ExploreIntentChecker getExploreIntentChecker(Context context); in getExploreIntentChecker()
60 import com.android.wallpaper.module.ExploreIntentChecker;568 ExploreIntentChecker intentChecker = in bindWallpaperActionButtons()729 ExploreIntentChecker intentChecker = in bindHomeWallpaper()810 ExploreIntentChecker intentChecker = in bindLockWallpaper()
61 import com.android.wallpaper.module.ExploreIntentChecker;398 ExploreIntentChecker intentChecker = in setUpExploreIntent()
61 import com.android.wallpaper.module.ExploreIntentChecker;552 … ExploreIntentChecker intentChecker = injector.getExploreIntentChecker(appContext); in refreshCurrentWallpapers()