HomeSort by relevance Sort by last modified time
    Searched refs:mHasStarted (Results 1 - 7 of 7) sorted by null

  /packages/services/Telephony/src/com/android/phone/vvm/omtp/scheduling/
BaseTask.java 45 private boolean mHasStarted;
73 return mHasStarted;
165 mHasStarted = true;
  /frameworks/base/core/java/android/hardware/camera2/legacy/
CaptureCollector.java 57 private boolean mHasStarted = false;
90 if (!mHasStarted) {
148 if (!mHasStarted) {
149 mHasStarted = true;
208 if (!mHasStarted) {
209 mHasStarted = true;
  /frameworks/base/core/java/android/app/
ProgressDialog.java 73 private boolean mHasStarted;
204 mHasStarted = true;
210 mHasStarted = false;
214 if (mHasStarted) {
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapService.java 174 private boolean mHasStarted = false;
203 if (!mHasStarted) {
204 mHasStarted = true;
474 mHasStarted = false;
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 

Completed in 9625 milliseconds