Home
last modified time | relevance | path

Searched refs:topPackage (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/
H A DUtils.java586 final String topPackage = topActivity.getPackageName(); in isBackground() local
587 if (topPackage.contentEquals(clientPackage) && taskInfo.isVisible()) { in isBackground()
590 Slog.i(TAG, "Running task, top: " + topPackage in isBackground()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DAuthController.java237 final String topPackage = runningTasks.get(0).topActivity.getPackageName(); in isOwnerInForeground() local
238 if (!topPackage.contentEquals(clientPackage) in isOwnerInForeground()
240 Log.w(TAG, "Evicting client due to: " + topPackage); in isOwnerInForeground()