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

  /frameworks/support/compat/java/android/support/v4/content/pm/
ShortcutInfoCompat.java 56 .setIntents(mIntents);
140 * If setIntents() was used, then return the last intent in the array.
150 * Return the intent set with {@link Builder#setIntents(Intent[])}.
152 * @see Builder#setIntents(Intent[])
214 * Sets the intent of a shortcut. Alternatively, {@link #setIntents(Intent[])} can be used
224 return setIntents(new Intent[]{intent});
234 public Builder setIntents(@NonNull Intent[] intents) {
  /frameworks/base/core/java/android/content/pm/
ShortcutInfo.java 969 * Sets the intent of a shortcut. Alternatively, {@link #setIntents(Intent[])} can be used
    [all...]
  /prebuilts/sdk/current/support/compat/libs/
android-support-compat.jar 
  /prebuilts/sdk/26/
android.jar 
  /prebuilts/sdk/27/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 70 milliseconds