Searched defs:mAppMarketIntent (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
H A DLauncher.java279 private Intent mAppMarketIntent = null; field in class:Launcher
2134 if (mAppMarketIntent != null) {
2135 startActivitySafely(v, mAppMarketIntent, "app market");
3321 mAppMarketIntent = intent;

Completed in 50 milliseconds