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

  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/
FileExplorerView.java 44 private final static String COLUMN_SIZE =
65 DeviceExplorer.COLUMN_SIZE = COLUMN_SIZE;
  /packages/apps/Email/src/com/android/email/
AttachmentInfo.java 46 public static final int COLUMN_SIZE = 1;
90 this(context, c.getLong(COLUMN_ID), c.getLong(COLUMN_SIZE), c.getString(COLUMN_FILENAME),
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/explorer/
DeviceExplorer.java 90 public static String COLUMN_SIZE = "android.explorer.size"; //$NON-NLS-1S
185 "000000", COLUMN_SIZE, store); //$NON-NLS-1$
    [all...]

Completed in 846 milliseconds