Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DService.java312 public static final int STOP_FOREGROUND_REMOVE = 1<<0; field in Service
326 STOP_FOREGROUND_REMOVE,
718 stopForeground(removeNotification ? STOP_FOREGROUND_REMOVE : 0); in stopForeground()
/frameworks/base/services/core/java/com/android/server/am/
DActiveServices.java723 if ((flags & Service.STOP_FOREGROUND_REMOVE) != 0) { in setServiceForegroundLocked()
/frameworks/base/api/
Dcurrent.txt5574 field public static final int STOP_FOREGROUND_REMOVE = 1; // 0x1
Dtest-current.txt5575 field public static final int STOP_FOREGROUND_REMOVE = 1; // 0x1
Dsystem-current.txt5722 field public static final int STOP_FOREGROUND_REMOVE = 1; // 0x1