Searched defs:INTENT (Results 1 – 6 of 6) sorted by relevance
42 int INTENT = 0; field
39 static final String INTENT = "intent"; field
40 MULTIPLE_CHOICE, TEXT_INPUT, PASSWORD_INPUT, INTENT enumConstant
51 public static final String INTENT = "intent"; field
910 new String[] { Favorites._ID, Favorites.INTENT}, in convertShortcutsToLauncherActivities()
62 private static final Intent INTENT = new Intent("com.android.settings"); field in CursorToSearchResultConverterTest