Searched refs:msgHandle (Results 1 – 2 of 2) sorted by relevance
784 private int setMessageStatus(String msgHandle, BluetoothMapAppParams appParams) { in setMessageStatus() argument792 if (msgHandle == null) { in setMessageStatus()807 handle = BluetoothMapUtils.getCpHandle(msgHandle); in setMessageStatus()808 msgType = BluetoothMapUtils.getMsgTypeFromHandle(msgHandle); in setMessageStatus()813 Log.w(TAG, "Wrongly formatted message handle: " + msgHandle); in setMessageStatus()816 Log.w(TAG, "Message type not found in handle string: " + msgHandle); in setMessageStatus()846 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()