Home
last modified time | relevance | path

Searched refs:launches (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/
DEventLogTags.logtags33 ## 4: SWIPE_CAMERA Swiped the camera icon, launches.
34 ## 5: SWIPE_DIALER Swiped the dialer icon, launches.
/frameworks/rs/tests/lldb/java/Reduction/src/com/android/rs/lldbreductiontest/
Dreduce_auto_comb.rscript20 * It launches one of two simple reductions in a loop
Dreduce.rscript20 * It launches one of two simple reductions in a loop
/frameworks/native/cmds/dumpstate/
Dbugreport-format.md105 For example, if after _Android N_ launches changes are made for the next _N_
/frameworks/base/tests/FlickerTests/
DREADME.md12 // Example: Build a transition that cold launches an app from launcher
/frameworks/base/core/java/android/os/
DBatteryStats.java4445 final int launches = ss.getLaunches(which); in dumpCheckinLocked() local
4446 if (startTime != 0 || starts != 0 || launches != 0) { in dumpCheckinLocked()
4453 launches); in dumpCheckinLocked()
6169 final int launches = ss.getLaunches(which); in dumpLocked()
6170 if (startTime != 0 || starts != 0 || launches != 0) { in dumpLocked()
6179 sb.append(", launches: "); sb.append(launches); in dumpLocked()
7360 final int launches = ss.getLaunches(which); in dumpProtoAppsLocked() local
7361 if (startTimeMs == 0 && starts == 0 && launches == 0) { in dumpProtoAppsLocked()
7370 proto.write(UidProto.Package.Service.LAUNCH_COUNT, launches); in dumpProtoAppsLocked()
/frameworks/base/packages/SystemUI/docs/
Dplugins.md139 [A nav button that launches an action](todo)
/frameworks/base/cmds/statsd/src/
Datoms.proto5742 * Logs the package name that launches docsui picker mode.