Searched refs:SHOW_NOTIF (Results 1 – 4 of 4) sorted by relevance
32 public static final String SHOW_NOTIF = "show_notification"; field in Stopwatches
67 boolean showNotif = intent.getBooleanExtra(Stopwatches.SHOW_NOTIF, true); in onStartCommand()116 } else if (actionType.equals(Stopwatches.SHOW_NOTIF)) { in onStartCommand()
233 intent.putExtra(Stopwatches.SHOW_NOTIF, false); in rightButtonAction()273 intent.putExtra(Stopwatches.SHOW_NOTIF, false); in onCreateView()
178 intent.setAction(Stopwatches.SHOW_NOTIF); in onPause()