Searched refs:topPipActivityInfo (Results 1 – 3 of 3) sorted by relevance
47 final Pair<ComponentName, Integer> topPipActivityInfo =49 if (topPipActivityInfo.first != null) {51 .getApplicationInfoAsUser(packageName, 0, topPipActivityInfo.second);52 if (appInfo.packageName.equals(topPipActivityInfo.first.getPackageName()) &&
85 final Pair<ComponentName, Integer> topPipActivityInfo = PipUtils.getTopPinnedActivity(87 final ComponentName topActivity = topPipActivityInfo.first;88 final int userId = topActivity != null ? topPipActivityInfo.second : 0;
617 final Pair<ComponentName, Integer> topPipActivityInfo = in showSettings() local619 if (topPipActivityInfo.first != null) { in showSettings()620 final UserHandle user = UserHandle.of(topPipActivityInfo.second); in showSettings()622 Uri.fromParts("package", topPipActivityInfo.first.getPackageName(), null)); in showSettings()