Home
last modified time | relevance | path

Searched refs:working (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/core/java/com/android/internal/os/
DProcessCpuTracker.java243 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/
DSearchDialog.java315 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/
DREADME.md17 If you're working on device-specific code, you might need to build them as well. Example:
/frameworks/base/proto/src/
Dwifi.proto175 // 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/
Dimplementors_guide.adoc42 … not intended for application developers, only for IHV and OEM engineers working on test devices t…
/frameworks/compile/mclinker/include/mcld/Config/
DConfig.h.cmake283 /* Define to 1 if you have a working `mmap' system call. */
/frameworks/native/docs/
DDoxyfile1834 # Tested and working are Firefox, Chrome, Safari, and Opera. For IE 9+ you
/frameworks/av/media/libaaudio/
DDoxyfile.orig2212 # and working are Firefox, Chrome, Safari, and Opera.
DDoxyfile2221 # and working are Firefox, Chrome, Safari, and Opera.
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java3010 if (!st.working) { in updateCpuStatsNow()