Searched refs:mNotifyOnDeviceNearby (Results 1 – 1 of 1) sorted by relevance
42 private final boolean mNotifyOnDeviceNearby; field in Association94 this.mNotifyOnDeviceNearby = notifyOnDeviceNearby; in Association()117 return mNotifyOnDeviceNearby; in isNotifyOnDeviceNearby()136 "notifyOnDeviceNearby = " + mNotifyOnDeviceNearby + ", " + in toString()158 && mNotifyOnDeviceNearby == that.mNotifyOnDeviceNearby in equals()173 _hash = 31 * _hash + Boolean.hashCode(mNotifyOnDeviceNearby); in hashCode()185 if (mNotifyOnDeviceNearby) flg |= 0x10; in writeToParcel()224 this.mNotifyOnDeviceNearby = notifyOnDeviceNearby; in Association()