Home
last modified time | relevance | path

Searched refs:WIFI_MODE_LOCALONLY (Results 1 – 1 of 1) sorted by relevance

/packages/services/Car/service/src/com/android/car/
DCarProjectionService.java155 private static final int WIFI_MODE_LOCALONLY = 2; field in CarProjectionService
601 } else if (mWifiMode == WIFI_MODE_LOCALONLY) { in createProjectionOptionsBuilder()
632 case WIFI_MODE_LOCALONLY: { in startAccessPoint()
653 case WIFI_MODE_LOCALONLY: { in stopAccessPoint()
985 mWifiMode = tetherEnabled ? WIFI_MODE_TETHERED : WIFI_MODE_LOCALONLY; in setAccessPointTethering()