Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/inputmethod/
DInputContentInfo.java56 private final int mContentUriOwnerUserId; field in InputContentInfo
95 mContentUriOwnerUserId = in InputContentInfo()
166 if (mContentUriOwnerUserId != UserHandle.myUserId()) { in getContentUri()
167 return ContentProvider.maybeAddUserId(mContentUri, mContentUriOwnerUserId); in getContentUri()
234 dest.writeInt(mContentUriOwnerUserId); in writeToParcel()
247 mContentUriOwnerUserId = source.readInt(); in InputContentInfo()