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

/packages/apps/Nfc/src/com/android/nfc/snep/
H A DSnepServer.java48 /** Protected by 'this', null when stopped, non-null when running */
93 boolean running;
95 running = mServerRunning;
98 while (running) {
104 running = mServerRunning;
206 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/Email/tests/
H A DAndroid.mk27 # running the tests using an instrumentation targeting Email, 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/CellBroadcastReceiver/tests/
H A DAndroid.mk27 # running the tests using an instrumentation targeting Eamil, we
/packages/apps/Nfc/jni/
H A Dcom_android_nfc.h124 int running; member in struct:nfc_jni_native_data
H A Dcom_android_nfc_NativeNfcManager.cpp88 nat->running = FALSE;
792 nat->running = TRUE;
793 while(nat->running == TRUE)
1782 LOGE("NFC Initialization failed: not running in an emulator\n");
/packages/apps/Email/
H A DAndroid.mk41 # The Emma tool analyzes code coverage when running unit tests on the
/packages/apps/Settings/src/com/android/settings/applications/
H A DManageApplications.java79 Log.e("CanBeOnSdCardChecker", "Is Package Manager running?");
165 // Custom view used to display running processes
400 public void onRunningStateChanged(boolean running) { argument
401 getActivity().setProgressBarIndeterminateVisibility(running);
746 * The running processes screen doesn't use the mApplicationsAdapter
H A DApplicationsState.java45 public void onRunningStateChanged(boolean running); argument
377 * it keeps running and locking again it can prevent the main thread from
H A DInstalledAppDetails.java437 public void onRunningStateChanged(boolean running) { argument

Completed in 249 milliseconds