Searched refs:callStart (Results 1 – 4 of 4) sorted by relevance
288 final FgsApiRecord callStart = in logForegroundServiceApiEventBegin() local313 uidState.mApiOpenCalls.put(apiType, callStart); in logForegroundServiceApiEventBegin()319 return callStart.mTimeStart; in logForegroundServiceApiEventBegin()338 final long timestamps = callStart.mTimeStart; in logForegroundServiceApiEventBegin()348 return callStart.mTimeStart; in logForegroundServiceApiEventBegin()
171 boolean callStart; // last onStart() has asked to always be called on restart. field in ServiceRecord1049 pw.print(" callStart="); pw.print(callStart); in dump()
1509 r.callStart = false; in startServiceInnerLocked()1633 service.callStart = false; in stopServiceLocked()1822 r.callStart = false; in stopServiceTokenLocked()6113 if (r.startRequested && r.callStart && r.pendingStarts.size() == 0) { in realStartServiceLocked()6686 r.callStart = true; in serviceDoneExecutingLocked()6737 r.callStart = false; in serviceDoneExecutingLocked()
245 private void callStart(AppStateTrackerTestable instance) throws RemoteException { in callStart() method in AppStateTrackerTest347 callStart(instance); in testAll()743 callStart(instance); in testUidStateForeground()843 callStart(instance); in testExemptedBucket()1025 callStart(instance); in loadPersistedAppOps()1051 callStart(instance); in testPowerSaveListener()1098 callStart(instance); in testAllListeners()1608 callStart(instance); in testUserRemoved()1644 callStart(instance); in testSmallBatteryAndPluggedIn()1670 callStart(instance); in testNotSmallBatteryAndPluggedIn()[all …]