Searched refs:mParentSessionId (Results 1 – 4 of 4) sorted by relevance
110 private int mParentSessionId = NO_SESSION_ID; field in ContentCaptureContext212 return mParentSessionId == NO_SESSION_ID ? null in getParentSessionId()213 : new ContentCaptureSessionId(mParentSessionId); in getParentSessionId()218 mParentSessionId = parentSessionId; in setParentSessionId()331 if (mParentSessionId != NO_SESSION_ID) { in dump()332 pw.print(", parentId="); pw.print(mParentSessionId); in dump()363 if (mParentSessionId != NO_SESSION_ID) { in toString()364 builder.append(", parentId=").append(mParentSessionId); in toString()
150 private int mParentSessionId = NO_SESSION_ID; field in ContentCaptureEvent212 mParentSessionId = parentSessionId; in setParentSessionId()239 return mParentSessionId; in getParentSessionId()480 if (mParentSessionId != NO_SESSION_ID) { in dump()481 pw.print(", parentSessionId="); pw.print(mParentSessionId); in dump()508 if (mType == TYPE_SESSION_STARTED && mParentSessionId != NO_SESSION_ID) { in toString()509 string.append(", parent=").append(mParentSessionId); in toString()563 parcel.writeInt(mParentSessionId); in writeToParcel()
581 private int mParentSessionId = -1; field in StagingManagerTest.FakeStagedSession592 mParentSessionId = parentSessionId; in setParentSessionId()685 return mParentSessionId; in getParentSessionId()757 return mParentSessionId != -1; in hasParentSessionId()
373 private int mParentSessionId; field in PackageInstallerSession1038 this.mParentSessionId = parentSessionId; in PackageInstallerSession()1159 info.parentSessionId = mParentSessionId; in generateInfoInternal()4061 return (!hasParentSessionId() || mParentSessionId == parentCandidate) in canBeAddedAsChild()4158 && mParentSessionId != SessionInfo.INVALID_ID) { in setParentSessionId()4160 + "set to " + mParentSessionId); in setParentSessionId()4162 this.mParentSessionId = parentSessionId; in setParentSessionId()4168 return mParentSessionId != SessionInfo.INVALID_ID; in hasParentSessionId()4175 return mParentSessionId; in getParentSessionId()4345 pw.printPair("mParentSessionId", mParentSessionId); in dumpLocked()[all …]