Searched refs:mShouldPerformActiveScan (Results 1 – 1 of 1) sorted by relevance
73 private final boolean mShouldPerformActiveScan; field in RouteDiscoveryPreference89 mShouldPerformActiveScan = builder.mActiveScan; in RouteDiscoveryPreference()97 mShouldPerformActiveScan = in.readBoolean(); in RouteDiscoveryPreference()151 return mShouldPerformActiveScan; in shouldPerformActiveScan()181 dest.writeBoolean(mShouldPerformActiveScan); in writeToParcel()197 pw.println(indent + "mShouldPerformActiveScan=" + mShouldPerformActiveScan); in dump()212 .append(mShouldPerformActiveScan) in toString()230 && mShouldPerformActiveScan == other.mShouldPerformActiveScan; in equals()236 mShouldPerformActiveScan); in hashCode()287 activeScan |= preference.mShouldPerformActiveScan; in Builder()