/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/apps/DeskClock/src/com/android/deskclock/data/ |
D | TimerNotificationBuilder.java | 62 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);
|
D | StopwatchNotificationBuilder.java | 61 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/ |
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/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 | 18 // The Jacoco tool analyzes code coverage when running unit tests on the
|
/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/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/apps/Camera2/ |
D | proguard.flags | 38 # - Required for running exif tests on userdebug
|
/packages/providers/CalendarProvider/ |
D | Android.bp | 31 // The Jacoco tool analyzes code coverage when running unit tests on the
|
/packages/apps/CellBroadcastReceiver/tests/testapp/ |
D | Android.bp | 27 // running the tests using an instrumentation targeting Eamil, we
|
/packages/providers/DownloadProvider/src/com/android/providers/downloads/ |
D | Helpers.java | 605 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/ |
D | AppStateBaseBridge.java | 79 public void onRunningStateChanged(boolean running) { in onRunningStateChanged() argument
|
/packages/apps/Settings/src/com/android/settings/applications/ |
D | AppStateBaseBridge.java | 79 public void onRunningStateChanged(boolean running) { in onRunningStateChanged() argument
|
D | SpecialAppAccessPreferenceController.java | 122 public void onRunningStateChanged(boolean running) { in onRunningStateChanged() argument
|
/packages/apps/Test/connectivity/sl4n/ |
D | README.md | 38 Optional library dependency for running tests that exercise the Bluetoothtbd service:
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/applications/ |
D | AppStateBaseBridge.java | 79 public void onRunningStateChanged(boolean running) { in onRunningStateChanged() argument
|