Searched refs:mContentUriOwnerUserId (Results 1 – 2 of 2) sorted by relevance
56 private final int mContentUriOwnerUserId; field in InputContentInfo95 mContentUriOwnerUserId = in InputContentInfo()166 if (mContentUriOwnerUserId != UserHandle.myUserId()) { in getContentUri()167 return ContentProvider.maybeAddUserId(mContentUri, mContentUriOwnerUserId); in getContentUri()247 dest.writeInt(mContentUriOwnerUserId); in writeToParcel()260 mContentUriOwnerUserId = source.readInt(); in InputContentInfo()
63764 Landroid/view/inputmethod/InputContentInfo;->mContentUriOwnerUserId:I