Searched refs:topPipActivityInfo (Results 1 – 3 of 3) sorted by relevance
33 val topPipActivityInfo = PipUtils.getTopPipActivity(mContext) regex34 val componentName = topPipActivityInfo.first ?: return@OnOpChangedListener35 val userId = topPipActivityInfo.second
620 final Pair<ComponentName, Integer> topPipActivityInfo = in showSettings() local622 if (topPipActivityInfo.first != null) { in showSettings()624 Uri.fromParts("package", topPipActivityInfo.first.getPackageName(), null)); in showSettings()626 mContext.startActivityAsUser(settingsIntent, UserHandle.of(topPipActivityInfo.second)); in showSettings()
569 final Pair<ComponentName, Integer> topPipActivityInfo = in onInit()571 final ComponentName topActivity = topPipActivityInfo.first; in onInit()