Home
last modified time | relevance | path

Searched refs:mNotifyOnDeviceNearby (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/companion/
DAssociationInfo.java66 private final boolean mNotifyOnDeviceNearby; field in AssociationInfo
116 mNotifyOnDeviceNearby = notifyOnDeviceNearby; in AssociationInfo()
224 return mNotifyOnDeviceNearby; in isNotifyOnDeviceNearby()
313 return mNotifyOnDeviceNearby || mSelfManaged; in shouldBindWhenPresent()
343 + ", mNotifyOnDeviceNearby=" + mNotifyOnDeviceNearby in toString()
362 && mNotifyOnDeviceNearby == that.mNotifyOnDeviceNearby in equals()
379 mDeviceProfile, mAssociatedDevice, mSelfManaged, mNotifyOnDeviceNearby, mRevoked, in hashCode()
399 dest.writeBoolean(mNotifyOnDeviceNearby); in writeToParcel()
417 mNotifyOnDeviceNearby = in.readBoolean(); in AssociationInfo()
456 private boolean mNotifyOnDeviceNearby; field in AssociationInfo.Builder
[all …]