Searched refs:ACTION_STOP_NOTIF (Results 1 – 2 of 2) sorted by relevance
77 protected static final String ACTION_STOP_NOTIF = field in RecordingService194 case ACTION_STOP_NOTIF: in onStartCommand()197 if (ACTION_STOP_NOTIF.equals(action)) { in onStartCommand()512 return new Intent(context, this.getClass()).setAction(ACTION_STOP_NOTIF); in getNotificationIntent()
87 ACTION_STOP_NOTIF -> { in getTag()