Lines Matching defs:in

5  * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
67 * with Intents that only vary in their "extra" contents, expecting to get
136 * extra data in the Intent; by canceling the previous pending intent,
144 * then keep it but replace its extra data with what is in this new
229 * Intent.FLAG_ACTIVITY_NEW_TASK} launch flag in the Intent.
236 * @param context The Context in which this PendingIntent should start
260 * Intent.FLAG_ACTIVITY_NEW_TASK} launch flag in the Intent.
267 * @param context The Context in which this PendingIntent should start
330 * array of Intents to be supplied. The last Intent in the array is
333 * the resulting PendingIntent, all of the Intents are started in the same
337 * The <em>first</em> intent in the array will be started outside of the context of an
339 * Intent.FLAG_ACTIVITY_NEW_TASK} launch flag in the Intent. (Activities after
340 * the first in the array are started in the context of the previous activity
341 * in the array, so FLAG_ACTIVITY_NEW_TASK is not needed nor desired for them.)
345 * The <em>last</em> intent in the array represents the key for the
359 * @param context The Context in which this PendingIntent should start
380 * array of Intents to be supplied. The last Intent in the array is
383 * the resulting PendingIntent, all of the Intents are started in the same
387 * The <em>first</em> intent in the array will be started outside of the context of an
389 * Intent.FLAG_ACTIVITY_NEW_TASK} launch flag in the Intent. (Activities after
390 * the first in the array are started in the context of the previous activity
391 * in the array, so FLAG_ACTIVITY_NEW_TASK is not needed nor desired for them.)
395 * The <em>last</em> intent in the array represents the key for the
409 * @param context The Context in which this PendingIntent should start
479 * @param context The Context in which this PendingIntent should perform
533 * @param context The Context in which this PendingIntent should start
661 * how the PendingIntent was retrieved in {@link #getActivity},
697 * how the PendingIntent was retrieved in {@link #getActivity},
713 * corresponds to the permission argument in
910 * across a process being killed), resulting in different PendingIntent
949 public PendingIntent createFromParcel(Parcel in) {
950 IBinder target = in.readStrongBinder();
978 * @param in The Parcel containing the written Messenger.
984 public static PendingIntent readPendingIntentOrNullFromParcel(@NonNull Parcel in) {
985 IBinder b = in.readStrongBinder();