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

/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
H A DAvrcp.java144 private static final int MSG_NATIVE_REQ_GET_RC_FEATURES = 1; field in class:Avrcp
414 case MSG_NATIVE_REQ_GET_RC_FEATURES:
417 if (DEBUG) Log.v(TAG, "MSG_NATIVE_REQ_GET_RC_FEATURES: address="+address+
1036 Message msg = mHandler.obtainMessage(MSG_NATIVE_REQ_GET_RC_FEATURES, features, 0,

Completed in 53 milliseconds