Searched refs:mAppLaunchIntentsMapping (Results 1 – 1 of 1) sorted by relevance
88 private Map<String, Intent> mAppLaunchIntentsMapping = null; field in AppTransitionTests414 mAppLaunchIntentsMapping = new LinkedHashMap<String, Intent>(); in createLaunchIntentMappings()437 mAppLaunchIntentsMapping.put(appName, startIntent); in resolveLoop()452 Intent startIntent = mAppLaunchIntentsMapping.get(appName); in startApp()570 Intent startIntent = mAppLaunchIntentsMapping.get(appNames[i]); in closeApps()599 mResult.putString(appName, mAppLaunchIntentsMapping.get(appName). in updateResult()