Home
last modified time | relevance | path

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

/frameworks/support/compat/java/android/support/v4/app/
DServiceCompat.java62 public static final int STOP_FOREGROUND_REMOVE = 1<<0; field in ServiceCompat
82 STOP_FOREGROUND_REMOVE,
99 service.stopForeground((flags & ServiceCompat.STOP_FOREGROUND_REMOVE) != 0); in stopForeground()
/frameworks/base/core/java/android/app/
DService.java312 public static final int STOP_FOREGROUND_REMOVE = 1<<0; field in Service
325 STOP_FOREGROUND_REMOVE,
714 stopForeground(removeNotification ? STOP_FOREGROUND_REMOVE : 0); in stopForeground()
/frameworks/base/services/core/java/com/android/server/am/
DActiveServices.java1115 if ((flags & Service.STOP_FOREGROUND_REMOVE) != 0) { in setServiceForegroundInnerLocked()
/frameworks/support/api/
D25.1.0.txt4939 field public static final int STOP_FOREGROUND_REMOVE = 1; // 0x1
D25.0.0.txt4557 field public static final int STOP_FOREGROUND_REMOVE = 1; // 0x1
D25.2.0.txt4939 field public static final int STOP_FOREGROUND_REMOVE = 1; // 0x1
D24.2.0.txt4502 field public static final int STOP_FOREGROUND_REMOVE = 1; // 0x1
D26.0.0-alpha1.txt5763 field public static final int STOP_FOREGROUND_REMOVE = 1; // 0x1
D25.3.0.txt5320 field public static final int STOP_FOREGROUND_REMOVE = 1; // 0x1
D25.4.0.txt5371 field public static final int STOP_FOREGROUND_REMOVE = 1; // 0x1
D26.0.0-beta1.txt6622 field public static final int STOP_FOREGROUND_REMOVE = 1; // 0x1
D26.0.0-SNAPSHOT.txt6748 field public static final int STOP_FOREGROUND_REMOVE = 1; // 0x1
D26.0.0-beta2.txt6737 field public static final int STOP_FOREGROUND_REMOVE = 1; // 0x1
/frameworks/base/api/
Dcurrent.txt5914 field public static final int STOP_FOREGROUND_REMOVE = 1; // 0x1
Dsystem-current.txt6120 field public static final int STOP_FOREGROUND_REMOVE = 1; // 0x1