Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DBackgroundStartPrivileges.java47 boolean allowsBackgroundForegroundServiceStarts, @Nullable IBinder originatingToken) { in BackgroundStartPrivileges() argument
49 !allowsBackgroundActivityStarts || allowsBackgroundForegroundServiceStarts, in BackgroundStartPrivileges()
52 mAllowsBackgroundForegroundServiceStarts = allowsBackgroundForegroundServiceStarts; in BackgroundStartPrivileges()