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

  /frameworks/base/core/java/android/nfc/tech/
MifareUltralight.java 60 public static final int TYPE_UNKNOWN = -1;
101 mType = TYPE_UNKNOWN;
114 * {@link #TYPE_UNKNOWN}.
MifareClassic.java 91 public static final int TYPE_UNKNOWN = -1;
201 * <p>One of {@link #TYPE_UNKNOWN}, {@link #TYPE_CLASSIC}, {@link #TYPE_PLUS} or
  /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;
503 mRemoteHeadsets.get(device).mHeadsetType = BluetoothHandsfree.TYPE_UNKNOWN;
577 int type = BluetoothHandsfree.TYPE_UNKNOWN;
603 log("SDP UUID: TYPE_UNKNOWN");
    [all...]
BluetoothHandsfree.java 65 public static final int TYPE_UNKNOWN = 0;
157 case TYPE_UNKNOWN:
    [all...]
  /external/libvpx/nestegg/src/
nestegg.c 95 TYPE_UNKNOWN,
951 case TYPE_UNKNOWN:
    [all...]

Completed in 750 milliseconds