Searched refs:getForegroundServiceTypes (Results 1 – 2 of 2) sorted by relevance
211 int getForegroundServiceTypes() { in getForegroundServiceTypes() method in ProcessServiceRecord217 return ((getForegroundServiceTypes() & types) == types) in areForegroundServiceTypesSame()226 return (getForegroundServiceTypes() & types) != 0; in containsAnyForegroundServiceTypes()
6903 HPLcom/android/server/am/ProcessServiceRecord;->getForegroundServiceTypes()I