Searched refs:msgHandle (Results 1 – 2 of 2) sorted by relevance
779 private int setMessageStatus(String msgHandle, BluetoothMapAppParams appParams) { in setMessageStatus() argument787 if (msgHandle == null) { in setMessageStatus()802 handle = BluetoothMapUtils.getCpHandle(msgHandle); in setMessageStatus()803 msgType = BluetoothMapUtils.getMsgTypeFromHandle(msgHandle); in setMessageStatus()808 Log.w(TAG, "Wrongly formatted message handle: " + msgHandle); in setMessageStatus()811 Log.w(TAG, "Message type not found in handle string: " + msgHandle); in setMessageStatus()841 private int setOwnerStatus(String msgHandle, BluetoothMapAppParams appParams) in setOwnerStatus() argument
1959 String msgHandle = ap.getFilterMsgHandleString(); in setWhereFilterMessageHandle() local1960 if (msgHandle != null) { in setWhereFilterMessageHandle()1961 id = BluetoothMapUtils.getCpHandle(msgHandle); in setWhereFilterMessageHandle()1981 String msgHandle = ap.getFilterConvoIdString(); in setWhereFilterThreadId() local1982 if (msgHandle != null) { in setWhereFilterThreadId()1983 id = BluetoothMapUtils.getMsgHandleAsLong(msgHandle); in setWhereFilterThreadId()