Searched refs:mFgServiceTypes (Results 1 – 1 of 1) sorted by relevance
176 private int mFgServiceTypes; // Type of foreground service, if there is a foreground service. field in ProcessRecord1070 mFgServiceTypes = fgServiceTypes; in setHasForegroundServices()1080 && (mFgServiceTypes & ServiceInfo.FOREGROUND_SERVICE_TYPE_LOCATION) != 0; in hasLocationForegroundServices()1084 return mHasForegroundServices ? mFgServiceTypes : 0; in getForegroundServiceTypes()