Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DServiceRecord.java193 @Nullable ApplicationInfo mRecentCallerApplicationInfo; field in ServiceRecord
H A DActiveServices.java4463 r.mRecentCallerApplicationInfo = in retrieveServiceLocked()
8221 final int callerTargetSdkVersion = r.mRecentCallerApplicationInfo != null in logFGSStateChangeLocked()
8222 ? r.mRecentCallerApplicationInfo.targetSdkVersion : 0; in logFGSStateChangeLocked()