Home
last modified time | relevance | path

Searched refs:launches (Results 1 – 4 of 4) 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/native/cmds/dumpstate/
Dbugreport-format.md105 For example, if after _Android N_ launches changes are made for the next _N_
/frameworks/base/core/java/android/os/
DBatteryStats.java4272 final int launches = ss.getLaunches(which); in dumpCheckinLocked() local
4273 if (startTime != 0 || starts != 0 || launches != 0) { in dumpCheckinLocked()
4280 launches); in dumpCheckinLocked()
6010 final int launches = ss.getLaunches(which); in dumpLocked() local
6011 if (startTime != 0 || starts != 0 || launches != 0) { in dumpLocked()
6020 sb.append(", launches: "); sb.append(launches); in dumpLocked()
7183 final int launches = ss.getLaunches(which); in dumpProtoAppsLocked() local
7184 if (startTimeMs == 0 && starts == 0 && launches == 0) { in dumpProtoAppsLocked()
7193 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)