Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/companion/
H A DAssociation.java42 private final boolean mNotifyOnDeviceNearby; field in Association
94 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()