Searched refs:launches (Results 1 – 4 of 4) sorted by relevance
33 ## 4: SWIPE_CAMERA Swiped the camera icon, launches.34 ## 5: SWIPE_DIALER Swiped the dialer icon, launches.
105 For example, if after _Android N_ launches changes are made for the next _N_
4272 final int launches = ss.getLaunches(which); in dumpCheckinLocked() local4273 if (startTime != 0 || starts != 0 || launches != 0) { in dumpCheckinLocked()4280 launches); in dumpCheckinLocked()6010 final int launches = ss.getLaunches(which); in dumpLocked() local6011 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() local7184 if (startTimeMs == 0 && starts == 0 && launches == 0) { in dumpProtoAppsLocked()7193 proto.write(UidProto.Package.Service.LAUNCH_COUNT, launches); in dumpProtoAppsLocked()
139 [A nav button that launches an action](todo)