Searched refs:running (Results 1 - 25 of 27) sorted by relevance

12

/packages/apps/Nfc/src/com/android/nfc/echoserver/
H A DEchoServer.java171 boolean running = true; field in class:EchoServer.ServerThread
218 while (running) {
227 running = false;
230 running = false;
264 running = false;
/packages/providers/CallLogProvider/
H A DAndroid.mk9 # The Jacoco tool analyzes code coverage when running unit tests on the
/packages/apps/Nfc/src/com/android/nfc/handover/
H A DHandoverServer.java128 if (DBG) Log.d(TAG, "stop running");
182 boolean running;
184 running = mServerRunning;
190 while (running) {
240 running = mServerRunning;
/packages/apps/Nfc/src/com/android/nfc/snep/
H A DSnepServer.java51 /** Protected by 'this', null when stopped, non-null when running */
111 boolean running;
113 running = mServerRunning;
116 while (running) {
122 running = mServerRunning;
223 if (DBG) Log.d(TAG, "stop running");
/packages/apps/BasicSmsReceiver/tests/
H A DAndroid.mk27 # running the tests using an instrumentation targeting Eamil, we
/packages/providers/ContactsProvider/
H A DAndroid.mk15 # The Jacoco tool analyzes code coverage when running unit tests on the
/packages/apps/Nfc/nci/jni/
H A DNfcJniUtil.h99 int running; member in struct:nfc_jni_native_data
/packages/apps/DeskClock/src/com/android/deskclock/data/
H A DStopwatchModel.java215 final boolean running = stopwatch.isRunning();
221 collapsed.setChronometer(R.id.swn_collapsed_chronometer, base, null, running);
226 expanded.setChronometer(R.id.swn_expanded_chronometer, base, null, running);
232 if (running) {
300 .setOngoing(running)
/packages/apps/Messaging/build/
H A Dandroid_lint.mk38 # Creates the output xml from the lint tool by running the linting tool if the
45 # Creates the transformed text file from the output xml by running an xslt on it
/packages/apps/Settings/src/com/android/settings/applications/
H A DAppStateBaseBridge.java79 public void onRunningStateChanged(boolean running) { argument
H A DAdvancedAppSettings.java85 public void onRunningStateChanged(boolean running) { argument
H A DAppInfoBase.java171 public void onRunningStateChanged(boolean running) { argument
H A DPremiumSmsAccess.java132 public void onRunningStateChanged(boolean running) { argument
/packages/apps/CellBroadcastReceiver/tests/
H A DAndroid.mk27 # running the tests using an instrumentation targeting Eamil, we
/packages/inputmethods/LatinIME/native/dicttoolkit/
H A DAndroid.mk17 # Only build if it's explicitly requested, or running mm/mmm.
/packages/apps/Nfc/nxp/jni/
H A Dcom_android_nfc.h137 int running; member in struct:nfc_jni_native_data
/packages/apps/Settings/src/com/android/settings/datausage/
H A DDataSaverSummary.java151 public void onRunningStateChanged(boolean running) { argument
H A DUnrestrictedDataAccess.java149 public void onRunningStateChanged(boolean running) { argument
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
H A DHelpers.java547 private static File getDestinationDirectory(Context context, int destination, boolean running) argument
553 if (running) {
560 if (running) {
/packages/inputmethods/LatinIME/native/jni/
H A DAndroid.mk37 # HACK: -mstackrealign is required for x86 builds running on pre-KitKat devices to avoid crashes
/packages/apps/Messaging/
H A Dversion.mk45 # NOTE: arch needs to be more significant than density because x86 devices support running ARM
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/apps/
H A DAppManagementFragment.java330 public void onRunningStateChanged(boolean running) { argument
H A DAppsFragment.java274 public void onRunningStateChanged(boolean running) { argument
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/storage/
H A DBackupAppsStepFragment.java235 public void onRunningStateChanged(boolean running) { argument
/packages/apps/ExactCalculator/src/com/android/calculator2/
H A DEvaluator.java88 * running at a time.
175 // Currently running expression evaluator, if any.
178 // The one and only un-cancelled and currently running reevaluator. Touched only by UI thread.
259 // Exceeding a few tens of seconds increases the risk of running out of memory
307 boolean running = (getStatus() != AsyncTask.Status.FINISHED);
308 if (running && cancel(true)) {
533 // Ensure we only have one evaluation running at a time.
639 // Ensure we don't have to worry about running off the end of cache.

Completed in 683 milliseconds

12