Searched refs:mIsStarted (Results 1 – 8 of 8) sorted by relevance
43 private boolean mIsStarted; field in PreferredEngineOptionsPreferenceController50 mIsStarted = false; in PreferredEngineOptionsPreferenceController()87 mIsStarted = true; in onStartInternal()93 mIsStarted = false; in onStopInternal()139 if (mIsStarted) { in updateDefaultEngine()
42 private boolean mIsStarted = false; field in AccountDetailsWithSyncStatusPreferenceController48 if (mIsStarted) {64 mIsStarted = true; in onStartInternal()76 mIsStarted = false; in onStopInternal()
43 private boolean mIsStarted = false; field in AccountSyncDetailsFragment49 if (mIsStarted) {109 mIsStarted = true; in onStart()119 mIsStarted = false; in onStop()
71 private boolean mIsStarted = false; field in AccountSyncDetailsPreferenceController80 if (mIsStarted) {140 mIsStarted = true; in onStartInternal()154 mIsStarted = false; in onStopInternal()
61 private boolean mIsStarted = false; field in CarLauncher79 if (mIsStarted) {126 mIsStarted = true; in onStart()132 mIsStarted = false; in onStop()
78 private boolean mIsStarted; field in RecapitalizeStatus116 mIsStarted = true; in start()120 mIsStarted = false; in stop()124 return mIsStarted; in isStarted()
405 boolean mIsStarted; field in RunningState.ProcessItem733 if (object1.mIsStarted != object2.mIsStarted) { in compare()735 return object1.mIsStarted ? -1 : 1; in compare()1164 pi.mIsStarted = true; in update()1174 pi.mIsStarted = false; in update()