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.java9055 public static final String INTENT = "intent"; field in class:Settings.Bookmarks
9069 private static final String[] sIntentProjection = { INTENT };
9094 String intentURI = c.getString(c.getColumnIndexOrThrow(INTENT));
9141 values.put(INTENT, intent.toUri(0));
9169 * and {@link #INTENT} columns.
9175 int intentColumn = cursor.getColumnIndex(INTENT);
9178 "The cursor must contain the TITLE and INTENT columns.");
/frameworks/base/core/java/android/widget/
H A DRemoteViews.java1188 static final int INTENT = 14; field in class:RemoteViews.ReflectionAction
1259 case INTENT:
1337 case INTENT:
1388 case INTENT:
3077 addAction(new ReflectionAction(viewId, methodName, ReflectionAction.INTENT, value));

Completed in 354 milliseconds