Home
last modified time | relevance | path

Searched refs:ForegroundServiceType (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/content/pm/
DServiceInfo.java196 public @interface ForegroundServiceType {} annotation in ServiceInfo
204 public @ForegroundServiceType int mForegroundServiceType = FOREGROUND_SERVICE_TYPE_NONE;
220 public @ForegroundServiceType int getForegroundServiceType() { in getForegroundServiceType()
/frameworks/base/core/java/android/app/
DService.java31 import android.content.pm.ServiceInfo.ForegroundServiceType;
784 @ForegroundServiceType int foregroundServiceType) { in startForeground()
836 public final @ForegroundServiceType int getForegroundServiceType() { in getForegroundServiceType()