Searched refs:ACTION_COMPLETE_HIDE (Results 1 – 3 of 3) sorted by relevance
174 public static final String ACTION_COMPLETE_HIDE = "android.btopp.intent.action.HIDE_COMPLETE"; field in Constants
426 intent = new Intent(Constants.ACTION_COMPLETE_HIDE); in updateCompletedNotification()478 intent = new Intent(Constants.ACTION_COMPLETE_HIDE); in updateCompletedNotification()
217 } else if (action.equals(Constants.ACTION_COMPLETE_HIDE)) { in onReceive()