Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/service/autofill/
H A DInlinePresentation.java64 private final boolean mPinned; field in InlinePresentation
138 this.mPinned = pinned; in InlinePresentation()
174 return mPinned; in isPinned()
186 "pinned = " + mPinned + in toString()
205 && mPinned == that.mPinned; in equals()
217 _hash = 31 * _hash + Boolean.hashCode(mPinned); in hashCode()
228 if (mPinned) flg |= 0x4; in writeToParcel()
256 this.mPinned = pinned; in InlinePresentation()
/aosp14/frameworks/base/core/java/android/view/inputmethod/
H A DInlineSuggestionInfo.java73 private final boolean mPinned; field in InlineSuggestionInfo
197 this.mPinned = pinned; in InlineSuggestionInfo()
240 return mPinned; in isPinned()
262 "pinned = " + mPinned + ", " + in toString()
284 && mPinned == that.mPinned in equals()
299 _hash = 31 * _hash + Boolean.hashCode(mPinned); in hashCode()
311 if (mPinned) flg |= 0x10; in writeToParcel()
369 this.mPinned = pinned; in InlineSuggestionInfo()
/aosp14/frameworks/base/core/java/com/android/internal/app/chooser/
H A DDisplayResolveInfo.java53 private boolean mPinned = false; field in DisplayResolveInfo
193 return mPinned; in isPinned()
197 mPinned = pinned; in setPinned()
212 dest.writeBoolean(mPinned); in writeToParcel()
233 mPinned = in.readBoolean(); in DisplayResolveInfo()
/aosp14/frameworks/base/core/java/com/android/internal/app/
H A DResolverActivity.java2410 private boolean mPinned;
2454 return mPinned;
2458 mPinned = pinned;