Searched refs:adapter (Results 226 - 236 of 236) sorted by relevance

12345678910

/frameworks/base/services/core/java/com/android/server/content/
H A DSyncManager.java162 * How often to periodically poll network traffic for an adapter performing a sync to determine
577 // message handler. Normally we will hold a sync adapter wake lock while it is being
579 // one sync adapter before starting the sync for the other sync adapter and we
665 // Else check if the sync adapter has opted-in or not.
794 // For each authority sync each account that matches a sync adapter.
1360 // syncAlreadyInProgress flag is set by AbstractThreadedSyncAdapter. The sync adapter
1475 * transferred to/fro by this adapter.
1481 * sync adapter. Since this grabs the wakelock you need to be sure to call
1486 * @param syncAdapterUid the UID of the application that contains the sync adapter
2160 public final IBinder adapter; field in class:SyncManager.ServiceConnectionData
2162 ServiceConnectionData(ActiveSyncContext activeSyncContext, IBinder adapter) argument
[all...]
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DPrintActivity.java258 final IBinder adapter = extras.getBinder(PrintManager.EXTRA_PRINT_DOCUMENT_ADAPTER);
259 if (adapter == null) {
278 onConnectedToPrintSpooler(adapter);
1380 // Reload mDestinationSpinnerAdapter as mArePrintServicesEnabled changed and the adapter
1596 // If the media sizes changed, we update the adapter and the spinner.
1614 // Rebuild the adapter data.
1656 // If the color modes changed, we update the adapter and the spinner.
1679 // Rebuild the adapter data.
1720 // If the duplex modes changed, we update the adapter and the spinner.
1745 // Rebuild the adapter dat
[all...]
/frameworks/support/v4/java/android/support/v4/view/
H A DViewPager.java128 * Used to track what the expected number of items in the adapter should be.
359 * Callback interface for responding to adapter changes.
363 * Called when the adapter for the given view pager has changed.
365 * @param viewPager ViewPager where the adapter change has happened
366 * @param oldAdapter the previously set adapter
367 * @param newAdapter the newly set adapter
501 * @param adapter Adapter to use
503 public void setAdapter(PagerAdapter adapter) { argument
519 mAdapter = adapter;
547 mAdapterChangeListeners.get(i).onAdapterChanged(this, oldAdapter, adapter);
[all...]
/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioService.java734 BluetoothAdapter adapter = BluetoothAdapter.getDefaultAdapter();
735 if (adapter != null) {
736 adapter.getProfileProxy(mContext, mBluetoothProfileServiceListener,
3006 BluetoothAdapter adapter = BluetoothAdapter.getDefaultAdapter();
3007 if (adapter != null) {
3008 result = adapter.getProfileProxy(mContext, mBluetoothProfileServiceListener,
/frameworks/base/core/java/com/android/internal/app/
H A DResolverActivity.java931 public void onPrepareAdapterView(AbsListView adapterView, ResolveListAdapter adapter, argument
933 final boolean useHeader = adapter.hasFilteredItem();
/frameworks/base/core/java/com/android/internal/widget/
H A DFloatingToolbar.java1353 final ArrayAdapter adapter =
1371 overflowPanel.setAdapter(adapter);
/frameworks/opt/chips/tests/src/com/android/ex/chips/
H A DChipsTest.java1037 final BaseRecipientAdapter adapter = new TestBaseRecipientAdapter(getContext(), 10,
1039 view.setAdapter(adapter);
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DSearchView.java752 * and not when using a custom adapter.
777 * You can set a custom adapter if you wish. Otherwise the default adapter is used to
782 public void setSuggestionsAdapter(CursorAdapter adapter) { argument
783 mSuggestionsAdapter = adapter;
789 * Returns the adapter used for suggestions, if any.
790 * @return the suggestions adapter
1186 // attach the suggestions adapter, if suggestions are available
/frameworks/base/services/core/java/com/android/server/
H A DInputMethodManagerService.java3254 final ImeSubtypeListAdapter adapter = new ImeSubtypeListAdapter(dialogContext,
3266 adapter.mCheckedItem = which;
3267 adapter.notifyDataSetChanged();
3278 mDialogBuilder.setSingleChoiceItems(adapter, checkedItem, choiceListener);
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWC2On1Adapter.cpp96 Callbacks(HWC2On1Adapter& adapter) : mAdapter(adapter) { argument
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 797 milliseconds

12345678910