Home
last modified time | relevance | path

Searched refs:mViewHandlerExists (Results 1 – 1 of 1) sorted by relevance

/packages/apps/WallpaperPicker2/tests/src/com/android/wallpaper/testing/
DTestExploreIntentChecker.java28 private boolean mViewHandlerExists; field in TestExploreIntentChecker
32 mViewHandlerExists = true; in TestExploreIntentChecker()
37 Intent intent = mViewHandlerExists ? new Intent(Intent.ACTION_VIEW, uri) : null; in fetchValidActionViewIntent()
42 mViewHandlerExists = exists; in setViewHandlerExists()