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

  /frameworks/base/media/mtp/
MtpServer.cpp 428 MtpDevicePropertyList* deviceProperties = mDatabase->getSupportedDeviceProperties();
452 mData.putAUInt16(deviceProperties); // Device Properties Supported
472 delete deviceProperties;
    [all...]
  /frameworks/base/core/java/android/server/
BluetoothEventLoop.java 179 BluetoothDeviceProperties deviceProperties =
181 deviceProperties.addProperties(address, properties);
182 String rssi = deviceProperties.getProperty(address, "RSSI");
183 String classValue = deviceProperties.getProperty(address, "Class");
184 String name = deviceProperties.getProperty(address, "Name");
    [all...]

Completed in 106 milliseconds