Home
last modified time | relevance | path

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

/packages/modules/Wifi/framework/java/android/net/wifi/
DSoftApConfiguration.java324 private final boolean mAutoShutdownEnabled; field in SoftApConfiguration
489 mAutoShutdownEnabled = shutdownTimeoutEnabled; in SoftApConfiguration()
526 && mAutoShutdownEnabled == other.mAutoShutdownEnabled in equals()
559 mAutoShutdownEnabled, in hashCode()
590 sbuf.append(" \n AutoShutdownEnabled = ").append(mAutoShutdownEnabled); in toString()
623 dest.writeBoolean(mAutoShutdownEnabled); in writeToParcel()
945 return mAutoShutdownEnabled; in isAutoShutdownEnabled()
1297 private boolean mAutoShutdownEnabled; field in SoftApConfiguration.Builder
1328 mAutoShutdownEnabled = true; // enabled by default. in Builder()
1368 mAutoShutdownEnabled = other.mAutoShutdownEnabled; in Builder()
[all …]