Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DHostingRecord.java103 @NonNull private final String mHostingType; field in HostingRecord
162 mHostingType = hostingType; in HostingRecord()
174 return mHostingType; in getType()
337 return isTypeActivity(mHostingType); in isTypeActivity()