Home
last modified time | relevance | path

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

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowPendingIntent.java46 FOREGROUND_SERVICE enumConstant
101 return create(context, new Intent[] {intent}, Type.FOREGROUND_SERVICE, requestCode, flags); in getForegroundService()
225 return type == Type.FOREGROUND_SERVICE; in isForegroundServiceIntent()