Searched refs:ExploreIntentChecker (Results 1 – 7 of 7) sorted by relevance
28 import com.android.wallpaper.module.ExploreIntentChecker;50 ExploreIntentChecker intentChecker = in loadExploreIntent()70 ExploreIntentChecker intentChecker = in loadExploreIntent()
21 import com.android.wallpaper.module.ExploreIntentChecker;26 public class TestExploreIntentChecker implements ExploreIntentChecker {
40 import com.android.wallpaper.module.ExploreIntentChecker83 private var exploreIntentChecker: ExploreIntentChecker? = null158 override fun getExploreIntentChecker(context: Context): ExploreIntentChecker { in getExploreIntentChecker()
27 public interface ExploreIntentChecker { interface
35 public class DefaultExploreIntentChecker implements ExploreIntentChecker {
79 private var exploreIntentChecker: ExploreIntentChecker? = null173 override fun getExploreIntentChecker(context: Context): ExploreIntentChecker { in getExploreIntentChecker()
76 fun getExploreIntentChecker(context: Context): ExploreIntentChecker in getApplicationCoroutineScope()