HomeSort by relevance Sort by last modified time
    Searched full:adapter (Results 1201 - 1225 of 2956) sorted by null

<<41424344454647484950>>

  /system/bt/service/
low_energy_client.cpp 21 #include "service/adapter.h"
306 Adapter& adapter, const UUID& uuid, int client_id)
307 : adapter_(adapter),
416 // Cannot start a scan if the adapter is not enabled.
830 LowEnergyClientFactory::LowEnergyClientFactory(Adapter& adapter)
831 : adapter_(adapter) {
  /tools/test/connectivity/acts/tests/google/ble/scan/
BleBackgroundScanTest.py 87 2. Enable LE on the Bluetooth Adapter on dut0
146 2. Enable LE on the Bluetooth Adapter on dut0
  /frameworks/base/core/java/android/widget/
FastScroller.java 192 private Adapter mListAdapter;
956 Adapter adapter = mList.getAdapter(); local
    [all...]
CursorTreeAdapter.java 31 * An adapter that exposes data from a series of {@link Cursor}s to an
58 * Constructor. The adapter will call {@link Cursor#requery()} on the cursor whenever
72 * @param autoRequery If true the adapter will call {@link Cursor#requery()}
123 * will handle this for you. In some situations, the adapter will deactivate
398 * <li> ID from the Cursor for use in adapter IDs
  /hardware/qcom/gps/msmcobalt/loc_api/libloc_api_50001/
loc.cpp 336 loc_afw_data.adapter->mSupportsAgpsRequests = !loc_afw_data.adapter->hasAgpsExtendedCapabilities();
337 loc_afw_data.adapter->mSupportsPositionInjection = !loc_afw_data.adapter->hasCPIExtendedCapabilities();
338 loc_afw_data.adapter->mSupportsTimeInjection = !loc_afw_data.adapter->hasCPIExtendedCapabilities()
339 && !loc_afw_data.adapter->hasNativeXtraClient();
340 loc_afw_data.adapter->setGpsLockMsg(0);
341 loc_afw_data.adapter->requestUlp(ContextBase::getCarrierCapabilities());
342 loc_afw_data.adapter->setXtraUserAgent()
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/app/
LoaderCustom.java 405 // This is the Adapter being used to display the list's data.
424 // Create an empty adapter we will use to display the loaded data.
465 // is a simple array adapter, we can just have it do the filtering.
496 // Set the new data in the adapter.
508 // Clear the data in the adapter.
  /development/samples/ApiDemos/src/com/example/android/apis/view/
_index.html 159 <dd>Demonstrates another custom list adapter with that returns expandible items. </dd>
162 <dd> Demonstrates a list adapter where data comes from a Cursor object. </dd>
179 <dt><a href="List13.html">13. Slow Adapter</a></dt>
182 <dt><a href="List14.html">14. Efficient Adapter</a></dt>
242 <dd>Demonstrates using the ImageSwitcher widget with a custom Adapter.</dd>
  /development/samples/devbytes/animation/ListViewDraggingAnimation/src/com/example/android/listviewdragginganimation/
DynamicListView.java 203 StableArrayAdapter adapter = ((StableArrayAdapter)getAdapter()); local
204 mAboveItemId = adapter.getItemId(position - 1);
205 mBelowItemId = adapter.getItemId(position + 1);
211 StableArrayAdapter adapter = ((StableArrayAdapter)getAdapter()); local
215 long id = adapter.getItemId(position);
  /external/autotest/client/cros/bluetooth/
bluetooth_tester_xmlrpc_server.py 99 # Before beginning, force the adapter power off, even if it's already
103 logging.warning('Failed to power off adapter to accept settings')
132 # powering on the adapter, and would be rejected otherwise.
187 # Now the settings have been set, power up the adapter.
265 """Read the adapter information from the Kernel.
  /external/opencv3/modules/java/generator/src/java/
android+CameraBridgeViewBase.java 269 CvCameraViewListenerAdapter adapter = new CvCameraViewListenerAdapter(listener); local
270 adapter.setFrameFormat(mPreviewFormat);
271 mListener = adapter;
292 CvCameraViewListenerAdapter adapter = (CvCameraViewListenerAdapter) mListener; local
293 adapter.setFrameFormat(mPreviewFormat);
  /external/wpa_supplicant_8/src/drivers/
ndis_events.c 343 "update adapter description since it may "
344 "have changed with new adapter instance");
350 "indication for foreign adapter: "
497 * Try to get adapter descriptor through WMI CIMv2 Win32_NetworkAdapter
764 wpa_printf(MSG_DEBUG, "ndis_events: use adapter descriptor '%S'",
  /external/wpa_supplicant_8/wpa_supplicant/
README-Windows.txt 139 adapter description can be used as the interface name which may be
148 description: Generic NdisWan adapter
151 description: Atheros Wireless Network Adapter (Microsoft's Packet Scheduler)
259 (adapter to confname mapping). Each such mapping is a subkey that has
260 'adapter', 'config', and 'ctrl_interface' values.
  /frameworks/base/core/java/android/nfc/
NfcAdapter.java 47 * Represents the local NFC adapter.
50 * adapter for this Android device.
181 * Broadcast Action: The state of the local NFC adapter has been
508 NfcAdapter adapter = sNfcAdapters.get(context); local
509 if (adapter == null) {
510 adapter = new NfcAdapter(context);
511 sNfcAdapters.put(context, adapter);
513 return adapter;
527 * Helper to get the default NFC Adapter.
529 * Most Android devices will only have one NFC Adapter (NFC Controller)
    [all...]
  /frameworks/base/docs/html/reference/android/support/wearable/view/
GridPagerAdapter.html 320 In addition to content views, this adapter is also queried for backgrounds to be displayed for
797 <p>This method should be called by the application if the data backing this adapter has changed
881 <p>Register an observer to receive callbacks related to the adapter's data changing.
908 <p>Restores the previously saved state of this adapter.
935 <p>Saves the current state of this adapter.
962 <p>Called to inform the adapter of which column is now current for the given row.
1016 <p>Unregister an observer from callbacks related to the adapter's data changing.
1572 <p>Removes a page for the given position. The adapter is responsible for removing the view from
1632 The containing View which is displaying this adapter's page views
1840 <code><a href="/reference/android/support/wearable/view/GridPagerAdapter.html#POSITION_NONE">POSITION_NONE</a></code> if the item is no longer present in the adapter
    [all...]
  /frameworks/base/docs/html-intl/intl/es/training/material/
lists-cards.jd 53 android.support.v7.widget.RecyclerView.Adapter RecyclerView.Adapter}. Los detalles
112 private RecyclerView.Adapter mAdapter;
129 // specify an adapter (see also next example)
143 public class MyAdapter extends RecyclerView.Adapter&lt;MyAdapter.ViewHolder> {
  /frameworks/base/docs/html-intl/intl/id/training/material/
lists-cards.jd 53 android.support.v7.widget.RecyclerView.Adapter RecyclerView.Adapter}. Detail
112 private RecyclerView.Adapter mAdapter;
129 // specify an adapter (see also next example)
143 public class MyAdapter extends RecyclerView.Adapter&lt;MyAdapter.ViewHolder> {
  /frameworks/base/docs/html-intl/intl/in/training/material/
lists-cards.jd 53 android.support.v7.widget.RecyclerView.Adapter RecyclerView.Adapter}. Detail
112 private RecyclerView.Adapter mAdapter;
129 // specify an adapter (see also next example)
143 public class MyAdapter extends RecyclerView.Adapter&lt;MyAdapter.ViewHolder> {
  /frameworks/base/docs/html-intl/intl/pt-br/training/material/
lists-cards.jd 53 android.support.v7.widget.RecyclerView.Adapter RecyclerView.Adapter}. Os detalhes
112 private RecyclerView.Adapter mAdapter;
129 // specify an adapter (see also next example)
143 public class MyAdapter extends RecyclerView.Adapter&lt;MyAdapter.ViewHolder> {
  /frameworks/base/docs/html-intl/intl/vi/training/material/
lists-cards.jd 53 android.support.v7.widget.RecyclerView.Adapter RecyclerView.Adapter}. Chi ti?t
112 private RecyclerView.Adapter mAdapter;
129 // specify an adapter (see also next example)
143 public class MyAdapter extends RecyclerView.Adapter&lt;MyAdapter.ViewHolder> {
  /frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/app/
LoaderCustomSupport.java 406 // This is the Adapter being used to display the list's data.
422 // Create an empty adapter we will use to display the loaded data.
447 // is a simple array adapter, we can just have it do the filtering.
484 // Set the new data in the adapter.
496 // Clear the data in the adapter.
  /frameworks/support/v7/recyclerview/src/android/support/v7/widget/
SimpleItemAnimator.java 5 import android.support.v7.widget.RecyclerView.Adapter;
55 * @see Adapter#notifyItemChanged(int)
56 * @see Adapter#notifyItemRangeChanged(int, int)
225 * {@link Adapter#notifyItemChanged(int)} or
226 * {@link Adapter#notifyItemRangeChanged(int, int)}.
  /packages/apps/DeskClock/src/com/android/deskclock/worldclock/
CitySelectionActivity.java 79 /** The adapter that presents all of the selected and unselected cities. */
132 // Recompute the contents of the adapter before displaying on screen.
174 * This adapter presents data in 2 possible modes. If selected cities exist the format is:
231 /** The number of user selections at the top of the adapter to avoid indexing. */
594 // Honor the new sort order in the adapter.
  /packages/apps/Stk/src/com/android/stk/
StkMenuActivity.java 417 // Bind list adapter to the items list.
436 // create an array adapter for the menu list
437 StkMenuAdapter adapter = new StkMenuAdapter(this, local
439 // Bind menu list to the new adapter.
440 setListAdapter(adapter);
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationContainer.java 157 * of all views (on data set or adapter change), we can at least recycle them into the typed
171 * The adapter index of the lowest overlay item that is above the top of the screen and reports
293 * Re-bind any existing views that correspond to the given adapter positions.
311 * Return an overlay view for the given adapter item, or null if no matching view is currently
485 // starting with the last spacer bottom and the last adapter item, position adapter views
535 // advance to the next spacer, but stay on this adapter item
    [all...]
  /hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/
loc.cpp 313 loc_afw_data.adapter->mSupportsAgpsRequests = !loc_afw_data.adapter->hasAgpsExtendedCapabilities();
314 loc_afw_data.adapter->mSupportsPositionInjection = !loc_afw_data.adapter->hasCPIExtendedCapabilities();
315 loc_afw_data.adapter->mSupportsTimeInjection = !loc_afw_data.adapter->hasCPIExtendedCapabilities();
316 loc_afw_data.adapter->setGpsLockMsg(0);
317 loc_afw_data.adapter->requestUlp(getCarrierCapabilities());
318 loc_afw_data.adapter->setXtraUserAgent();
325 loc_afw_data.adapter->setPowerVoteRight(loc_get_target() == TARGET_QCA1530)
    [all...]

Completed in 803 milliseconds

<<41424344454647484950>>