Searched refs:startIntent (Results 1 – 1 of 1) sorted by relevance
430 Intent startIntent = new Intent(intentToResolve); in resolveLoop() local431 startIntent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK in resolveLoop()433 startIntent.setClassName(ri.activityInfo.packageName, in resolveLoop()437 mAppLaunchIntentsMapping.put(appName, startIntent); in resolveLoop()452 Intent startIntent = mAppLaunchIntentsMapping.get(appName); in startApp() local453 if (startIntent == null) { in startApp()456 AppLaunchRunnable runnable = new AppLaunchRunnable(startIntent, launchMode); in startApp()570 Intent startIntent = mAppLaunchIntentsMapping.get(appNames[i]); in closeApps() local571 if (startIntent != null) { in closeApps()572 String packageName = startIntent.getComponent().getPackageName(); in closeApps()