Searched refs:networkAvailable (Results 1 – 3 of 3) sorted by relevance
120 final NotificationChannel networkAvailable = new NotificationChannel( in createAll() local124 networkAvailable.setBlockableSystem(true); in createAll()125 channelsList.add(networkAvailable); in createAll()
213 final boolean networkAvailable = isNetworkAvailable(jobStatus); in wouldBeReadyWithConnectivityLocked()216 + " networkAvailable=" + networkAvailable); in wouldBeReadyWithConnectivityLocked()220 return networkAvailable && wouldBeReadyWithConstraintLocked(jobStatus, in wouldBeReadyWithConnectivityLocked()
324 boolean networkAvailable = isConnected && TelephonyManager.getDefault().getDataEnabled();348 networkAvailable,