Searched defs:hasWifi (Results 1 – 3 of 3) sorted by relevance
135 private void setSystemFeatures(boolean hasWifi, boolean hasTelephony, boolean hasBluetooth) { in setSystemFeatures()
307 val hasWifi = pm.hasSystemFeature(FEATURE_WIFI) in <lambda>() constant
54 @GuardedBy("lock") private var hasWifi = false variable in com.android.virtualization.terminal.InstallerService