Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DEventLogTags.logtags33 ## 4: SWIPE_CAMERA Swiped the camera icon, launches.
34 ## 5: SWIPE_DIALER Swiped the dialer icon, launches.
/aosp14/frameworks/base/packages/SystemUI/docs/
H A Dsos_gesture.md1 # How 5-tapping power launches Emergency Sos
21 **Which intent launches?**
H A Dcamera.md1 # How double-click power launches the camera
17 ## Which intent launches the camera app?
H A Dplugins.md140 [A nav button that launches an action](todo)
H A Dqs-tiles.md355 …By default long click redirects to click and long click launches the intent defined in `getLongCli…
/aosp14/frameworks/base/core/java/android/os/
H A DBatteryStats.java5083 final int launches = ss.getLaunches(which); in dumpCheckinLocked() local
5084 if (startTime != 0 || starts != 0 || launches != 0) { in dumpCheckinLocked()
5091 launches); in dumpCheckinLocked()
6750 final int launches = ss.getLaunches(which); in dumpLocked()
6751 if (startTime != 0 || starts != 0 || launches != 0) { in dumpLocked()
6760 sb.append(", launches: "); sb.append(launches); in dumpLocked()
8019 final int launches = ss.getLaunches(which); in dumpProtoAppsLocked() local
8020 if (startTimeMs == 0 && starts == 0 && launches == 0) { in dumpProtoAppsLocked()
8029 proto.write(UidProto.Package.Service.LAUNCH_COUNT, launches); in dumpProtoAppsLocked()
/aosp14/system/core/init/
H A DREADME.md190 Services are programs which init launches and (optionally) restarts