Searched refs:STOP_FOREGROUND_REMOVE (Results 1 – 4 of 4) sorted by relevance
336 public static final int STOP_FOREGROUND_REMOVE = 1<<0; field in Service348 STOP_FOREGROUND_REMOVE,886 stopForeground(removeNotification ? STOP_FOREGROUND_REMOVE : STOP_FOREGROUND_LEGACY); in stopForeground()
351 stopForeground(STOP_FOREGROUND_REMOVE); in executeCancelCommand()474 stopForeground(STOP_FOREGROUND_REMOVE); in executeHideNotificationCommand()489 stopForeground(removeNotification ? STOP_FOREGROUND_REMOVE : STOP_FOREGROUND_DETACH); in resetTaskAndStop()
2759 if ((flags & Service.STOP_FOREGROUND_REMOVE) != 0) { in setServiceForegroundInnerLocked()
7478 field public static final int STOP_FOREGROUND_REMOVE = 1; // 0x1