Home
last modified time | relevance | path

Searched refs:mCustomExtras (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/apex/media/framework/java/android/media/
DSession2Command.java67 private final Bundle mCustomExtras; field in Session2Command
80 mCustomExtras = null; in Session2Command()
95 mCustomExtras = extras; in Session2Command()
105 mCustomExtras = in.readBundle(); in Session2Command()
131 return mCustomExtras; in getCustomExtras()
146 dest.writeBundle(mCustomExtras); in writeToParcel()
/frameworks/base/core/java/android/content/
DSyncRequest.java191 mExtras = new Bundle(b.mCustomExtras); in SyncRequest()
224 private Bundle mCustomExtras; field in SyncRequest.Builder
442 mCustomExtras = bundle; in setExtras()
575 if (mCustomExtras == null) { in build()
576 mCustomExtras = new Bundle(); in build()
579 ContentResolver.validateSyncExtrasBundle(mCustomExtras); in build()
582 if (ContentResolver.invalidPeriodicExtras(mCustomExtras) || in build()
588 if (mCustomExtras.getBoolean(ContentResolver.SYNC_EXTRAS_SCHEDULE_AS_EXPEDITED_JOB) in build()
590 if (ContentResolver.hasInvalidScheduleAsEjExtras(mCustomExtras) in build()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt16980 Landroid/content/SyncRequest$Builder;->mCustomExtras:Landroid/os/Bundle;