/packages/apps/Nfc/src/com/android/nfc/echoserver/ |
D | EchoServer.java | 171 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/ |
D | service.cpp | 47 std::atomic<bool> running { true }; in main() local 48 std::thread ueventHandler(EvsEnumerator::EvsUeventThread, std::ref(running)); in main() 65 running = false; in main()
|
D | EvsEnumerator.cpp | 59 void EvsEnumerator::EvsUeventThread(std::atomic<bool>& running) { in EvsUeventThread() argument 67 while (running) { in EvsUeventThread()
|
D | EvsEnumerator.h | 52 static void EvsUeventThread(std::atomic<bool>& running);
|
/packages/apps/Gallery2/ |
D | proguard.flags | 62 # - 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/ |
D | TimerNotificationBuilder.kt | 68 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()
|
D | TimerNotificationBuilder.java | 68 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);
|
D | StopwatchNotificationBuilder.java | 66 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()
|
D | StopwatchNotificationBuilder.kt | 68 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/ |
D | HandoverServer.java | 182 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/ |
D | SnepServer.java | 111 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/ |
D | ExtDtaSnepServer.java | 88 boolean running; in run() 90 running = mServerRunning; in run() 93 while (running) { in run() 98 running = mServerRunning; in run()
|
/packages/services/Car/tests/BugReportApp/ |
D | README.md | 10 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/ |
D | Android.bp | 6 // The Jacoco tool analyzes code coverage when running unit tests on the
|
/packages/providers/ContactsProvider/ |
D | Android.bp | 17 // The Jacoco tool analyzes code coverage when running unit tests on the
|
/packages/apps/Car/CompanionDeviceSupport/tests/unit/ |
D | README.md | 1 # Instructions for running unit tests
|
/packages/apps/DocumentsUI/tests/ |
D | README | 6 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/ |
D | README.md | 1 # Instructions for running unit tests
|
/packages/modules/DnsResolver/tests/dns_responder/ |
D | dns_tls_frontend.h | 53 bool running() const { return socket_ != -1; } in running() function
|
/packages/apps/Nfc/nci/jni/ |
D | NfcJniUtil.h | 90 int running; member
|
/packages/apps/BasicSmsReceiver/tests/ |
D | Android.bp | 28 // running the tests using an instrumentation targeting Eamil, we
|
/packages/providers/CalendarProvider/ |
D | Android.bp | 31 // The Jacoco tool analyzes code coverage when running unit tests on the
|
/packages/apps/Camera2/ |
D | proguard.flags | 38 # - Required for running exif tests on userdebug
|
/packages/apps/CellBroadcastReceiver/tests/testapp/ |
D | Android.bp | 30 // running the tests using an instrumentation targeting Eamil, we
|
/packages/apps/StorageManager/src/com/android/storagemanager/deletionhelper/ |
D | AppStateBaseBridge.java | 79 public void onRunningStateChanged(boolean running) { in onRunningStateChanged() argument
|