Home
last modified time | relevance | path

Searched refs:mContentUriOwnerUserId (Results 1 – 2 of 2) 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()
247 dest.writeInt(mContentUriOwnerUserId); in writeToParcel()
260 mContentUriOwnerUserId = source.readInt(); in InputContentInfo()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt63764 Landroid/view/inputmethod/InputContentInfo;->mContentUriOwnerUserId:I