Searched refs:foregroundServiceTypes (Results 1 – 4 of 4) sorted by relevance
101 int foregroundServiceTypes, in ForegroundServiceDelegationOptions() argument109 mForegroundServiceTypes = foregroundServiceTypes; in ForegroundServiceDelegationOptions()270 public Builder setForegroundServiceTypes(int foregroundServiceTypes) { in setForegroundServiceTypes() argument271 mForegroundServiceTypes = foregroundServiceTypes; in setForegroundServiceTypes()
262 void setReportedForegroundServiceTypes(int foregroundServiceTypes) { in setReportedForegroundServiceTypes() argument263 mRepFgServiceTypes = foregroundServiceTypes; in setReportedForegroundServiceTypes()
4770 + item.uid + ": " + item.foregroundServiceTypes);4773 item.foregroundServiceTypes);
1516 int foregroundServiceTypes; field in ActivityManagerService.ProcessChangeItem16537 item.foregroundServiceTypes = fgServiceTypes; in updateProcessForegroundLocked()