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