Searched refs:completionRunnable (Results 1 – 1 of 1) sorted by relevance
239 private final Runnable completionRunnable; field in AndroidConnectivityHandler.NetworkBroadcastReceiver241 public NetworkBroadcastReceiver(DownloadConstraints constraints, Runnable completionRunnable) { in NetworkBroadcastReceiver() argument243 this.completionRunnable = completionRunnable; in NetworkBroadcastReceiver()267 completionRunnable.run(); in onReceive()