HomeSort by relevance Sort by last modified time
    Searched defs:appParams (Results 1 - 2 of 2) sorted by null

  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapObexServer.java 175 BluetoothMapAppParams appParams = null;
183 appParams = new BluetoothMapAppParams(appParamRaw);
197 Log.d(TAG,"TYPE_SET_NOTIFICATION_REGISTRATION: NotificationStatus: " + appParams.getNotificationStatus());
199 return setNotificationRegistration(appParams);
202 Log.d(TAG,"TYPE_SET_MESSAGE_STATUS: StatusIndicator: " + appParams.getStatusIndicator() + ", StatusValue: " + appParams.getStatusValue());
204 return setMessageStatus(name, appParams);
207 Log.d(TAG,"TYPE_MESSAGE: Transparet: " + appParams.getTransparent() + ", Retry: " + appParams.getRetry());
208 Log.d(TAG," charset: " + appParams.getCharset())
    [all...]
BluetoothMnsObexClient.java 272 BluetoothMapAppParams appParams = new BluetoothMapAppParams();
273 appParams.setMasInstanceId(masInstanceId);
280 request.setHeader(HeaderSet.APPLICATION_PARAMETER, appParams.EncodeParams());

Completed in 2650 milliseconds