HomeSort by relevance Sort by last modified time
    Searched defs:INTENT (Results 1 - 14 of 14) 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 27 import android.content.Intent;
56 // Intent actions for Settings
288 * {@link #EXTRA_INPUT_METHOD_ID} extra to this Intent with the input method id.
289 * If there is no extra in this Intent, subtypes from all installed input methods
425 * Input: The Intent's data URI specifies the application package name
457 * {@link #EXTRA_AUTHORITIES} extra to this Intent with one or more syncable content provider's
476 * extra to the Intent with one or more syncable content provider's authorities. Only account
585 // End of Intent actions for Settings
600 * This can be passed as an extra field in an Activity Intent with one or more syncable content
604 * Example: The {@link #ACTION_ADD_ACCOUNT} intent restricts the account types available base
4239 Intent intent = null; local
4345 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";
  /frameworks/base/core/java/android/widget/
RemoteViews.java 29 import android.content.Intent;
62 * The intent extra that contains the appWidgetId.
144 Intent fillInIntent) {
149 Intent.FLAG_ACTIVITY_NEW_TASK,
150 Intent.FLAG_ACTIVITY_NEW_TASK, 0);
152 android.util.Log.e(LOG_TAG, "Cannot send pending intent: ", e);
155 android.util.Log.e(LOG_TAG, "Cannot send pending intent due to " +
200 public SetOnClickFillInIntent(int id, Intent fillInIntent) {
207 fillInIntent = Intent.CREATOR.createFromParcel(parcel);
245 // Insure that a template pending intent has been set on an ancesto
412 Intent intent; field in class:RemoteViews.SetRemoteViewsAdapterIntent
    [all...]
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/11/
android.jar 
  /prebuilt/sdk/12/
android.jar 
  /prebuilt/sdk/13/
android.jar 
  /prebuilt/sdk/14/
android.jar 
  /prebuilt/sdk/15/
android.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/9/
android.jar 

Completed in 247 milliseconds