Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/bip/
DBipImageFormat.java79 private final int mFormatType; field in BipImageFormat
118 mFormatType = type; in BipImageFormat()
128 mFormatType = type; in BipImageFormat()
147 return mFormatType; in getType()
194 switch (mFormatType) { in toString()
220 error("Unsupported format type '" + mFormatType + "'"); in toString()