Home
last modified time | relevance | path

Searched refs:running (Results 1 – 25 of 66) sorted by relevance

123

/packages/apps/Nfc/src/com/android/nfc/echoserver/
DEchoServer.java171 boolean running = true; field in EchoServer.ServerThread
218 while (running) { in run()
227 running = false; in run()
230 running = false; in run()
264 running = false; in shutdown()
/packages/apps/DeskClock/src/com/android/deskclock/data/
DTimerNotificationBuilder.java62 final boolean running = timer.isRunning(); in build()
72 if (running) { in build()
125 if (running) { in build()
170 notification.setCustomContentView(buildChronometer(pname, base, running, stateText)) in build()
177 } else if (running) { in build()
388 private RemoteViews buildChronometer(String pname, long base, boolean running,
392 content.setChronometer(R.id.chronometer, base, null, running);
DStopwatchNotificationBuilder.java61 final boolean running = stopwatch.isRunning(); in build()
67 content.setChronometer(R.id.chronometer, base, null, running); in build()
71 if (running) { in build()
132 .setOngoing(running) in build()
/packages/services/Car/evs/sampleDriver/
Dservice.cpp47 std::atomic<bool> running { true }; in main() local
48 std::thread ueventHandler(EvsEnumerator::EvsUeventThread, std::ref(running)); in main()
65 running = false; in main()
DEvsEnumerator.cpp59 void EvsEnumerator::EvsUeventThread(std::atomic<bool>& running) { in EvsUeventThread() argument
67 while (running) { in EvsUeventThread()
DEvsEnumerator.h52 static void EvsUeventThread(std::atomic<bool>& running);
/packages/apps/Gallery2/
Dproguard.flags62 # - Required for running exif tests on userdebug
70 # - Required for running blobcache tests on userdebug
73 # - Required for running glcanvas tests on userdebug
84 # - Required for running jpeg stream tests on userdebug
/packages/apps/Nfc/src/com/android/nfc/handover/
DHandoverServer.java182 boolean running; in run()
184 running = mServerRunning; in run()
190 while (running) { in run()
240 running = mServerRunning; in run()
/packages/apps/Nfc/src/com/android/nfc/snep/
DSnepServer.java111 boolean running; in run()
113 running = mServerRunning; in run()
116 while (running) { in run()
122 running = mServerRunning; in run()
/packages/apps/Nfc/src/com/android/nfc/sneptest/
DExtDtaSnepServer.java88 boolean running; in run()
90 running = mServerRunning; in run()
93 while (running) { in run()
98 running = mServerRunning; in run()
/packages/services/Car/tests/BugReportApp/
DREADME.md10 3. BugReportActivity connects to BugReportService and checks if a bugreporting is running.
11 4. If bugreporting is already running it shows in progress dialog
17 8. BugReportService running under current user (e.g. u10) starts collecting logs using dumpstate,
19 9. BugStorageProvider is running under u0, it schedules UploadJob.
/packages/providers/CallLogProvider/
DAndroid.bp6 // The Jacoco tool analyzes code coverage when running unit tests on the
/packages/providers/ContactsProvider/
DAndroid.bp18 // The Jacoco tool analyzes code coverage when running unit tests on the
/packages/apps/DocumentsUI/tests/
DREADME6 Therefore, insert SD Card media to the test device when running this instrumentation test if the
/packages/apps/Nfc/nci/jni/
DNfcJniUtil.h90 int running; member
/packages/apps/BasicSmsReceiver/tests/
DAndroid.bp28 // running the tests using an instrumentation targeting Eamil, we
/packages/apps/Camera2/
Dproguard.flags38 # - Required for running exif tests on userdebug
/packages/providers/CalendarProvider/
DAndroid.bp31 // The Jacoco tool analyzes code coverage when running unit tests on the
/packages/apps/CellBroadcastReceiver/tests/testapp/
DAndroid.bp27 // running the tests using an instrumentation targeting Eamil, we
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DHelpers.java605 private static File getDestinationDirectory(Context context, int destination, boolean running) in getDestinationDirectory() argument
611 if (running) { in getDestinationDirectory()
/packages/apps/StorageManager/src/com/android/storagemanager/deletionhelper/
DAppStateBaseBridge.java79 public void onRunningStateChanged(boolean running) { in onRunningStateChanged() argument
/packages/apps/Settings/src/com/android/settings/applications/
DAppStateBaseBridge.java79 public void onRunningStateChanged(boolean running) { in onRunningStateChanged() argument
DSpecialAppAccessPreferenceController.java122 public void onRunningStateChanged(boolean running) { in onRunningStateChanged() argument
/packages/apps/Test/connectivity/sl4n/
DREADME.md38 Optional library dependency for running tests that exercise the Bluetoothtbd service:
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/applications/
DAppStateBaseBridge.java79 public void onRunningStateChanged(boolean running) { in onRunningStateChanged() argument

123