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

/frameworks/base/core/java/android/provider/
H A DLiveFolders.java137 * <tr><th>{@link #INTENT}</th>
204 public static final String INTENT = "intent"; field in class:LiveFolders
H A DSettings.java8135 public static final String INTENT = "intent"; field in class:Settings.Bookmarks
8149 private static final String[] sIntentProjection = { INTENT };
8174 String intentURI = c.getString(c.getColumnIndexOrThrow(INTENT));
8221 values.put(INTENT, intent.toUri(0));
8249 * and {@link #INTENT} columns.
8255 int intentColumn = cursor.getColumnIndex(INTENT);
8258 "The cursor must contain the TITLE and INTENT columns.");
/frameworks/base/core/java/android/widget/
H A DRemoteViews.java1074 static final int INTENT = 14; field in class:RemoteViews.ReflectionAction
1145 case INTENT:
1223 case INTENT:
1274 case INTENT:
2649 addAction(new ReflectionAction(viewId, methodName, ReflectionAction.INTENT, value));

Completed in 331 milliseconds