Searched refs:extras (Results 101 - 125 of 341) sorted by relevance

1234567891011>>

/frameworks/base/core/tests/hosttests/test-apps/ExternalSharedPermsDiffKey/src/com/android/framework/externalsharedpermsdiffkeytestapp/
H A DExternalSharedPermsDiffKeyTest.java43 public void onStatusChanged(String provider, int status, Bundle extras) {}
/frameworks/base/media/java/android/media/
H A DMediaDescription.java112 CharSequence description, Bitmap icon, Uri iconUri, Bundle extras, Uri mediaUri) {
119 mExtras = extras;
188 * Returns any extras that were added to the description.
190 * @return A bundle of extras or null.
329 * Sets a bundle of extras.
331 * @param extras The extras to include with this description or null.
334 public Builder setExtras(@Nullable Bundle extras) { argument
335 mExtras = extras;
111 MediaDescription(String mediaId, CharSequence title, CharSequence subtitle, CharSequence description, Bitmap icon, Uri iconUri, Bundle extras, Uri mediaUri) argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DForegroundServiceControllerImpl.java94 final Bundle extras = sbn.getNotification().extras;
95 if (extras != null) {
96 final String[] svcs = extras.getStringArray(Notification.EXTRA_FOREGROUND_APPS);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DHybridGroupManager.java120 CharSequence contentText = notification.extras.getCharSequence(Notification.EXTRA_TEXT);
122 contentText = notification.extras.getCharSequence(Notification.EXTRA_BIG_TEXT);
128 CharSequence titleText = notification.extras.getCharSequence(Notification.EXTRA_TITLE);
130 titleText = notification.extras.getCharSequence(Notification.EXTRA_TITLE_BIG);
/frameworks/base/services/core/java/com/android/server/am/
H A DAppTimeTracker.java82 Bundle extras = new Bundle();
83 extras.putLong(ActivityOptions.EXTRA_USAGE_TIME_REPORT, mTotalTime);
88 extras.putBundle(ActivityOptions.EXTRA_USAGE_TIME_REPORT_PACKAGES, pkgs);
90 fillinIntent.putExtras(extras);
/frameworks/base/telecomm/java/android/telecom/
H A DInCallAdapter.java273 * @param extras Extras associated with the event.
275 public void sendCallEvent(String callId, String event, Bundle extras) { argument
277 mAdapter.sendCallEvent(callId, event, extras);
283 * Intructs Telecom to add extras to a call.
285 * @param callId The callId to add the extras to.
286 * @param extras The extras.
288 public void putExtras(String callId, Bundle extras) { argument
290 mAdapter.putExtras(callId, extras);
298 * @param callId The callId to add the extras t
[all...]
H A DParcelableConference.java55 Bundle extras) {
66 mExtras = extras;
145 Bundle extras = source.readBundle(classLoader);
150 extras);
45 ParcelableConference( PhoneAccountHandle phoneAccount, int state, int connectionCapabilities, int connectionProperties, List<String> connectionIds, IVideoProvider videoProvider, int videoState, long connectTimeMillis, StatusHints statusHints, Bundle extras) argument
H A DParcelableConnection.java75 Bundle extras,
80 statusHints, disconnectCause, conferenceableConnectionIds, extras);
103 Bundle extras) {
121 mExtras = extras;
224 .append(", extras:")
254 Bundle extras = Bundle.setDefusable(source.readBundle(classLoader), true);
277 extras,
57 ParcelableConnection( PhoneAccountHandle phoneAccount, int state, int capabilities, int properties, int supportedAudioRoutes, Uri address, int addressPresentation, String callerDisplayName, int callerDisplayNamePresentation, IVideoProvider videoProvider, int videoState, boolean ringbackRequested, boolean isVoipAudioMode, long connectTimeMillis, StatusHints statusHints, DisconnectCause disconnectCause, List<String> conferenceableConnectionIds, Bundle extras, String parentCallId) argument
85 ParcelableConnection( PhoneAccountHandle phoneAccount, int state, int capabilities, int properties, int supportedAudioRoutes, Uri address, int addressPresentation, String callerDisplayName, int callerDisplayNamePresentation, IVideoProvider videoProvider, int videoState, boolean ringbackRequested, boolean isVoipAudioMode, long connectTimeMillis, StatusHints statusHints, DisconnectCause disconnectCause, List<String> conferenceableConnectionIds, Bundle extras) argument
/frameworks/base/core/java/android/database/
H A DBulkCursorToCursorAdaptor.java177 public Bundle respond(Bundle extras) { argument
181 return mBulkCursor.respond(extras);
H A DBulkCursorNative.java110 Bundle extras = getExtras();
112 reply.writeBundle(extras);
118 Bundle extras = data.readBundle();
119 Bundle returnExtras = respond(extras);
265 public Bundle respond(Bundle extras) throws RemoteException { argument
270 data.writeBundle(extras);
/frameworks/base/core/java/android/nfc/tech/
H A DMifareUltralight.java112 Bundle extras = tag.getTechExtras(TagTechnology.MIFARE_ULTRALIGHT);
113 if (extras.getBoolean(EXTRA_IS_UL_C)) {
/frameworks/base/nfc-extras/java/com/android/nfc_extras/
H A DNfcExecutionEnvironment.java122 NfcExecutionEnvironment(NfcAdapterExtras extras) { argument
123 mExtras = extras;
/frameworks/base/services/core/java/com/android/server/location/
H A DPassiveProvider.java81 public int getStatus(Bundle extras) { argument
111 public boolean sendExtraCommand(String command, Bundle extras) { argument
/frameworks/base/telecomm/java/com/android/internal/telecom/
H A DIInCallService.aidl52 void onConnectionEvent(String callId, String event, in Bundle extras);
H A DITelecomService.aidl236 void addNewIncomingCall(in PhoneAccountHandle phoneAccount, in Bundle extras);
241 void addNewUnknownCall(in PhoneAccountHandle phoneAccount, in Bundle extras);
246 void placeCall(in Uri handle, in Bundle extras, String callingPackage);
/frameworks/base/tests/utils/testutils/java/com/android/internal/util/test/
H A DFakeSettingsProvider.java93 public Bundle call(String method, String arg, Bundle extras) { argument
113 value = extras.getString(Settings.NameValueTable.VALUE, null);
/frameworks/support/v7/mediarouter/src/android/support/v7/media/
H A DMediaSessionStatus.java49 static final String KEY_EXTRAS = "extras";
119 * Gets a bundle of extras for this status object.
120 * The extras will be ignored by the media router but they may be used
136 result.append(", extras=").append(getExtras());
228 * Sets a bundle of extras for this status object.
229 * The extras will be ignored by the media router but they may be used
232 public Builder setExtras(Bundle extras) { argument
233 mBundle.putBundle(KEY_EXTRAS, extras);
/frameworks/base/packages/StatementService/src/com/android/statementservice/
H A DIntentFilterVerificationReceiver.java94 Bundle extras = new Bundle();
95 extras.putString(DirectStatementService.EXTRA_RELATION, HANDLE_ALL_URLS_RELATION);
116 extras.putStringArrayList(DirectStatementService.EXTRA_SOURCE_ASSET_DESCRIPTORS,
124 extras.putString(DirectStatementService.EXTRA_TARGET_ASSET_DESCRIPTOR,
131 extras.putParcelable(DirectStatementService.EXTRA_RESULT_RECEIVER,
138 serviceIntent.putExtras(extras);
/frameworks/support/customtabs/src/android/support/customtabs/
H A DCustomTabsClient.java192 public void onNavigationEvent(final int navigationEvent, final Bundle extras) {
197 callback.onNavigationEvent(navigationEvent, extras);
215 public void onMessageChannelReady(final Bundle extras)
221 callback.onMessageChannelReady(extras);
227 public void onPostMessage(final String message, final Bundle extras)
233 callback.onPostMessage(message, extras);
/frameworks/support/media-compat/java/android/support/v4/media/
H A DMediaBrowserServiceCompat.java613 * @param extras A bundle that contains extra data.
615 public void sendProgressUpdate(Bundle extras) { argument
620 checkExtraFields(extras);
622 onProgressUpdateSent(extras);
629 * @param extras A bundle that contains extra data.
631 public void sendError(Bundle extras) { argument
637 onErrorSent(extras);
682 void onProgressUpdateSent(Bundle extras) { argument
691 void onErrorSent(Bundle extras) { argument
696 private void checkExtraFields(Bundle extras) { argument
871 search(final String query, final Bundle extras, final ResultReceiver receiver, final ServiceCallbacks callbacks) argument
892 sendCustomAction(final String action, final Bundle extras, final ResultReceiver receiver, final ServiceCallbacks callbacks) argument
917 onConnect(String root, MediaSessionCompat.Token session, Bundle extras) argument
937 onConnect(String root, MediaSessionCompat.Token session, Bundle extras) argument
1125 onSearch(@onNull String query, Bundle extras, @NonNull Result<List<MediaBrowserCompat.MediaItem>> result) argument
1150 onCustomAction(@onNull String action, Bundle extras, @NonNull Result<Bundle> result) argument
1394 performSearch(final String query, Bundle extras, ConnectionRecord connection, final ResultReceiver receiver) argument
1422 performCustomAction(final String action, Bundle extras, ConnectionRecord connection, final ResultReceiver receiver) argument
1541 BrowserRoot(@onNull String rootId, @Nullable Bundle extras) argument
[all...]
/frameworks/base/services/core/java/com/android/server/media/
H A DMediaSessionRecord.java848 public void setExtras(Bundle extras) { argument
850 mExtras = extras == null ? null : new Bundle(extras);
958 public void prepareFromMediaId(String mediaId, Bundle extras) { argument
960 mCb.onPrepareFromMediaId(mediaId, extras);
966 public void prepareFromSearch(String query, Bundle extras) { argument
968 mCb.onPrepareFromSearch(query, extras);
974 public void prepareFromUri(Uri uri, Bundle extras) { argument
976 mCb.onPrepareFromUri(uri, extras);
990 public void playFromMediaId(String mediaId, Bundle extras) { argument
998 playFromSearch(String query, Bundle extras) argument
1006 playFromUri(Uri uri, Bundle extras) argument
1225 prepareFromMediaId(String mediaId, Bundle extras) argument
1232 prepareFromSearch(String query, Bundle extras) argument
1238 prepareFromUri(Uri uri, Bundle extras) argument
1250 playFromMediaId(String mediaId, Bundle extras) argument
1256 playFromSearch(String query, Bundle extras) argument
1262 playFromUri(Uri uri, Bundle extras) argument
[all...]
/frameworks/base/core/java/android/app/job/
H A DJobInfo.java241 private final PersistableBundle extras; field in class:JobInfo
273 * Bundle of extras which are returned to your application at execution time.
276 return extras;
280 * Bundle of transient extras which are returned to your application at execution time,
484 if (!kindofEqualsBundle(extras, j.extras)) {
559 if (extras != null) {
560 hashCode = 31 * hashCode + extras.hashCode();
596 extras = in.readPersistableBundle();
627 extras
860 setExtras(@onNull PersistableBundle extras) argument
874 setTransientExtras(@onNull Bundle extras) argument
[all...]
/frameworks/base/core/java/android/content/
H A DContentResolver.java268 * reflected in {@link Cursor} extras {@link Bundle} under {@link #EXTRA_HONORED_ARGS}.
286 * reflected in {@link Cursor} extras {@link Bundle} under {@link #EXTRA_HONORED_ARGS}.
308 * reflected in {@link Cursor} extras {@link Bundle} under {@link #EXTRA_HONORED_ARGS}.
325 * honored by the provider. Include this in {@link Cursor} extras {@link Bundle}
371 * Added to {@link Cursor} extras {@link Bundle} to indicate total row count of
718 * in the {@link Cursor} extras {@link Bundle}. See {@link #EXTRA_HONORED_ARGS}
1693 * @param extras provider-defined Bundle argument. May be null.
1700 @Nullable String arg, @Nullable Bundle extras) {
1708 final Bundle res = provider.call(mPackageName, method, arg, extras);
2147 * types may be used in the extras bundl
1699 call(@onNull Uri uri, @NonNull String method, @Nullable String arg, @Nullable Bundle extras) argument
2165 startSync(Uri uri, Bundle extras) argument
2197 requestSync(Account account, String authority, Bundle extras) argument
2205 requestSyncAsUser(Account account, String authority, @UserIdInt int userId, Bundle extras) argument
2249 validateSyncExtrasBundle(Bundle extras) argument
2436 addPeriodicSync(Account account, String authority, Bundle extras, long pollFrequency) argument
2463 invalidPeriodicExtras(Bundle extras) argument
2486 removePeriodicSync(Account account, String authority, Bundle extras) argument
[all...]
/frameworks/base/services/core/java/com/android/server/pm/
H A DShortcutRequestPinProcessor.java112 Intent extras = null;
116 extras = new Intent().putExtras(options);
130 mProcessor.sendResultIntent(mResultIntent, extras);
151 AppWidgetProviderInfo appWidgetProviderInfo, Bundle extras) {
155 mExtras = extras;
230 Bundle extras, int userId, IntentSender resultIntent) {
261 extras),
430 public void sendResultIntent(@Nullable IntentSender intent, @Nullable Intent extras) { argument
434 mService.injectSendIntentSender(intent, extras);
149 PinAppWidgetRequestInner(ShortcutRequestPinProcessor processor, IntentSender resultIntent, int launcherUid, AppWidgetProviderInfo appWidgetProviderInfo, Bundle extras) argument
229 requestPinItemLocked(ShortcutInfo inShortcut, AppWidgetProviderInfo inAppWidget, Bundle extras, int userId, IntentSender resultIntent) argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DConnection.java99 public void onExtrasChanged(Bundle extras); argument
103 public void onConnectionEvent(String event, Bundle extras); argument
130 public void onExtrasChanged(Bundle extras) {} argument
138 public void onConnectionEvent(String event, Bundle extras) {} argument
806 * Notifies listeners that connection extras has changed.
807 * @param extras New connection extras. This Bundle will be cloned to ensure that any concurrent
808 * modifications to the extras Bundle do not affect Bundle operations in the onExtrasChanged
811 public void setConnectionExtras(Bundle extras) { argument
812 if (extras !
987 onConnectionEvent(String event, Bundle extras) argument
[all...]

Completed in 778 milliseconds

1234567891011>>