Searched defs:setExtras (Results 26 - 30 of 30) sorted by relevance

12

/frameworks/base/services/core/java/com/android/server/media/
H A DMediaSessionRecord.java848 public void setExtras(Bundle extras) { method in class:MediaSessionRecord.SessionStub
/frameworks/base/telecomm/java/android/telecom/
H A DConnection.java1678 * {@link #setExtras(Bundle)}. Used so that on subsequent invocations we can remove any extras
2363 * in the new extras, but were present the last time {@code setExtras} was called are removed.
2373 public final void setExtras(@Nullable Bundle extras) { method in class:Connection
2379 // If we have used "setExtras" in the past, compare the key set from the last invocation to
2393 // Track the keys the last time set called setExtras. This way, the next time setExtras is
/frameworks/support/media-compat/java/android/support/v4/media/session/
H A DMediaSessionCompat.java741 public void setExtras(Bundle extras) { method in class:MediaSessionCompat
742 mImpl.setExtras(extras);
1792 void setExtras(Bundle extras); method in interface:MediaSessionCompat.MediaSessionImpl
2263 public void setExtras(Bundle extras) { method in class:MediaSessionCompat.MediaSessionImplBase
3395 public void setExtras(Bundle extras) { method in class:MediaSessionCompat.MediaSessionImplApi21
3396 MediaSessionCompatApi21.setExtras(mSessionObj, extras);
/frameworks/support/compat/java/android/support/v4/app/
H A DNotificationCompat.java1619 public Builder setExtras(Bundle extras) { method in class:NotificationCompat.Builder
/frameworks/base/core/java/android/app/
H A DNotification.java3586 public Builder setExtras(Bundle extras) { method in class:Notification.Builder

Completed in 1069 milliseconds

12