Searched refs:topPackage (Results 1 – 2 of 2) sorted by relevance
598 final String topPackage = topActivity.getPackageName(); in isBackground() local599 if (topPackage.contentEquals(clientPackage) && taskInfo.isVisible()) { in isBackground()602 Slog.i(TAG, "Running task, top: " + topPackage in isBackground()
236 final String topPackage = runningTasks.get(0).topActivity.getPackageName(); in isOwnerInForeground() local237 if (!topPackage.contentEquals(clientPackage) in isOwnerInForeground()239 Log.w(TAG, "Evicting client due to: " + topPackage); in isOwnerInForeground()