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

/packages/apps/Nfc/src/com/android/nfc/handover/
H A DHandoverServer.java118 if (DBG) Log.d(TAG, "stop running");
172 boolean running;
174 running = mServerRunning;
180 while (running) {
218 running = mServerRunning;
/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/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;
224 if (DBG) Log.d(TAG, "stop running");
/packages/providers/ContactsProvider/
H A DAndroid.mk15 # The Emma tool analyzes code coverage when running unit tests on the
22 # The Emma tool analyzes code coverage when running unit tests on the
/packages/apps/BasicSmsReceiver/tests/
H A DAndroid.mk27 # running the tests using an instrumentation targeting Eamil, we
/packages/apps/Browser/tests/
H A DAndroid.mk27 # running the tests using an instrumentation targeting Browser, we
/packages/apps/ContactsCommon/TestCommon/
H A DAndroid.mk24 # when running the unit tests.
/packages/apps/Email/tests/
H A DAndroid.mk27 # running the tests using an instrumentation targeting Email, we
/packages/apps/Exchange/exchange2/tests/
H A DAndroid.mk27 # running the tests using an instrumentation targeting Exchange, we
/packages/apps/Exchange/tests/
H A DAndroid.mk27 # running the tests using an instrumentation targeting Exchange, we
/packages/apps/Mms/tests/
H A DAndroid.mk27 # running the tests using an instrumentation targeting Eamil, we
/packages/apps/Nfc/nci/jni/
H A DNfcJniUtil.h103 int running; member in struct:nfc_jni_native_data
/packages/apps/CellBroadcastReceiver/tests/
H A DAndroid.mk27 # running the tests using an instrumentation targeting Eamil, we
/packages/apps/Nfc/nxp/jni/
H A Dcom_android_nfc.h137 int running; member in struct:nfc_jni_native_data
H A Dcom_android_nfc_NativeNfcManager.cpp91 nat->running = FALSE;
701 nat->running = TRUE;
702 while(nat->running == TRUE)
1717 ALOGE("NFC Initialization failed: not running in an emulator\n");
/packages/apps/Email/
H A DAndroid.mk42 # The Emma tool analyzes code coverage when running unit tests on the
/packages/apps/Settings/src/com/android/settings/applications/
H A DManageApplications.java96 Log.e("CanBeOnSdCardChecker", "Is Package Manager running?");
199 // Custom view used to display running processes
692 public void onRunningStateChanged(boolean running) { argument
693 mTab.mOwner.getActivity().setProgressBarIndeterminateVisibility(running);
1073 * The running processes screen doesn't use the mApplicationsAdapter
H A DApplicationsState.java46 public void onRunningStateChanged(boolean running); argument
449 * it keeps running and locking again it can prevent the main thread from
H A DInstalledAppDetails.java605 public void onRunningStateChanged(boolean running) { argument
772 // If this app is running under a shared user ID with other apps,

Completed in 423 milliseconds