[go: nahoru, domu]

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

12345678

/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3Device.h702 InFlightRequest(int numBuffers, CaptureResultExtras extras, bool hasInput, argument
709 resultExtras(extras),
828 // Send a total capture result given the pending metadata and result extras,
/frameworks/base/cmds/am/src/com/android/commands/am/
H A DAm.java1650 public void performReceive(Intent intent, int resultCode, String data, Bundle extras, argument
1654 if (extras != null) line = line + ", extras: " + extras;
/frameworks/base/cmds/media/src/com/android/commands/media/
H A DMedia.java188 public void onEvent(String event, Bundle extras) { argument
189 System.out.println("onSessionEvent event=" + event + ", extras=" + extras);
216 public void onExtrasChanged(Bundle extras) throws RemoteException { argument
217 System.out.println("onExtrasChanged " + extras);
/frameworks/base/cmds/pm/src/com/android/commands/pm/
H A DPm.java685 public void onPackageInstalled(String name, int status, String msg, Bundle extras) { argument
690 extraPermission = extras.getString(
692 extraPackage = extras.getString(
/frameworks/base/core/java/android/app/
H A DActivityManagerNative.java2434 Bundle extras = data.readBundle();
2438 reportAssistContextExtras(token, extras, structure, content, referrer);
6146 public void reportAssistContextExtras(IBinder token, Bundle extras, AssistStructure structure, argument
6152 data.writeBundle(extras);
H A DActivityThread.java768 CompatibilityInfo compatInfo, int resultCode, String data, Bundle extras,
771 ReceiverData r = new ReceiverData(intent, resultCode, data, extras,
937 int resultCode, String dataStr, Bundle extras, boolean ordered,
940 receiver.performReceive(intent, resultCode, dataStr, extras, ordered,
767 scheduleReceiver(Intent intent, ActivityInfo info, CompatibilityInfo compatInfo, int resultCode, String data, Bundle extras, boolean sync, int sendingUser, int processState) argument
936 scheduleRegisteredReceiver(IIntentReceiver receiver, Intent intent, int resultCode, String dataStr, Bundle extras, boolean ordered, boolean sticky, int sendingUser, int processState) argument
H A DApplicationPackageManager.java2400 public void onCreated(int moveId, Bundle extras) { argument
2403 args.arg2 = extras;
H A DApplicationThreadNative.java398 Bundle extras = data.readBundle();
404 resultCode, dataStr, extras, ordered, sticky, sendingUser, processState);
1186 int resultCode, String dataStr, Bundle extras, boolean ordered,
1194 data.writeBundle(extras);
1185 scheduleRegisteredReceiver(IIntentReceiver receiver, Intent intent, int resultCode, String dataStr, Bundle extras, boolean ordered, boolean sticky, int sendingUser, int processState) argument
H A DIActivityManager.java529 public void reportAssistContextExtras(IBinder token, Bundle extras, argument
H A DIApplicationThread.java74 int resultCode, String data, Bundle extras, boolean sync,
116 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
115 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.java1026 Bundle extras, boolean ordered, boolean sticky, int sendingUser) {
1040 rd.performReceive(intent, resultCode, data, extras,
1051 if (extras != null) {
1052 extras.setAllowFds(false);
1054 mgr.finishReceiver(this, resultCode, data, extras, false, intent.getFlags());
1198 Bundle extras, boolean ordered, boolean sticky, int sendingUser) {
1199 final Args args = new Args(intent, resultCode, data, extras, ordered,
1025 performReceive(Intent intent, int resultCode, String data, Bundle extras, boolean ordered, boolean sticky, int sendingUser) argument
1197 performReceive(Intent intent, int resultCode, String data, Bundle extras, boolean ordered, boolean sticky, int sendingUser) argument
H A DNotification.java757 * The extras keys defined here are intended to capture the original inputs to {@link Builder}
762 public Bundle extras = new Bundle(); field in class:Notification
766 * touching the extras bundle in the system process is not safe because the bundle may contain
774 * {@link #extras} key: this is the title of the notification,
780 * {@link #extras} key: this is the title of the notification when shown in expanded form,
786 * {@link #extras} key: this is the main text payload, as supplied to
792 * {@link #extras} key: this is a third line of text, as supplied to
798 * {@link #extras} key: this is the remote input history, as supplied to
814 * {@link #extras} key: this is a small piece of additional text as supplied to
820 * {@link #extras} ke
1051 Action(Icon icon, CharSequence title, PendingIntent intent, Bundle extras, RemoteInput[] remoteInputs, boolean allowGeneratedReplies) argument
1140 Builder(Icon icon, CharSequence title, PendingIntent intent, Bundle extras, RemoteInput[] remoteInputs) argument
1159 addExtras(Bundle extras) argument
2996 addExtras(Bundle extras) argument
3015 setExtras(Bundle extras) argument
4085 addExtras(Bundle extras) argument
4099 restoreFromExtras(Bundle extras) argument
4286 addExtras(Bundle extras) argument
4299 restoreFromExtras(Bundle extras) argument
4382 addExtras(Bundle extras) argument
4392 restoreFromExtras(Bundle extras) argument
4562 addExtras(Bundle extras) argument
4577 fixTitleAndTextExtras(Bundle extras) argument
4608 restoreFromExtras(Bundle extras) argument
4992 addExtras(Bundle extras) argument
5003 restoreFromExtras(Bundle extras) argument
5198 addExtras(Bundle extras) argument
5213 restoreFromExtras(Bundle extras) argument
[all...]
H A DNotificationManager.java395 public boolean matchesCallFilter(Bundle extras) { argument
398 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.java149 * extras change, and don't care that any entities that received your
151 * extras even if they are not explicitly given to it.
196 * @param resultExtras The final extras collected by a broadcast.
227 Bundle extras, boolean serialized, boolean sticky, int sendingUser) {
231 mResultExtras = extras;
576 * arguments given to the service will come from the extras of the Intent.
226 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.java335 * @param extras Additional optional information or null.
337 public ConfirmationRequest(@Nullable Prompt prompt, @Nullable Bundle extras) { argument
339 mExtras = extras;
346 * @param extras Additional optional information or null.
349 public ConfirmationRequest(CharSequence prompt, Bundle extras) { argument
351 mExtras = extras;
467 * method takes ownership of the supplied extras Bundle.
469 public void setExtras(Bundle extras) { argument
470 mExtras = extras;
474 * Return any optional extras informatio
522 PickOptionRequest(@ullable Prompt prompt, Option[] options, @Nullable Bundle extras) argument
537 PickOptionRequest(CharSequence prompt, Option[] options, Bundle extras) argument
614 CompleteVoiceRequest(@ullable Prompt prompt, @Nullable Bundle extras) argument
626 CompleteVoiceRequest(CharSequence message, Bundle extras) argument
673 AbortVoiceRequest(@ullable Prompt prompt, @Nullable Bundle extras) argument
685 AbortVoiceRequest(CharSequence message, Bundle extras) argument
[all...]
H A DWallpaperManager.java1462 * @param extras Optional additional information for the command, or null.
1465 int x, int y, int z, Bundle extras) {
1469 windowToken, action, x, y, z, extras, false);
1464 sendWallpaperCommand(IBinder windowToken, String action, int x, int y, int z, Bundle extras) argument
/frameworks/base/core/java/android/app/job/
H A DJobInfo.java174 private final PersistableBundle extras; field in class:JobInfo
204 * Bundle of extras which are returned to your application at execution time.
207 return extras;
363 extras = in.readPersistableBundle();
387 extras = b.mExtras;
419 out.writePersistableBundle(extras);
600 * Set optional extras. This is persisted, so we only allow primitive types.
601 * @param extras Bundle containing extras you want the scheduler to hold on to for you.
603 public Builder setExtras(PersistableBundle extras) { argument
[all...]
H A DJobParameters.java44 private final PersistableBundle extras; field in class:JobParameters
53 public JobParameters(IBinder callback, int jobId, PersistableBundle extras, argument
57 this.extras = extras;
80 * @return The extras you passed in when constructing this job with
82 * never be null. If you did not set any extras this will be an empty bundle.
85 return extras;
129 extras = in.readPersistableBundle();
150 dest.writePersistableBundle(extras);
/frameworks/base/core/java/android/content/
H A DAbstractThreadedSyncAdapter.java165 Bundle extras) {
175 && extras != null
176 && extras.getBoolean(ContentResolver.SYNC_EXTRAS_INITIALIZE, false)) {
188 syncContextClient, authority, account, extras);
227 Bundle extras = new Bundle();
228 extras.putBoolean(ContentResolver.SYNC_EXTRAS_INITIALIZE, true);
229 startSync(null, authority, account, extras);
246 Account account, Bundle extras) {
251 mExtras = extras;
312 * be specified in extras, whic
164 startSync(ISyncContext syncContext, String authority, Account account, Bundle extras) argument
245 SyncThread(String name, SyncContext syncContext, String authority, Account account, Bundle extras) argument
322 onPerformSync(Account account, Bundle extras, String authority, ContentProviderClient provider, SyncResult syncResult) argument
335 onSecurityException(Account account, Bundle extras, String authority, SyncResult syncResult) argument
[all...]
H A DBroadcastReceiver.java306 public final void setResultExtras(Bundle extras) { argument
308 mResultExtras = extras;
328 public final void setResult(int code, String data, Bundle extras) { argument
332 mResultExtras = extras;
595 * Change the current result extras of this broadcast; only works with
607 * @param extras The new extra data map; may be null.
611 public final void setResultExtras(Bundle extras) { argument
613 mPendingResult.mResultExtras = extras;
625 * @return Map The current extras map.
654 * @param extras Th
659 setResult(int code, String data, Bundle extras) argument
[all...]
H A DClipDescription.java210 * {@link #setExtras(PersistableBundle)}, or null if no extras have been set.
223 public void setExtras(PersistableBundle extras) { argument
224 mExtras = new PersistableBundle(extras);
H A DContentProvider.java396 String callingPkg, String method, @Nullable String arg, @Nullable Bundle extras) {
397 Bundle.setDefusable(extras, true);
400 return ContentProvider.this.call(method, arg, extras);
1797 * @param extras provider-defined Bundle argument. May be {@code null}.
1802 @Nullable Bundle extras) {
395 call( String callingPkg, String method, @Nullable String arg, @Nullable Bundle extras) argument
1801 call(@onNull String method, @Nullable String arg, @Nullable Bundle extras) argument

Completed in 602 milliseconds

12345678