HomeSort by relevance Sort by last modified time
    Searched refs:getPropertyList (Results 1 - 6 of 6) sorted by null

  /sdk/chimpchat/src/com/android/chimpchat/core/
IChimpDevice.java 68 Collection<String> getPropertyList();
  /sdk/monkeyrunner/src/com/android/monkeyrunner/controller/
VariableFrame.java 90 variables = device.getPropertyList();
  /sdk/monkeyrunner/src/com/android/monkeyrunner/
MonkeyDevice.java 362 public PyList getPropertyList(PyObject[] args, String[] kws) {
365 Collection<String> properties = impl.getPropertyList();
  /frameworks/base/media/java/android/mtp/
MtpPropertyGroup.java 284 MtpPropertyList getPropertyList(int handle, int format, int depth) {
285 //Log.d(TAG, "getPropertyList handle: " + handle + " format: " + format + " depth: " + depth);
MtpDatabase.java 575 return propertyGroup.getPropertyList((int)handle, format, depth);
    [all...]
  /sdk/chimpchat/src/com/android/chimpchat/adb/
AdbChimpDevice.java 239 public Collection<String> getPropertyList() {

Completed in 167 milliseconds