Searched refs:running (Results 1 - 25 of 29) 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/DeskClock/src/com/android/deskclock/data/
H A DStopwatchNotificationBuilder.java61 final boolean running = stopwatch.isRunning();
67 content.setChronometer(R.id.chronometer, base, null, running);
71 if (running) {
132 .setOngoing(running)
H A DTimerNotificationBuilder.java62 final boolean running = timer.isRunning();
72 if (running) {
73 // Single timer is running.
125 if (running) {
126 // At least one timer is running.
170 notification.setCustomContentView(buildChronometer(pname, base, running, stateText))
177 } else if (running) {
191 // Schedule a callback to update the time-sensitive information of the running timer
388 private RemoteViews buildChronometer(String pname, long base, boolean running, argument
392 content.setChronometer(R.id.chronometer, base, null, running);
[all...]
/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/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/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 DPremiumSmsAccess.java156 public void onRunningStateChanged(boolean running) { argument
H A DAppInfoBase.java181 public void onRunningStateChanged(boolean running) { argument
H A DManageDomainUrls.java97 public void onRunningStateChanged(boolean running) { argument
/packages/apps/StorageManager/src/com/android/storagemanager/deletionhelper/
H A DAppStateBaseBridge.java79 public void onRunningStateChanged(boolean running) { argument
/packages/apps/BasicSmsReceiver/tests/
H A DAndroid.mk28 # running the tests using an instrumentation targeting Eamil, we
/packages/apps/CellBroadcastReceiver/tests/testapp/
H A DAndroid.mk28 # 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/Settings/src/com/android/settings/datausage/
H A DDataSaverSummary.java153 public void onRunningStateChanged(boolean running) { argument
H A DUnrestrictedDataAccess.java149 public void onRunningStateChanged(boolean running) { argument
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/apps/specialaccess/
H A DManageApplications.java46 public void onRunningStateChanged(boolean running) {
/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 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

Completed in 651 milliseconds

12