Home
last modified time | relevance | path

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

/cts/tests/tests/voicesettings/service/src/android/voicesettings/service/
DMainInteractionService.java30 private boolean mReady = false; field in MainInteractionService
35 mReady = true; in onReady()
48 if (mIntent == null || !mReady) { in maybeStart()
50 + "is not called yet. mIntent = " + mIntent + ", mReady = " + mReady); in maybeStart()
/cts/hostsidetests/devicepolicy/app/Assistant/src/com/android/cts/devicepolicy/assistapp/
DMyInteractionService.java35 private boolean mReady; field in MyInteractionService
51 mReady = true; in onReady()
66 Log.d(TAG, "AssistReceiver: " + intent + " mReady: " + mReady); in onReceive()
68 setResultCode(mReady ? Activity.RESULT_OK : Activity.RESULT_CANCELED); in onReceive()
/cts/tests/tests/voiceinteraction/service/src/android/voiceinteraction/service/
DMainInteractionService.java33 private boolean mReady = false; field in MainInteractionService
38 mReady = true; in onReady()
46 if (mIntent == null || !mReady) { in onStartCommand()
48 + "is not called yet. mIntent = " + mIntent + ", mReady = " + mReady); in onStartCommand()
DProxyVoiceInteractionService.java76 private boolean mReady = false; field in ProxyVoiceInteractionService
147 mReady = true; in onReady()
168 mReady = false; in onShutdown()
177 if (mReady) { in registerListener()
/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DAssistantVoiceInteractionService.java30 private boolean mReady; field in AssistantVoiceInteractionService
38 mReady = true; in onReady()
57 if (mReady && mStarted) { in showSessionIfReady()
/cts/tests/tests/assist/service/src/android/assist/service/
DMainInteractionService.java39 private boolean mReady = false; field in MainInteractionService
55 mReady = true; in onReady()
79 if (mIntent == null || !mReady) { in maybeStart()
81 + "has not been called yet. mIntent = " + mIntent + ", mReady = " + mReady); in maybeStart()
/cts/hostsidetests/voiceinteraction/app/src/com/android/cts/voiceinteraction/
DProxyVoiceInteractionService.java75 private boolean mReady = false; field in ProxyVoiceInteractionService
152 mReady = true; in onReady()
173 mReady = false; in onShutdown()
182 if (mReady) { in registerListener()
/cts/tests/framework/base/windowmanager/src/android/server/wm/other/
DEnsureBarContrastTest.java246 private boolean mReady = false;
278 mReady = true;
282 return mReady && hasWindowFocus();
/cts/tests/tests/carrierapi/src/android/carrierapi/cts/
DNetworkScanApiTest.java99 private boolean mReady; field in NetworkScanApiTest
228 assertWithMessage("NetworkScanApiTest failed to initialize").that(mReady).isTrue(); in waitUntilReady()
234 mReady = ready; in setReady()