Searched refs:mNotifyOnDeviceNearby (Results 1 – 1 of 1) sorted by relevance
57 private final boolean mNotifyOnDeviceNearby; field in AssociationInfo101 mNotifyOnDeviceNearby = notifyOnDeviceNearby; in AssociationInfo()174 return mNotifyOnDeviceNearby; in isNotifyOnDeviceNearby()236 return mNotifyOnDeviceNearby || mSelfManaged; in shouldBindWhenPresent()263 + ", mNotifyOnDeviceNearby=" + mNotifyOnDeviceNearby in toString()280 && mNotifyOnDeviceNearby == that.mNotifyOnDeviceNearby in equals()293 mDeviceProfile, mSelfManaged, mNotifyOnDeviceNearby, mRevoked, mTimeApprovedMs, in hashCode()314 dest.writeBoolean(mNotifyOnDeviceNearby); in writeToParcel()331 mNotifyOnDeviceNearby = in.readBoolean(); in AssociationInfo()375 private boolean mNotifyOnDeviceNearby; field in AssociationInfo.Builder[all …]