Home
last modified time | relevance | path

Searched defs:appParams (Results 1 – 10 of 10) sorted by relevance

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/
DBluetoothMapAppParamsTest.java85 BluetoothMapAppParams appParams = new BluetoothMapAppParams(); in encodeToBuffer_thenDecode() local
161 BluetoothMapAppParams appParams = new BluetoothMapAppParams(); in settersAndGetters() local
248 BluetoothMapAppParams appParams = new BluetoothMapAppParams(); in setAndGetFilterLastActivity_withString() local
264 BluetoothMapAppParams appParams = new BluetoothMapAppParams(); in setAndGetLastActivity_withString() local
275 BluetoothMapAppParams appParams = new BluetoothMapAppParams(); in setAndGetFilterPeriod_withString() local
290 BluetoothMapAppParams appParams = new BluetoothMapAppParams(); in setAndGetMseTime_withString() local
301 BluetoothMapAppParams appParams = new BluetoothMapAppParams(); in setters_withIllegalArguments() local
363 BluetoothMapAppParams appParams = new BluetoothMapAppParams(); in setters_withIllegalStrings() local
DBluetoothMapContentObserverTest.java230 BluetoothMapAppParams appParams = new BluetoothMapAppParams(); in testPushGroupMMS() local
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapObexServer.java462 BluetoothMapAppParams appParams = null; in onPut() local
649 private int pushMessage(final Operation op, String folderName, BluetoothMapAppParams appParams, in pushMessage()
784 private int setMessageStatus(String msgHandle, BluetoothMapAppParams appParams) { in setMessageStatus()
847 int setOwnerStatus(BluetoothMapAppParams appParams) in setOwnerStatus()
997 BluetoothMapAppParams appParams = null; in onGet() local
1139 private int sendMessageListingRsp(Operation op, BluetoothMapAppParams appParams, in sendMessageListingRsp()
1315 void setMsgTypeFilterParams(BluetoothMapAppParams appParams, boolean overwrite) { in setMsgTypeFilterParams()
1359 private int sendConvoListingRsp(Operation op, BluetoothMapAppParams appParams) { in sendConvoListingRsp()
1509 private int sendFolderListingRsp(Operation op, BluetoothMapAppParams appParams) { in sendFolderListingRsp()
1627 private int sendMASInstanceInformationRsp(Operation op, BluetoothMapAppParams appParams) { in sendMASInstanceInformationRsp()
[all …]
DBluetoothMnsObexClient.java448 BluetoothMapAppParams appParams = new BluetoothMapAppParams(); in sendEventHandler() local
DBluetoothMapAppParams.java206 public BluetoothMapAppParams(final byte[] appParams) in BluetoothMapAppParams()
223 private void parseParams(final byte[] appParams) in parseParams()
DBluetoothMapContent.java3458 public byte[] getMessage(String handle, BluetoothMapAppParams appParams, in getMessage()
3827 public byte[] getMmsMessage(long id, BluetoothMapAppParams appParams) in getMmsMessage()
3888 public byte[] getEmailMessage(long id, BluetoothMapAppParams appParams, in getEmailMessage()
4059 public byte[] getIMMessage(long id, BluetoothMapAppParams appParams, in getIMMessage()
/packages/modules/OnDevicePersonalization/framework/java/android/ondevicepersonalization/
DExecuteInput.java58 @Nullable PersistableBundle appParams) { in ExecuteInput()
138 …PersistableBundle appParams = (flg & 0x2) == 0 ? null : (PersistableBundle) in.readTypedObject(Per… in ExecuteInput() local
190 @Nullable PersistableBundle appParams) { in Builder()
/packages/modules/OnDevicePersonalization/tests/endtoendtests/OdpClient/src/com/android/odpclient/
DMainActivity.java80 PersistableBundle appParams = new PersistableBundle(); in makeRequest() local
/packages/modules/OnDevicePersonalization/tests/frameworktests/src/android/ondevicepersonalization/
DIsolatedComputationServiceTest.java79 PersistableBundle appParams = new PersistableBundle(); in testOnExecute() local
101 PersistableBundle appParams = new PersistableBundle(); in testOnExecutePropagatesError() local
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/mapclient/
DRequestTest.java218 BluetoothMapAppParams appParams; in onPutValidator() local