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

  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowNotificationManager.java 43 Integer tagId = idForTag.remove(tag);
47 notifications.remove(tagId);
  /packages/apps/Gallery2/tests/src/com/android/gallery3d/exif/
Util.java 64 short tagId = tag.getTagId();
65 if (tagId == ExifInterface.getTrueTagKey(ExifInterface.TAG_COMPONENTS_CONFIGURATION)) {
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
ExifParser.java 534 short tagId = mTiffStream.readShort();
543 Log.w(TAG, String.format("Tag %04x: Invalid data type %d", tagId, dataFormat));
548 ExifTag tag = new ExifTag(tagId, dataFormat, (int) numOfComp, mIfdType,
637 private boolean checkAllowed(int ifd, int tagId) {
638 int info = mInterface.getTagInfo().get(tagId);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 

Completed in 1283 milliseconds