Searched refs:foregroundServiceTypes (Results 1 – 4 of 4) sorted by relevance
111 int foregroundServiceTypes, in ForegroundServiceDelegationOptions() argument114 clientInstanceName, foregroundServiceTypes, delegationService, in ForegroundServiceDelegationOptions()124 int foregroundServiceTypes, in ForegroundServiceDelegationOptions() argument134 mForegroundServiceTypes = foregroundServiceTypes; in ForegroundServiceDelegationOptions()300 public Builder setForegroundServiceTypes(int foregroundServiceTypes) { in setForegroundServiceTypes() argument301 mForegroundServiceTypes = foregroundServiceTypes; in setForegroundServiceTypes()
281 void setReportedForegroundServiceTypes(int foregroundServiceTypes) { in setReportedForegroundServiceTypes() argument282 mRepFgServiceTypes = foregroundServiceTypes; in setReportedForegroundServiceTypes()
5033 + item.uid + ": " + item.foregroundServiceTypes); in dispatchProcessesChanged()5036 item.foregroundServiceTypes); in dispatchProcessesChanged()5058 item.foregroundServiceTypes = foregroundServicetypes; in enqueueProcessChangeItemLocked()
1438 int foregroundServiceTypes; field in ActivityManagerService.ProcessChangeItem