Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DServiceRecord.java227 @Nullable ApplicationInfo mRecentCallerApplicationInfo; field in ServiceRecord
DActiveServices.java5049 r.mRecentCallerApplicationInfo = in retrieveServiceLocked()
9008 final int callerTargetSdkVersion = r.mRecentCallerApplicationInfo != null in logFGSStateChangeLocked()
9009 ? r.mRecentCallerApplicationInfo.targetSdkVersion : 0; in logFGSStateChangeLocked()