Searched refs:topPipActivityInfo (Results 1 – 3 of 3) sorted by relevance
46 final Pair<ComponentName, Integer> topPipActivityInfo =48 if (topPipActivityInfo.first != null) {50 .getApplicationInfoAsUser(packageName, 0, topPipActivityInfo.second);51 if (appInfo.packageName.equals(topPipActivityInfo.first.getPackageName()) &&
87 final Pair<ComponentName, Integer> topPipActivityInfo = PipUtils.getTopPinnedActivity(89 final ComponentName topActivity = topPipActivityInfo.first;
545 final Pair<ComponentName, Integer> topPipActivityInfo = in showSettings() local547 if (topPipActivityInfo.first != null) { in showSettings()548 final UserHandle user = UserHandle.of(topPipActivityInfo.second); in showSettings()550 Uri.fromParts("package", topPipActivityInfo.first.getPackageName(), null)); in showSettings()