Home
last modified time | relevance | path

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

/platform_testing/tests/perf/PerfTransitionTest/src/com/android/apptransition/tests/
DAppTransitionTests.java88 private Map<String, Intent> mAppLaunchIntentsMapping = null; field in AppTransitionTests
414 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()