Searched refs:ACTION_STOP_NOTIF (Results 1 – 1 of 1) sorted by relevance
76 private static final String ACTION_STOP_NOTIF = field in RecordingService188 case ACTION_STOP_NOTIF: in onStartCommand()191 if (ACTION_STOP_NOTIF.equals(action)) { in onStartCommand()487 return new Intent(context, RecordingService.class).setAction(ACTION_STOP_NOTIF); in getNotificationIntent()