Searched defs:INTENT (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/provider/
H A DLiveFolders.java137 * <tr><th>{@link #INTENT}</th>
194 public static final String INTENT = "intent"; field in class:LiveFolders
H A DSettings.java3582 public static final String INTENT = "intent"; field in class:Settings.Bookmarks
3596 private static final String[] sIntentProjection = { INTENT };
3621 String intentURI = c.getString(c.getColumnIndexOrThrow(INTENT));
3680 values.put(INTENT, intent.toURI());
3708 * and {@link #INTENT} columns.
3714 int intentColumn = cursor.getColumnIndex(INTENT);
3717 "The cursor must contain the TITLE and INTENT columns.");

Completed in 202 milliseconds