Home
last modified time | relevance | path

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

1234

/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/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/DeskClock/src/com/android/deskclock/data/
DTimerNotificationBuilder.kt68 val running = timer.isRunning in build() constant
78 if (running) { in build()
130 stateText = if (running) { in build()
176 notification.setCustomContentView(buildChronometer(pname, base, running, stateText)) in build()
184 running -> { in build()
389 running: Boolean, in buildChronometer()
394 content.setChronometer(R.id.chronometer, base, null, running) in buildChronometer()
DTimerNotificationBuilder.java68 final boolean running = timer.isRunning(); in build()
78 if (running) { in build()
131 if (running) { in build()
177 notification.setCustomContentView(buildChronometer(pname, base, running, stateText)) in build()
184 } else if (running) { in build()
400 private RemoteViews buildChronometer(String pname, long base, boolean running,
404 content.setChronometer(R.id.chronometer, base, null, running);
DStopwatchNotificationBuilder.java66 final boolean running = stopwatch.isRunning(); in build()
72 content.setChronometer(R.id.chronometer, base, null, running); in build()
76 if (running) { in build()
138 .setOngoing(running) in build()
DStopwatchNotificationBuilder.kt68 val running = stopwatch!!.isRunning in build() constant
74 content.setChronometer(R.id.chronometer, base, null, running) in build()
78 if (running) { in build()
139 .setOngoing(running) in build()
/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.bp17 // The Jacoco tool analyzes code coverage when running unit tests on the
/packages/apps/Car/CompanionDeviceSupport/tests/unit/
DREADME.md1 # Instructions for running unit tests
/packages/apps/DocumentsUI/tests/
DREADME6 Therefore, insert SD Card media to the test device when running this instrumentation test if the
/packages/apps/Car/libs/connected-device-lib/tests/unit/
DREADME.md1 # Instructions for running unit tests
/packages/modules/DnsResolver/tests/dns_responder/
Ddns_tls_frontend.h53 bool running() const { return socket_ != -1; } in running() function
/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/providers/CalendarProvider/
DAndroid.bp31 // The Jacoco tool analyzes code coverage when running unit tests on the
/packages/apps/Camera2/
Dproguard.flags38 # - Required for running exif tests on userdebug
/packages/apps/CellBroadcastReceiver/tests/testapp/
DAndroid.bp30 // running the tests using an instrumentation targeting Eamil, we
/packages/apps/StorageManager/src/com/android/storagemanager/deletionhelper/
DAppStateBaseBridge.java79 public void onRunningStateChanged(boolean running) { in onRunningStateChanged() argument

1234