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

  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapMasInstance.java 446 public void setRemoteFeatureMask(int supportedFeatures) {
447 if(V) Log.v(TAG, "setRemoteFeatureMask : Curr: "+ mRemoteFeatureMask);
451 if(V) Log.v(TAG, "setRemoteFeatureMask : set: " + mRemoteFeatureMask);
BluetoothMapObexServer.java 299 public void setRemoteFeatureMask(int mRemoteFeatureMask) {
300 if(D) Log.d(TAG, "setRemoteFeatureMask() " + Integer.toHexString(mRemoteFeatureMask));
302 this.mOutContent.setRemoteFeatureMask(mRemoteFeatureMask);
    [all...]
BluetoothMapContent.java     [all...]

Completed in 346 milliseconds