Searched refs:extras (Results 201 - 225 of 341) sorted by relevance

1234567891011>>

/frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
H A DDocumentLoader.java295 final Bundle extras = new Bundle();
298 extras.putBoolean(DocumentsContract.EXTRA_LOADING, true);
305 cursor.setExtras(extras);
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
H A DWifiConfigStoreLegacyTest.java103 // Network ID is used for lookup network extras, so use an unique ID for passpoint network.
269 Map<String, String> extras = new HashMap<>();
270 extras.put(SupplicantStaNetworkHal.ID_STRING_KEY_FQDN, fqdn);
271 return extras;
H A DSupplicantStaIfaceHalTest.java252 SparseArray<Map<String, String>> extras = new SparseArray<>();
253 assertTrue(mDut.loadNetworks(configs, extras));
256 assertEquals(3, extras.size());
318 SparseArray<Map<String, String>> extras = new SparseArray<>();
319 assertTrue(mDut.loadNetworks(configs, extras));
322 assertEquals(2, extras.size());
357 SparseArray<Map<String, String>> extras = new SparseArray<>();
358 assertFalse(mDut.loadNetworks(configs, extras));
382 SparseArray<Map<String, String>> extras = new SparseArray<>();
383 assertFalse(mDut.loadNetworks(configs, extras));
[all...]
/frameworks/support/compat/api20/android/support/v4/app/
H A DNotificationCompatApi20.java54 ArrayList<String> people, Bundle extras, String groupKey, boolean groupSummary,
88 if (extras != null) {
89 mExtras.putAll(extras);
48 Builder(Context context, Notification n, CharSequence contentTitle, CharSequence contentText, CharSequence contentInfo, RemoteViews tickerView, int number, PendingIntent contentIntent, PendingIntent fullScreenIntent, Bitmap largeIcon, int progressMax, int progress, boolean progressIndeterminate, boolean showWhen, boolean useChronometer, int priority, CharSequence subText, boolean localOnly, ArrayList<String> people, Bundle extras, String groupKey, boolean groupSummary, String sortKey, RemoteViews contentView, RemoteViews bigContentView, int groupAlertBehavior) argument
H A DRemoteInputCompatApi20.java77 Bundle extras = clipDataIntent.getExtras();
78 for (String key : extras.keySet()) {
/frameworks/support/compat/api21/android/support/v4/app/
H A DNotificationCompatApi21.java79 String category, ArrayList<String> people, Bundle extras, int color,
118 if (extras != null) {
119 mExtras.putAll(extras);
73 Builder(Context context, Notification n, CharSequence contentTitle, CharSequence contentText, CharSequence contentInfo, RemoteViews tickerView, int number, PendingIntent contentIntent, PendingIntent fullScreenIntent, Bitmap largeIcon, int progressMax, int progress, boolean progressIndeterminate, boolean showWhen, boolean useChronometer, int priority, CharSequence subText, boolean localOnly, String category, ArrayList<String> people, Bundle extras, int color, int visibility, Notification publicVersion, String groupKey, boolean groupSummary, String sortKey, RemoteViews contentView, RemoteViews bigContentView, RemoteViews headsUpContentView, int groupAlertBehavior) argument
/frameworks/base/core/java/android/accounts/
H A DIAccountManager.aidl47 boolean addAccountExplicitly(in Account account, String password, in Bundle extras);
115 boolean addAccountExplicitlyWithVisibility(in Account account, String password, in Bundle extras,
/frameworks/base/core/java/android/nfc/cardemulation/
H A DHostApduService.java387 * @param extras A bundle containing extra data. May be null.
391 public abstract byte[] processCommandApdu(byte[] commandApdu, Bundle extras); argument
H A DHostNfcFService.java265 * @param extras A bundle containing extra data. May be null.
269 public abstract byte[] processNfcFPacket(byte[] commandPacket, Bundle extras); argument
/frameworks/base/core/java/com/android/internal/view/
H A DBaseIWindow.java110 int z, Bundle extras, boolean sync) {
109 dispatchWallpaperCommand(String action, int x, int y, int z, Bundle extras, boolean sync) argument
/frameworks/base/location/java/android/location/
H A DLocationManager.java96 * <p> The extras Bundle for the GPS location provider can contain the
258 public void onStatusChanged(String provider, int status, Bundle extras) { argument
264 if (extras != null) {
265 b.putBundle("extras", extras);
297 Bundle extras = b.getBundle("extras");
298 mListener.onStatusChanged(provider, status, extras);
844 * in the intent's extras.</p>
1359 * @param extras
1367 setTestProviderStatus(String provider, int status, Bundle extras, long updateTime) argument
2074 sendExtraCommand(String provider, String command, Bundle extras) argument
[all...]
/frameworks/base/packages/FusedLocation/src/com/android/location/fused/
H A DFusedLocationProvider.java127 public int onGetStatus(Bundle extras) { argument
/frameworks/base/telecomm/java/android/telecom/
H A DConnectionServiceAdapter.java430 * Adds some extras associated with a {@code Connection}.
433 * @param extras The extras to add.
435 void putExtras(String callId, Bundle extras) { argument
439 adapter.putExtras(callId, extras, Log.getExternalSession());
503 * Removes extras associated with a {@code Connection}.
539 * @param extras Extras associated with the event.
541 void onConnectionEvent(String callId, String event, Bundle extras) { argument
545 adapter.onConnectionEvent(callId, event, extras, Log.getExternalSession());
H A DPhoneAccount.java45 * {@link PhoneAccount} extras key (see {@link PhoneAccount#getExtras()}) which determines the
57 * {@link PhoneAccount} extras key (see {@link PhoneAccount#getExtras()}) which determines the
420 * Specifies the extras associated with the {@link PhoneAccount}.
425 * @param extras
428 public Builder setExtras(Bundle extras) { argument
429 mExtras = extras;
516 Bundle extras,
529 mExtras = extras;
642 * The extras associated with this {@code PhoneAccount}.
645 * {@link PhoneAccount} via the extras
506 PhoneAccount( PhoneAccountHandle account, Uri address, Uri subscriptionAddress, int capabilities, Icon icon, int highlightColor, CharSequence label, CharSequence shortDescription, List<String> supportedUriSchemes, Bundle extras, int supportedAudioRoutes, boolean isEnabled, String groupId) argument
[all...]
H A DPhone.java203 final void internalOnConnectionEvent(String telecomId, String event, Bundle extras) { argument
206 call.internalOnConnectionEvent(event, extras);
/frameworks/base/core/java/android/content/
H A DClipDescription.java251 * {@link #setExtras(PersistableBundle)}, or null if no extras have been set.
264 public void setExtras(PersistableBundle extras) { argument
265 mExtras = new PersistableBundle(extras);
H A DIntentSender.java94 * @param resultExtras The final extras collected by a broadcast.
115 Bundle extras, boolean serialized, boolean sticky, int sendingUser) {
119 mResultExtras = extras;
114 performReceive(Intent intent, int resultCode, String data, Bundle extras, boolean serialized, boolean sticky, int sendingUser) argument
/frameworks/base/core/java/android/content/res/
H A DAssetFileDescriptor.java70 * @param extras additional details that can be used to interpret the
74 long length, Bundle extras) {
85 mExtras = extras;
73 AssetFileDescriptor(ParcelFileDescriptor fd, long startOffset, long length, Bundle extras) argument
/frameworks/base/packages/CarrierDefaultApp/src/com/android/carrierdefaultapp/
H A DCarrierActionUtils.java152 final Bundle extras = Bundle.forPair(Notification.EXTRA_SUBSTITUTE_APP_NAME,
169 .setExtras(extras)
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
H A DStorageNotification.java65 public Bundle extras; field in class:StorageNotification.MoveInfo
129 public void onCreated(int moveId, Bundle extras) {
132 move.extras = extras;
133 if (extras != null) {
134 move.packageName = extras.getString(Intent.EXTRA_PACKAGE_NAME);
135 move.label = extras.getString(Intent.EXTRA_TITLE);
136 move.volumeUuid = extras.getString(VolumeRecord.EXTRA_FS_UUID);
/frameworks/base/services/core/java/com/android/server/wm/
H A DWallpaperWindowToken.java63 String action, int x, int y, int z, Bundle extras, boolean sync) {
67 wallpaper.mClient.dispatchWallpaperCommand(action, x, y, z, extras, sync);
62 sendWindowWallpaperCommand( String action, int x, int y, int z, Bundle extras, boolean sync) argument
/frameworks/base/tests/appwidgets/AppWidgetHostTest/src/com/android/tests/appwidgethost/
H A DAppWidgetHostActivity.java101 Bundle extras = intent.getExtras();
102 int appWidgetId = extras.getInt(AppWidgetManager.EXTRA_APPWIDGET_ID);
/frameworks/support/compat/api24/android/support/v4/app/
H A DNotificationCompatApi24.java53 String category, ArrayList<String> people, Bundle extras, int color,
85 .setExtras(extras)
47 Builder(Context context, Notification n, CharSequence contentTitle, CharSequence contentText, CharSequence contentInfo, RemoteViews tickerView, int number, PendingIntent contentIntent, PendingIntent fullScreenIntent, Bitmap largeIcon, int progressMax, int progress, boolean progressIndeterminate, boolean showWhen, boolean useChronometer, int priority, CharSequence subText, boolean localOnly, String category, ArrayList<String> people, Bundle extras, int color, int visibility, Notification publicVersion, String groupKey, boolean groupSummary, String sortKey, CharSequence[] remoteInputHistory, RemoteViews contentView, RemoteViews bigContentView, RemoteViews headsUpContentView, int groupAlertBehavior) argument
/frameworks/support/compat/jellybean/android/support/v4/app/
H A DRemoteInputCompatJellybean.java48 private static final String KEY_EXTRAS = "extras";
124 Bundle extras = clipDataIntent.getExtras();
125 for (String key : extras.keySet()) {
/frameworks/base/core/java/android/widget/
H A DSuggestionsAdapter.java234 Bundle extras = cursor != null ? cursor.getExtras() : null;
237 + (extras != null
238 ? extras.getBoolean(SearchManager.CURSOR_EXTRA_KEY_IN_PROGRESS)
242 if (extras != null
243 && extras.getBoolean(SearchManager.CURSOR_EXTRA_KEY_IN_PROGRESS)) {

Completed in 918 milliseconds

1234567891011>>