Searched refs:mAutoShutdownEnabled (Results 1 – 1 of 1) sorted by relevance
324 private final boolean mAutoShutdownEnabled; field in SoftApConfiguration489 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.Builder1328 mAutoShutdownEnabled = true; // enabled by default. in Builder()1368 mAutoShutdownEnabled = other.mAutoShutdownEnabled; in Builder()[all …]