Searched refs:INTENT (Results 1 - 11 of 11) 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.java13011 public static final String INTENT = "intent"; field in class:Settings.Bookmarks
13025 private static final String[] sIntentProjection = { INTENT };
13050 String intentURI = c.getString(c.getColumnIndexOrThrow(INTENT));
13097 values.put(INTENT, intent.toUri(0));
13125 * and {@link #INTENT} columns.
13131 int intentColumn = cursor.getColumnIndex(INTENT);
13134 "The cursor must contain the TITLE and INTENT columns.");
/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
H A DShortcutParser.java42 private static final String INTENT = "intent"; field in class:ShortcutParser
122 if (parser.getName().equals(INTENT)) {
/frameworks/base/services/core/java/com/android/server/am/
H A DIntentBindRecord.java115 IntentBindRecordProto.INTENT, false, true, false, false);
H A DServiceRecord.java172 intent.writeToProto(proto, ServiceRecordProto.StartItem.INTENT, true, true,
242 intent.getIntent().writeToProto(proto, ServiceRecordProto.INTENT, false, true, false,
H A DBroadcastQueue.java1652 intent.writeToProto(proto, BroadcastQueueProto.BroadcastSummary.INTENT,
/frameworks/base/core/tests/coretests/src/android/provider/
H A DSettingsProviderTest.java204 v.put(Settings.Bookmarks.INTENT, "#Intent;action=TOAST;end");
/frameworks/base/core/java/android/widget/
H A DRemoteViews.java1270 static final int INTENT = 14; field in class:RemoteViews.ReflectionAction
1337 case INTENT:
1398 case INTENT:
1436 case INTENT:
3211 addAction(new ReflectionAction(viewId, methodName, ReflectionAction.INTENT, value));
/frameworks/base/core/java/android/content/
H A DClipData.java682 mIntent.writeToProto(proto, ClipDataProto.Item.INTENT, true, true, true, true);
/frameworks/base/services/core/java/com/android/server/job/controllers/
H A DJobStatus.java1190 work.getIntent().writeToProto(proto, JobStatusDumpProto.JobWorkItem.INTENT);
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DDatabaseHelper.java2158 values.put(Settings.Bookmarks.INTENT, intent.toUri(0));

Completed in 263 milliseconds