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

  /frameworks/base/tools/aapt/
AaptAssets.h 302 : isPublic(false), typeCode(TYPE_UNKNOWN)
306 : name(_name), isPublic(false), typeCode(TYPE_UNKNOWN)
336 TYPE_UNKNOWN = 0,
ResourceTable.h 257 : mName(name), mType(TYPE_UNKNOWN),
263 TYPE_UNKNOWN = 0,
ResourceTable.cpp     [all...]
  /packages/apps/Phone/src/com/android/phone/
BluetoothHeadsetService.java 108 mHeadsetType = BluetoothHandsfree.TYPE_UNKNOWN;
154 int type = BluetoothHandsfree.TYPE_UNKNOWN;
499 mRemoteHeadsets.get(device).mHeadsetType = BluetoothHandsfree.TYPE_UNKNOWN;
567 int type = BluetoothHandsfree.TYPE_UNKNOWN;
593 log("SDP UUID: TYPE_UNKNOWN");
    [all...]
BluetoothHandsfree.java 65 public static final int TYPE_UNKNOWN = 0;
156 case TYPE_UNKNOWN:
    [all...]

Completed in 16 milliseconds