Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/
DCarProjectionService.java161 private boolean mStableLocalOnlyHotspotConfig; field in CarProjectionService
602 apMode = mStableLocalOnlyHotspotConfig in createProjectionOptionsBuilder()
706 if (!mStableLocalOnlyHotspotConfig) { in resetProjectionAccessPointCredentials()
732 mStableLocalOnlyHotspotConfig ? restoreApConfiguration() : Optional.empty(); in startLocalOnlyApLocked()
914 + mStableLocalOnlyHotspotConfig); in dump()
991 mStableLocalOnlyHotspotConfig = stableConfig; in setStableLocalOnlyHotspotConfig()
1220 shouldPersistSoftApConfig = mStableLocalOnlyHotspotConfig; in onStarted()