Searched refs:mIsSuspendable (Results 1 – 3 of 3) sorted by relevance
115 private final boolean mIsSuspendable; field in SubscribeConfig138 mIsSuspendable = isSuspendable; in SubscribeConfig()162 + ", mIsSuspendable=" + mIsSuspendable in toString()186 dest.writeBoolean(mIsSuspendable); in writeToParcel()243 && mIsSuspendable == lhs.mIsSuspendable in equals()264 mMaxDistanceMmSet, mEnableInstantMode, mBand, mIsSuspendable, mVendorData); in hashCode()323 if (mIsSuspendable && !characteristics.isSuspensionSupported()) { in assertValid()390 return mIsSuspendable; in isSuspendable()428 private boolean mIsSuspendable = false; field in SubscribeConfig.Builder699 mIsSuspendable = isSuspendable; in setSuspendable()[all …]
110 private final boolean mIsSuspendable; field in PublishConfig132 mIsSuspendable = isSuspendable; in PublishConfig()154 + ", mIsSuspendable=" + mIsSuspendable in toString()176 dest.writeBoolean(mIsSuspendable); in writeToParcel()231 && mIsSuspendable == lhs.mIsSuspendable in equals()242 mIsSuspendable, mVendorData); in hashCode()295 if (mIsSuspendable && !characteristics.isSuspensionSupported()) { in assertValid()365 return mIsSuspendable; in isSuspendable()401 private boolean mIsSuspendable = false; field in PublishConfig.Builder660 mIsSuspendable = isSuspendable; in setSuspendable()[all …]
71 private boolean mIsSuspendable; field in WifiAwareDiscoverySessionState108 mIsSuspendable = isSuspendable; in WifiAwareDiscoverySessionState()148 return mIsSuspendable; in isSuspendable()