Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/bluetooth/le/
DScanResult.java89 private int mSecondaryPhy; field in ScanResult
111 mSecondaryPhy = PHY_UNUSED; in ScanResult()
137 mSecondaryPhy = secondaryPhy; in ScanResult()
168 dest.writeInt(mSecondaryPhy); in writeToParcel()
185 mSecondaryPhy = in.readInt(); in readFromParcel()
267 public int getSecondaryPhy() { return mSecondaryPhy; } in getSecondaryPhy()
296 mEventType, mPrimaryPhy, mSecondaryPhy, in hashCode()
315 mSecondaryPhy == other.mSecondaryPhy && in equals()
326 ", primaryPhy=" + mPrimaryPhy + ", secondaryPhy=" + mSecondaryPhy + in toString()