Searched defs:extras (Results 1 - 25 of 133) sorted by path

123456

/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3Device.h583 InFlightRequest(int numBuffers, CaptureResultExtras extras) : argument
589 resultExtras(extras),
593 InFlightRequest(int numBuffers, CaptureResultExtras extras, bool hasInput) : argument
599 resultExtras(extras),
667 // Insert the capture result given the pending metadata, result extras,
/frameworks/base/cmds/am/src/com/android/commands/am/
H A DAm.java634 Bundle extras = intent.getExtras();
645 if (extras == null) {
646 extras = uriExtras;
648 uriExtras.putAll(extras);
649 extras = uriExtras;
651 intent.replaceExtras(extras);
1574 public void performReceive(Intent intent, int resultCode, String data, Bundle extras, argument
1578 if (extras != null) line = line + ", extras: " + extras;
[all...]
/frameworks/base/cmds/media/src/com/android/commands/media/
H A DMedia.java189 public void onEvent(String event, Bundle extras) { argument
190 System.out.println("onSessionEvent event=" + event + ", extras=" + extras);
217 public void onExtrasChanged(Bundle extras) throws RemoteException { argument
218 System.out.println("onExtrasChanged " + extras);
/frameworks/base/cmds/pm/src/com/android/commands/pm/
H A DPm.java756 public void onPackageInstalled(String name, int status, String msg, Bundle extras) { argument
761 extraPermission = extras.getString(
763 extraPackage = extras.getString(
/frameworks/base/core/java/android/app/
H A DActivityManagerNative.java2119 Bundle extras = data.readBundle();
2120 reportAssistContextExtras(token, extras);
5106 public void reportAssistContextExtras(IBinder token, Bundle extras) argument
5112 data.writeBundle(extras);
H A DActivityThread.java677 CompatibilityInfo compatInfo, int resultCode, String data, Bundle extras,
680 ReceiverData r = new ReceiverData(intent, resultCode, data, extras,
882 int resultCode, String dataStr, Bundle extras, boolean ordered,
885 receiver.performReceive(intent, resultCode, dataStr, extras, ordered,
676 scheduleReceiver(Intent intent, ActivityInfo info, CompatibilityInfo compatInfo, int resultCode, String data, Bundle extras, boolean sync, int sendingUser, int processState) argument
881 scheduleRegisteredReceiver(IIntentReceiver receiver, Intent intent, int resultCode, String dataStr, Bundle extras, boolean ordered, boolean sticky, int sendingUser, int processState) argument
H A DApplicationThreadNative.java386 Bundle extras = data.readBundle();
392 resultCode, dataStr, extras, ordered, sticky, sendingUser, processState);
1080 int resultCode, String dataStr, Bundle extras, boolean ordered,
1088 data.writeBundle(extras);
1079 scheduleRegisteredReceiver(IIntentReceiver receiver, Intent intent, int resultCode, String dataStr, Bundle extras, boolean ordered, boolean sticky, int sendingUser, int processState) argument
H A DIActivityManager.java421 public void reportAssistContextExtras(IBinder token, Bundle extras) throws RemoteException; argument
H A DIApplicationThread.java74 int resultCode, String data, Bundle extras, boolean sync,
115 int resultCode, String data, Bundle extras, boolean ordered,
73 scheduleReceiver(Intent intent, ActivityInfo info, CompatibilityInfo compatInfo, int resultCode, String data, Bundle extras, boolean sync, int sendingUser, int processState) argument
114 scheduleRegisteredReceiver(IIntentReceiver receiver, Intent intent, int resultCode, String data, Bundle extras, boolean ordered, boolean sticky, int sendingUser, int processState) argument
H A DLauncherActivity.java71 public Bundle extras; field in class:LauncherActivity.ListItem
124 if (item.extras != null) {
125 intent.putExtras(item.extras);
H A DLoadedApk.java782 Bundle extras, boolean ordered, boolean sticky, int sendingUser) {
790 rd.performReceive(intent, resultCode, data, extras,
801 if (extras != null) {
802 extras.setAllowFds(false);
804 mgr.finishReceiver(this, resultCode, data, extras, false);
942 Bundle extras, boolean ordered, boolean sticky, int sendingUser) {
948 Args args = new Args(intent, resultCode, data, extras, ordered,
781 performReceive(Intent intent, int resultCode, String data, Bundle extras, boolean ordered, boolean sticky, int sendingUser) argument
941 performReceive(Intent intent, int resultCode, String data, Bundle extras, boolean ordered, boolean sticky, int sendingUser) argument
H A DNotification.java680 * The extras keys defined here are intended to capture the original inputs to {@link Builder}
685 public Bundle extras = new Bundle(); field in class:Notification
688 * {@link #extras} key: this is the title of the notification,
694 * {@link #extras} key: this is the title of the notification when shown in expanded form,
700 * {@link #extras} key: this is the main text payload, as supplied to
706 * {@link #extras} key: this is a third line of text, as supplied to
712 * {@link #extras} key: this is a small piece of additional text as supplied to
718 * {@link #extras} key: this is a line of summary information intended to be shown
725 * {@link #extras} key: this is the longer text shown in the big form of a
732 * {@link #extras} ke
924 Action(int icon, CharSequence title, PendingIntent intent, Bundle extras, RemoteInput[] remoteInputs) argument
978 Builder(int icon, CharSequence title, PendingIntent intent, Bundle extras, RemoteInput[] remoteInputs) argument
997 addExtras(Bundle extras) argument
2562 addExtras(Bundle extras) argument
2585 setExtras(Bundle extras) argument
3204 populateExtras(Bundle extras) argument
3640 addExtras(Bundle extras) argument
3653 restoreFromExtras(Bundle extras) argument
3811 addExtras(Bundle extras) argument
3824 restoreFromExtras(Bundle extras) argument
3904 addExtras(Bundle extras) argument
3914 restoreFromExtras(Bundle extras) argument
4029 addExtras(Bundle extras) argument
4040 restoreFromExtras(Bundle extras) argument
4215 addExtras(Bundle extras) argument
4230 restoreFromExtras(Bundle extras) argument
[all...]
H A DNotificationManager.java258 public boolean matchesCallFilter(Bundle extras) { argument
261 return service.matchesCallFilter(extras);
H A DPackageInstallObserver.java33 String msg, Bundle extras) {
35 extras);
53 * @param extras If non-null, this Bundle contains extras providing
56 * about which extras apply to various failures; in particular
63 Bundle extras) {
62 onPackageInstalled(String basePackageName, int returnCode, String msg, Bundle extras) argument
H A DPendingIntent.java147 * extras change, and don't care that any entities that received your
149 * extras even if they are not explicitly given to it.
186 * @param resultExtras The final extras collected by a broadcast.
207 Bundle extras, boolean serialized, boolean sticky, int sendingUser) {
211 mResultExtras = extras;
526 * arguments given to the service will come from the extras of the Intent.
206 performReceive(Intent intent, int resultCode, String data, Bundle extras, boolean serialized, boolean sticky, int sendingUser) argument
H A DRemoteInput.java80 int flags, Bundle extras) {
85 this.mExtras = extras;
194 * <p>Values within the Bundle will replace existing extras values in this Builder.
198 public Builder addExtras(Bundle extras) { argument
199 if (extras != null) {
200 mExtras.putAll(extras);
79 RemoteInput(String resultKey, CharSequence label, CharSequence[] choices, int flags, Bundle extras) argument
H A DVoiceInteractor.java235 * @param extras Additional optional information.
237 public ConfirmationRequest(CharSequence prompt, Bundle extras) { argument
239 mExtras = extras;
265 * @param extras Additional optional information.
267 public CompleteVoiceRequest(CharSequence message, Bundle extras) { argument
269 mExtras = extras;
298 * @param extras Additional optional information.
300 public AbortVoiceRequest(CharSequence message, Bundle extras) { argument
302 mExtras = extras;
328 * The command will determine how the properties in extras ar
[all...]
H A DWallpaperManager.java1044 * @param extras Optional additional information for the command, or null.
1047 int x, int y, int z, Bundle extras) {
1051 windowToken, action, x, y, z, extras, false);
1046 sendWallpaperCommand(IBinder windowToken, String action, int x, int y, int z, Bundle extras) argument
/frameworks/base/core/java/android/app/job/
H A DJobInfo.java74 private final PersistableBundle extras; field in class:JobInfo
97 * Bundle of extras which are returned to your application at execution time.
100 return extras;
209 extras = in.readPersistableBundle();
227 extras = b.mExtras;
251 out.writePersistableBundle(extras);
321 * Set optional extras. This is persisted, so we only allow primitive types.
322 * @param extras Bundle containing extras you want the scheduler to hold on to for you.
324 public Builder setExtras(PersistableBundle extras) { argument
[all...]
H A DJobParameters.java33 private final PersistableBundle extras; field in class:JobParameters
38 public JobParameters(IBinder callback, int jobId, PersistableBundle extras, argument
41 this.extras = extras;
54 * @return The extras you passed in when constructing this job with
56 * never be null. If you did not set any extras this will be an empty bundle.
59 return extras;
79 extras = in.readPersistableBundle();
92 dest.writePersistableBundle(extras);
/frameworks/base/core/java/android/content/
H A DAbstractThreadedSyncAdapter.java152 Bundle extras) {
162 && extras != null
163 && extras.getBoolean(ContentResolver.SYNC_EXTRAS_INITIALIZE, false)) {
175 syncContextClient, authority, account, extras);
214 Bundle extras = new Bundle();
215 extras.putBoolean(ContentResolver.SYNC_EXTRAS_INITIALIZE, true);
216 startSync(null, authority, account, extras);
233 Account account, Bundle extras) {
238 mExtras = extras;
295 * be specified in extras, whic
151 startSync(ISyncContext syncContext, String authority, Account account, Bundle extras) argument
232 SyncThread(String name, SyncContext syncContext, String authority, Account account, Bundle extras) argument
305 onPerformSync(Account account, Bundle extras, String authority, ContentProviderClient provider, SyncResult syncResult) argument
[all...]
H A DBroadcastReceiver.java304 public final void setResultExtras(Bundle extras) { argument
306 mResultExtras = extras;
326 public final void setResult(int code, String data, Bundle extras) { argument
330 mResultExtras = extras;
593 * Change the current result extras of this broadcast; only works with
605 * @param extras The new extra data map; may be null.
609 public final void setResultExtras(Bundle extras) { argument
611 mPendingResult.mResultExtras = extras;
623 * @return Map The current extras map.
652 * @param extras Th
657 setResult(int code, String data, Bundle extras) argument
[all...]
H A DContentProvider.java367 public Bundle call(String callingPkg, String method, String arg, Bundle extras) { argument
370 return ContentProvider.this.call(method, arg, extras);
1741 * @param extras provider-defined Bundle argument. May be {@code null}.
1745 public Bundle call(String method, String arg, Bundle extras) { argument
H A DContentProviderClient.java389 public Bundle call(String method, String arg, Bundle extras) throws RemoteException { argument
392 return mContentProvider.call(mPackageName, method, arg, extras);
H A DContentResolver.java1354 * @param extras provider-defined Bundle argument. May be null.
1360 public final Bundle call(Uri uri, String method, String arg, Bundle extras) { argument
1372 return provider.call(mPackageName, method, arg, extras);
1716 * types may be used in the extras bundle:
1729 * @param extras any extras to pass to the SyncAdapter.
1734 public void startSync(Uri uri, Bundle extras) { argument
1736 if (extras != null) {
1737 String accountName = extras.getString(SYNC_EXTRAS_ACCOUNT);
1741 extras
1765 requestSync(Account account, String authority, Bundle extras) argument
1773 requestSyncAsUser(Account account, String authority, int userId, Bundle extras) argument
1817 validateSyncExtrasBundle(Bundle extras) argument
1989 addPeriodicSync(Account account, String authority, Bundle extras, long pollFrequency) argument
2016 invalidPeriodicExtras(Bundle extras) argument
2039 removePeriodicSync(Account account, String authority, Bundle extras) argument
[all...]

Completed in 1946 milliseconds

123456