Searched refs:MESSAGE_CODE_TO_NAME (Results 1 – 3 of 3) sorted by relevance
160 private static final SparseArray<String> MESSAGE_CODE_TO_NAME = new SparseArray<String>() {{ field in CallAudioModeStateMachine739 Log.i(LOG_TAG, "Message received: %s.", MESSAGE_CODE_TO_NAME.get(msg.what)); in onPreHandleMessage()746 msg.what, MESSAGE_CODE_TO_NAME.get(msg.what)); in onPreHandleMessage()
175 private static final SparseArray<String> MESSAGE_CODE_TO_NAME = new SparseArray<String>() {{ field in CallAudioRouteStateMachine230 String messageCodeName = MESSAGE_CODE_TO_NAME.get(msg.what, "unknown"); in onPreHandleMessage()270 MESSAGE_CODE_TO_NAME.get(msg.what, Integer.toString(msg.what))); in processMessage()
52 private static final SparseArray<String> MESSAGE_CODE_TO_NAME = new SparseArray<String>() {{ field in BluetoothRouteManager476 Log.i(LOG_TAG, "Message received: %s.", MESSAGE_CODE_TO_NAME.get(msg.what)); in onPreHandleMessage()483 msg.what, MESSAGE_CODE_TO_NAME.get(msg.what)); in onPreHandleMessage()