HomeSort by relevance Sort by last modified time
    Searched defs:COLUMN_TIME (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 48 private final static String COLUMN_TIME =
67 DeviceExplorer.COLUMN_TIME = COLUMN_TIME;
  /frameworks/ml/bordeaux/service/src/android/bordeaux/services/
BordeauxSessionStorage.java 42 public static final String COLUMN_TIME = "time";
50 COLUMN_MODEL + " BLOB, " + COLUMN_TIME + " INTEGER);";
87 entry.put(COLUMN_TIME, System.currentTimeMillis());
117 new String[]{COLUMN_KEY, COLUMN_CLASS, COLUMN_MODEL, COLUMN_TIME},
  /prebuilts/devtools/tools/lib/
ddmuilib.jar 

Completed in 119 milliseconds