Searched refs:canGetNetworkInformation (Results 1 – 1 of 1) sorted by relevance
364 final Network passedNetwork = canGetNetworkInformation(job) ? job.network : null; in executeRunnableJob()553 private boolean canGetNetworkInformation(@NonNull JobStatus job) { in canGetNetworkInformation() method in JobServiceContext680 if (newNetwork != null && mRunningJob != null && !canGetNetworkInformation(mRunningJob)) { in informOfNetworkChangeLocked()