Searched defs:launchIntent (Results 1 – 13 of 13) sorted by relevance
38 final Intent launchIntent = getIntent(); in onStart() local
87 Intent launchIntent = getPackageManager().getLaunchIntentForPackage( in onCreate() local
117 final Intent launchIntent = new Intent(); in startActivityAsUser() local199 Intent launchIntent, ComponentName component, int callingUid, @UserIdInt int userId) { in verifyActivityCanHandleIntentAndExported()
832 Intent launchIntent = new Intent(Intent.ACTION_MAIN); in startActivityAsUser() local
738 final Intent launchIntent = new Intent() in startIsolatedService() local755 final Intent launchIntent = new Intent() in startForegroundService() local782 final Intent launchIntent = new Intent() in startService() local808 final Intent launchIntent = new Intent() in startActivity() local
300 Intent launchIntent = dataModel.chooseActivity(itemId); in onMenuItemClick() local
606 Intent launchIntent = mAdapter.getDataModel().chooseActivity(position); in onItemClick() local625 Intent launchIntent = mAdapter.getDataModel().chooseActivity(index); in onClick() local
1597 private void launchIntent(Intent intent) { in launchIntent() method in SearchView
387 final Intent launchIntent = new Intent().setComponent( in startActivityAndCheckNetworkAccess() local
561 private void launchIntent(Intent intent) { in launchIntent() method in SearchDialog
168 public LaunchHomeRunnable(Intent launchIntent, ActivityOptions opts) { in LaunchHomeRunnable()
379 Intent launchIntent = new Intent(Intent.ACTION_VIEW); in onPostExecute() local
1158 Intent launchIntent = new Intent(Intent.ACTION_MAIN, null); in handleMessage() local