Searched refs:ACTION_COMPLETE_HIDE (Results 1 – 4 of 4) sorted by relevance
162 static final String ACTION_COMPLETE_HIDE = "android.btopp.intent.action.HIDE_COMPLETE"; field in Constants
450 Intent deleteIntent = new Intent(Constants.ACTION_COMPLETE_HIDE).setClassName( in updateCompletedNotification()515 Intent deleteIntent = new Intent(Constants.ACTION_COMPLETE_HIDE).setClassName( in updateCompletedNotification()
212 } else if (action.equals(Constants.ACTION_COMPLETE_HIDE)) { in onReceive()
216 intent.setAction(Constants.ACTION_COMPLETE_HIDE); in onReceive_withActionCompleteHide_contentUpdate()