Searched defs:majorType (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
H A DAvrcpHelperClasses.java201 private byte majorType; field in class:MediaPlayerInfo
209 MediaPlayerInfo(@Nullable MediaController controller, byte majorType, int subType, argument
212 this.setMajorType(majorType);
259 return majorType;
262 void setMajorType(byte majorType) { argument
263 this.majorType = majorType;
307 return (this.majorType == other.getMajorType()) && (this.subType == other.getSubType())

Completed in 585 milliseconds