Searched refs:working (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/core/java/com/android/internal/os/ |
D | ProcessCpuTracker.java | 243 public boolean working; field in ProcessCpuTracker.Stats 431 st.working = false; in collectStats() 490 st.working = true; in collectStats() 558 st.working = true; in collectStats() 569 st.working = true; in collectStats() 589 st.working = true; in collectStats() 676 if (stats.working) { 683 if (tstats.working) {
|
/frameworks/base/core/java/android/app/ |
D | SearchDialog.java | 315 public void setWorking(boolean working) { in setWorking() argument 316 mWorkingSpinner.setAlpha(working ? 255 : 0); in setWorking() 317 mWorkingSpinner.setVisible(working, false); in setWorking()
|
/frameworks/native/cmds/dumpstate/ |
D | README.md | 17 If you're working on device-specific code, you might need to build them as well. Example:
|
/frameworks/base/proto/src/ |
D | wifi.proto | 175 // Count of times connectivity watchdog confirmed pno is working 178 // Count of times connectivity watchdog found pno not working 181 // Count of times connectivity watchdog confirmed background scan is working 184 // Count of times connectivity watchdog found background scan not working
|
/frameworks/native/vulkan/doc/implementors_guide/ |
D | implementors_guide.adoc | 42 … not intended for application developers, only for IHV and OEM engineers working on test devices t…
|
/frameworks/compile/mclinker/include/mcld/Config/ |
D | Config.h.cmake | 283 /* Define to 1 if you have a working `mmap' system call. */
|
/frameworks/native/docs/ |
D | Doxyfile | 1834 # Tested and working are Firefox, Chrome, Safari, and Opera. For IE 9+ you
|
/frameworks/av/media/libaaudio/ |
D | Doxyfile.orig | 2212 # and working are Firefox, Chrome, Safari, and Opera.
|
D | Doxyfile | 2221 # and working are Firefox, Chrome, Safari, and Opera.
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | ActivityManagerService.java | 3010 if (!st.working) { in updateCpuStatsNow()
|