Home
last modified time | relevance | path

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

/frameworks/support/compat/src/main/java/androidx/core/app/
DServiceCompat.java64 public static final int STOP_FOREGROUND_REMOVE = 1<<0; field in ServiceCompat
84 STOP_FOREGROUND_REMOVE,
101 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,
710 stopForeground(removeNotification ? STOP_FOREGROUND_REMOVE : 0); in stopForeground()
/frameworks/base/services/core/java/com/android/server/am/
DActiveServices.java1315 if ((flags & Service.STOP_FOREGROUND_REMOVE) != 0) { in setServiceForegroundInnerLocked()
/frameworks/support/compat/api_legacy/
D26.0.0.txt542 field public static final int STOP_FOREGROUND_REMOVE = 1; // 0x1
D27.0.0.txt542 field public static final int STOP_FOREGROUND_REMOVE = 1; // 0x1
D26.1.0.txt542 field public static final int STOP_FOREGROUND_REMOVE = 1; // 0x1
Dcurrent.txt660 field public static final int STOP_FOREGROUND_REMOVE = 1; // 0x1
D27.1.0.txt589 field public static final int STOP_FOREGROUND_REMOVE = 1; // 0x1
D28.0.0-alpha1.txt660 field public static final int STOP_FOREGROUND_REMOVE = 1; // 0x1
/frameworks/support/compat/api/
Dcurrent.txt649 field public static final int STOP_FOREGROUND_REMOVE = 1; // 0x1
/frameworks/support/api/
D25.1.0.txt4939 field public static final int STOP_FOREGROUND_REMOVE = 1; // 0x1
D25.2.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
D24.2.0.txt4502 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-alpha1.txt5763 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
D26.0.0-beta1.txt6622 field public static final int STOP_FOREGROUND_REMOVE = 1; // 0x1
D26.1.0.txt6732 field public static final int STOP_FOREGROUND_REMOVE = 1; // 0x1
/frameworks/base/api/
Dcurrent.txt6058 field public static final int STOP_FOREGROUND_REMOVE = 1; // 0x1
/frameworks/base/config/
Dhiddenapi-public-dex.txt4266 Landroid/app/Service;->STOP_FOREGROUND_REMOVE:I