Searched refs:getForegroundServiceTypes (Results 1 – 2 of 2) sorted by relevance
198 private int getForegroundServiceTypes() { in getForegroundServiceTypes() method in ProcessServiceRecord204 return ((getForegroundServiceTypes() & types) == types) in areForegroundServiceTypesSame()213 return (getForegroundServiceTypes() & types) != 0; in containsAnyForegroundServiceTypes()
2155 HSPLcom/android/server/am/ProcessServiceRecord;->getForegroundServiceTypes()I