Searched defs:appParams (Results 1 – 7 of 7) sorted by relevance
/packages/apps/Bluetooth/src/com/android/bluetooth/map/ |
D | BluetoothMapObexServer.java | 408 BluetoothMapAppParams appParams = null; in onPut() local 557 BluetoothMapAppParams appParams, String messageVersion) { in pushMessage() 650 private int setMessageStatus(String msgHandle, BluetoothMapAppParams appParams) { in setMessageStatus() 706 private int setOwnerStatus(String msgHandle, BluetoothMapAppParams appParams) in setOwnerStatus() 836 BluetoothMapAppParams appParams = null; in onGet() local 957 BluetoothMapAppParams appParams, in sendMessageListingRsp() 1103 private void setMsgTypeFilterParams(BluetoothMapAppParams appParams, boolean overwrite) { in setMsgTypeFilterParams() 1148 BluetoothMapAppParams appParams, in sendConvoListingRsp() 1267 private int sendFolderListingRsp(Operation op, BluetoothMapAppParams appParams){ in sendFolderListingRsp() 1358 private int sendMASInstanceInformationRsp(Operation op, BluetoothMapAppParams appParams){ in sendMASInstanceInformationRsp() [all …]
|
D | BluetoothMnsObexClient.java | 403 BluetoothMapAppParams appParams = new BluetoothMapAppParams(); in sendEventHandler() local
|
D | BluetoothMapAppParams.java | 207 public BluetoothMapAppParams(final byte[] appParams) in BluetoothMapAppParams() 224 private void ParseParams(final byte[] appParams) throws ParseException, in ParseParams()
|
D | BluetoothMapContent.java | 3301 public byte[] getMessage(String handle, BluetoothMapAppParams appParams, in getMessage() 3693 public byte[] getMmsMessage(long id,BluetoothMapAppParams appParams) in getMmsMessage() 3751 public byte[] getEmailMessage(long id, BluetoothMapAppParams appParams, in getEmailMessage() 3905 BluetoothMapAppParams appParams, in getIMMessage()
|
/packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/ |
D | MapStepsConvo.java | 144 BluetoothMapAppParams appParams = new BluetoothMapAppParams(); in addConvoListingStep() local 215 BluetoothMapAppParams appParams; in validate() local
|
D | BluetoothMapContentTest.java | 344 BluetoothMapAppParams appParams = new BluetoothMapAppParams(); in testMsgListing() local 376 BluetoothMapAppParams appParams = new BluetoothMapAppParams(); in testMsgListingUnread() local 406 BluetoothMapAppParams appParams = new BluetoothMapAppParams(); in testMsgListingWithOriginator() local 435 BluetoothMapAppParams appParams = new BluetoothMapAppParams(); in testGetMessages() local
|
D | MapStepsFolder.java | 123 BluetoothMapAppParams appParams; in validate() local
|