Searched refs:mParentSessionId (Results 1 – 5 of 5) sorted by relevance
120 private int mParentSessionId = NO_SESSION_ID; field in ContentCaptureContext225 return mParentSessionId == NO_SESSION_ID ? null in getParentSessionId()226 : new ContentCaptureSessionId(mParentSessionId); in getParentSessionId()231 mParentSessionId = parentSessionId; in setParentSessionId()360 if (mParentSessionId != NO_SESSION_ID) { in dump()361 pw.print(", parentId="); pw.print(mParentSessionId); in dump()393 if (mParentSessionId != NO_SESSION_ID) { in toString()394 builder.append(", parentId=").append(mParentSessionId); in toString()
166 private int mParentSessionId = NO_SESSION_ID; field in ContentCaptureEvent229 mParentSessionId = parentSessionId; in setParentSessionId()256 return mParentSessionId; in getParentSessionId()514 if (mParentSessionId != NO_SESSION_ID) { in dump()515 pw.print(", parentSessionId="); pw.print(mParentSessionId); in dump()545 if (mType == TYPE_SESSION_STARTED && mParentSessionId != NO_SESSION_ID) { in toString()546 string.append(", parent=").append(mParentSessionId); in toString()603 parcel.writeInt(mParentSessionId); in writeToParcel()
72 private final int mParentSessionId; field in PackageInstallerHistoricalSession123 this.mParentSessionId = parentSessionId; in PackageInstallerHistoricalSession()177 pw.printPair("mParentSessionId", mParentSessionId); in dump()206 info.parentSessionId = mParentSessionId; in generateInfo()
526 private int mParentSessionId; field in PackageInstallerSession1189 this.mParentSessionId = parentSessionId; in PackageInstallerSession()1267 mFinalMessage, params, mParentSessionId, getChildSessionIdsLocked(), in createHistoricalSession()1370 info.parentSessionId = mParentSessionId; in generateInfoInternal()4876 return (!hasParentSessionId() || mParentSessionId == parentCandidate)4980 && mParentSessionId != SessionInfo.INVALID_ID) {4982 + "set to " + mParentSessionId);4984 this.mParentSessionId = parentSessionId;4990 return mParentSessionId != SessionInfo.INVALID_ID;4997 return mParentSessionId;[all …]
781 private int mParentSessionId = -1; field in StagingManagerTest.FakeStagedSession798 mParentSessionId = parentSessionId; in setParentSessionId()891 return mParentSessionId; in getParentSessionId()963 return mParentSessionId != -1; in hasParentSessionId()