Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DForegroundServiceTypePolicy.java1314 private final SparseArray<ForegroundServiceTypePolicyInfo> mForegroundServiceTypePolicies = field in ForegroundServiceTypePolicy.DefaultForegroundServiceTypePolicy
1327 mForegroundServiceTypePolicies.put(FOREGROUND_SERVICE_TYPE_MANIFEST, in DefaultForegroundServiceTypePolicy()
1329 mForegroundServiceTypePolicies.put(FOREGROUND_SERVICE_TYPE_NONE, in DefaultForegroundServiceTypePolicy()
1331 mForegroundServiceTypePolicies.put(FOREGROUND_SERVICE_TYPE_DATA_SYNC, in DefaultForegroundServiceTypePolicy()
1333 mForegroundServiceTypePolicies.put(FOREGROUND_SERVICE_TYPE_MEDIA_PLAYBACK, in DefaultForegroundServiceTypePolicy()
1335 mForegroundServiceTypePolicies.put(FOREGROUND_SERVICE_TYPE_PHONE_CALL, in DefaultForegroundServiceTypePolicy()
1337 mForegroundServiceTypePolicies.put(FOREGROUND_SERVICE_TYPE_LOCATION, in DefaultForegroundServiceTypePolicy()
1339 mForegroundServiceTypePolicies.put(FOREGROUND_SERVICE_TYPE_CONNECTED_DEVICE, in DefaultForegroundServiceTypePolicy()
1341 mForegroundServiceTypePolicies.put(FOREGROUND_SERVICE_TYPE_MEDIA_PROJECTION, in DefaultForegroundServiceTypePolicy()
1343 mForegroundServiceTypePolicies.put(FOREGROUND_SERVICE_TYPE_CAMERA, in DefaultForegroundServiceTypePolicy()
[all …]