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.java135 private static final int WIFI_MODE_LOCALONLY = 2; field in CarProjectionService
571 case WIFI_MODE_LOCALONLY: { in startAccessPoint()
592 case WIFI_MODE_LOCALONLY: { in stopAccessPoint()
870 mWifiMode = tetherEnabled ? WIFI_MODE_TETHERED : WIFI_MODE_LOCALONLY; in setAccessPointTethering()