Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/inputmethodservice/
H A DInlineSuggestionSession.java225 private volatile boolean mInvalid = false; field in InlineSuggestionSession.InlineSuggestionsResponseCallbackImpl
232 mInvalid = true; in invalidate()
239 if (mInvalid) { in onInlineSuggestionsResponse()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/tileimpl/
H A DQSTileImplTest.java503 public String mInvalid; field in QSTileImplTest.TileLogMatcher
512 mInvalid = "Expected category " + mCategory + " but was " + arg.getCategory(); in matches()
516 mInvalid = "Expected type " + TYPE_ACTION + " but was " + arg.getType(); in matches()
520 mInvalid = "Expected subtype " + mTile.getMetricsCategory() + " but was " in matches()
529 return mInvalid; in toString()