Searched refs:STOP_FOREGROUND_REMOVE (Results 1 – 4 of 4) sorted by relevance
320 public static final int STOP_FOREGROUND_REMOVE = 1<<0; field in Service333 STOP_FOREGROUND_REMOVE,801 stopForeground(removeNotification ? STOP_FOREGROUND_REMOVE : 0); in stopForeground()
304 stopForeground(STOP_FOREGROUND_REMOVE); in executeCancelCommand()413 stopForeground(removeNotification ? STOP_FOREGROUND_REMOVE : STOP_FOREGROUND_DETACH); in resetTaskAndStop()
1957 if ((flags & Service.STOP_FOREGROUND_REMOVE) != 0) { in setServiceForegroundInnerLocked()
6668 field public static final int STOP_FOREGROUND_REMOVE = 1; // 0x1