Home
last modified time | relevance | path

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

/frameworks/base/tests/UsbHostExternalManagmentTest/AoapTestHost/src/com/android/hardware/usb/aoaphosttest/
DUsbAoapHostTestActivity.java100 private boolean mShouldQuit = false; field in UsbAoapHostTestActivity.ReaderThread
135 mShouldQuit = true; in requestToQuit()
139 return mShouldQuit; in shouldQuit()
/frameworks/base/tests/UsbHostExternalManagmentTest/AoapTestDevice/src/com/android/hardware/usb/aoapdevicetest/
DUsbAoapDeviceTestActivity.java123 private boolean mShouldQuit = false; field in UsbAoapDeviceTestActivity.ReaderThread
135 mShouldQuit = true; in requestToQuit()
139 return mShouldQuit; in shouldQuit()
/frameworks/base/tests/UsbHostExternalManagmentTest/UsbHostExternalManagmentTestApp/src/com/android/hardware/usb/externalmanagementtest/
DUsbDeviceStateController.java58 private boolean mShouldQuit = false; field in UsbDeviceStateController
83 mShouldQuit = true; in release()
184 if (mShouldQuit) { in resetUsbDeviceAndConfirmModeChange()
207 if (mShouldQuit) { in resetUsbDeviceAndConfirmModeChange()