Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/inputmethodservice/
H A DInlineSuggestionSession.java90 private boolean mCallbackInvoked = false; field in InlineSuggestionSession
140 return mCallbackInvoked; in isCallbackInvoked()
173 if (mCallbackInvoked) { in makeInlineSuggestionRequestUncheck()
193 mCallbackInvoked = true; in makeInlineSuggestionRequestUncheck()
/aosp12/packages/services/AlternativeNetworkAccess/tests/src/com/android/ons/
H A DONSNetworkScanCtlrTest.java55 private boolean mCallbackInvoked; field in ONSNetworkScanCtlrTest
173 mCallbackInvoked = false; in testStopNetworkScan()
182 assertFalse(mCallbackInvoked); in testStopNetworkScan()
H A DONSProfileSelectorTest.java53 private boolean mCallbackInvoked; field in ONSProfileSelectorTest
72 mCallbackInvoked = true;
173 mCallbackInvoked = false; in testStartProfileSelectionWithNoOpportunisticSub()
200 assertFalse(mCallbackInvoked); in testStartProfileSelectionWithNoOpportunisticSub()