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/
BluetoothMnsObexClient.java 280 BluetoothMapAppParams appParams = new BluetoothMapAppParams();
281 appParams.setMasInstanceId(masInstanceId);
288 request.setHeader(HeaderSet.APPLICATION_PARAMETER, appParams.EncodeParams());
BluetoothMapObexServer.java 322 BluetoothMapAppParams appParams = null;
331 appParams = new BluetoothMapAppParams(appParamRaw);
341 + appParams.getNotificationStatus());
343 return mObserver.setNotificationRegistration(appParams.getNotificationStatus());
347 + appParams.getStatusIndicator()
348 + ", StatusValue: " + appParams.getStatusValue());
350 return setMessageStatus(name, appParams);
353 Log.d(TAG,"TYPE_MESSAGE: Transparet: " + appParams.getTransparent()
354 + ", retry: " + appParams.getRetry()
355 + ", charset: " + appParams.getCharset())
    [all...]

Completed in 61 milliseconds