Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DHostingRecord.java78 private static final int REGULAR_ZYGOTE = 0; field in HostingRecord
114 this(hostingType, null /* hostingName */, REGULAR_ZYGOTE, null /* definingPackageName */, in HostingRecord()
120 this(hostingType, hostingName, REGULAR_ZYGOTE); in HostingRecord()
125 this(hostingType, hostingName.toShortString(), REGULAR_ZYGOTE, in HostingRecord()
133 this(hostingType, hostingName.toShortString(), REGULAR_ZYGOTE, definingPackageName, in HostingRecord()
139 this(hostingType, hostingName.toShortString(), REGULAR_ZYGOTE, in HostingRecord()
145 this(hostingType, hostingName, REGULAR_ZYGOTE); in HostingRecord()