HomeSort by relevance Sort by last modified time
    Searched defs:INTENT (Results 1 - 6 of 6) sorted by null

  /frameworks/base/core/java/android/provider/
LiveFolders.java 26 * <li>An activity that can respond to the intent action {@link #ACTION_CREATE_LIVE_FOLDER}. The
33 * intent filter action {@link #ACTION_CREATE_LIVE_FOLDER} and presents the list to the user.
37 * {@link android.app.Activity#setResult(int, android.content.Intent) activity result}. The
51 * final Intent intent = getIntent();
52 * final String action = intent.getAction();
64 * private static Intent createLiveFolder(Context context, Uri uri, String name,
67 * final Intent intent = new Intent();
    [all...]
Settings.java 31 import android.content.Intent;
61 // Intent actions for Settings
380 * {@link #EXTRA_AUTHORITIES} extra to this Intent with one or more syncable content provider's
399 * extra to the Intent with one or more syncable content provider's authorities. Only account
494 // End of Intent actions for Settings
509 * This can be passed as an extra field in an Activity Intent with one or more syncable content
513 * Example: The {@link #ACTION_ADD_ACCOUNT} intent restricts the account types available based
3512 Intent intent = null; local
3630 Intent intent; local
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
LauncherSettings.java 34 * The Intent URL of the gesture, describing what it points to. This
35 * value is given to {@link android.content.Intent#parseUri(String, int)} to create
36 * an Intent that can be launched.
39 static final String INTENT = "intent";
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 

Completed in 110 milliseconds