HomeSort by relevance Sort by last modified time
    Searched full:adapter (Results 1026 - 1050 of 3250) sorted by null

<<41424344454647484950>>

  /frameworks/support/core-ui/java/android/support/v4/widget/
CursorAdapter.java 100 * If set the adapter will call requery() on the cursor whenever a content change
112 * If set the adapter will register a content observer on the cursor and will call
114 * using this flag: you will need to unset the current Cursor from the adapter
145 * @param autoRequery If true the adapter will call requery() on the
158 * @param flags Flags used to determine the behavior of the adapter; may
391 * by the filter attached to this adapter.
449 * this adapter.
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
dhdu_linux.c 185 /* Search if dhd adapter or wl adapter is present
187 * The reason for checking wl adapter is that we can still send remote dhd commands over
273 /* Verify the wl adapter found.
275 * The reason for checking wl adapter is that we can still send remote dhd commands over
302 /* Search and verify the request type of adapter (wl or dhd)
512 fprintf(stderr, "%s: wl driver adapter not found\n", av0);
  /device/linaro/bootloader/edk2/OptionRomPkg/Bus/Usb/UsbNetworking/Ax88772/
SimpleNetwork.c 208 Resets the network adapter and allocates the transmit and receive buffers
250 // Start the adapter
374 Attempt to receive a packet from the network adapter.
388 empty the network adapter of receive packets.
576 state in the network adapter.
683 // Update the receive filters in the adapter
698 Reset the network adapter.
700 Resets a network adapter and reinitializes it with the parameters that
706 This routine calls ::Ax88772Reset to perform the adapter specific
782 // Update the receive filters in the adapter
    [all...]
  /development/samples/RSSReader/src/com/example/android/rssreader/
RssReader.java 59 * <li>The adapter feeds data to the ListView
60 * <li>Override of getView() in the adapter provides the display view
75 * Custom list adapter that fits our rss data into the list.
479 * @param adapter adapter for ui events
481 void parseRSS(InputStream in, RSSListAdapter adapter) throws IOException,
535 public RSSHandler(RSSListAdapter adapter) {
536 mAdapter = adapter;
591 public void parseRSS2(InputStream in, RSSListAdapter adapter) throws IOException {
593 DefaultHandler handler = new RSSHandler(adapter);
    [all...]
  /packages/apps/Settings/src/com/android/settings/
SettingsPreferenceFragment.java 91 private RecyclerView.Adapter mCurrentRootAdapter;
357 RecyclerView.Adapter adapter = listView.getAdapter(); local
359 if (adapter != null && adapter instanceof PreferenceGroupAdapter) {
360 return findListPositionFromKey((PreferenceGroupAdapter) adapter, key);
373 protected RecyclerView.Adapter onCreateAdapter(PreferenceScreen preferenceScreen) {
420 private int findListPositionFromKey(PreferenceGroupAdapter adapter, String key) {
421 final int count = adapter.getItemCount();
423 final Preference preference = adapter.getItem(n)
    [all...]
  /external/cros/system_api/dbus/
service_constants.h 226 // Bluetooth Adapter service identifiers.
230 // Bluetooth Adapter methods.
238 // Bluetooth Adapter properties.
252 // Bluetooth Adapter errors.
260 // Bluetooth Adapter parameters supplied to SetDiscoveryFilter request.
339 const char kAdapterProperty[] = "Adapter";
663 // NFC Adapter service identifiers.
665 const char kNfcAdapterInterface[] = "org.neard.Adapter";
667 // NFC Adapter methods.
673 // NFC Adapter signals
    [all...]
  /packages/apps/DocumentsUI/src/com/android/documentsui/selection/
BandController.java 78 DocumentsAdapter adapter,
82 this(new RuntimeSelectionEnvironment(view), adapter, selectionManager, lock, gridItemTester);
88 DocumentsAdapter adapter,
97 mAdapter = adapter;
381 // Map from the x-value of the left side of a SparseBooleanArray of adapter positions, keyed
384 // value for key y is the adapter position for the item whose y-offset is y.
395 // The adapter positions which have been recorded so far.
415 GridModel(SelectionEnvironment helper, IntPredicate gridItemTester, DocumentsAdapter adapter) {
417 mAdapter = adapter;
474 * @return The adapter position for the item nearest the origin corresponding to the lates
    [all...]
  /system/bt/service/client/
main.cc 154 cout << COLOR_BOLDWHITE "Adapter state changed: " COLOR_OFF << COLOR_MAGENTA
366 PrintFieldAndValue("Adapter state", bluetooth::AdapterStateToString(state));
373 PrintFieldAndBoolValue("Adapter enabled", enabled);
380 PrintFieldAndValue("Adapter address", std::string(String8(address).string()));
400 PrintFieldAndValue("Adapter name", std::string(String8(name).string()));
406 cout << COLOR_BOLDWHITE "Adapter Properties: " COLOR_OFF << endl;
938 {"get-state", HandleGetState, "\t\tGet the current adapter state"},
941 "\tGet the local adapter address"},
942 {"set-local-name", HandleSetLocalName, "\t\tSet the local adapter name"},
943 {"get-local-name", HandleGetLocalName, "\t\tGet the local adapter name"}
    [all...]
  /development/samples/training/threadsample/src/com/example/android/threadsample/
PhotoThumbnailFragment.java 69 // An adapter between a Cursor and the Fragment's GridView
135 // Sets the View's data adapter to be a new GridViewAdapter
169 // Sets the GridView's data adapter
306 * Changes the adapter's Cursor to be the results of the load. This forces the View to
320 // Sets the Adapter's backing data to null. This prevents memory leaks.
344 * Defines a custom View adapter that extends CursorAdapter. The main reason to do this is to
  /docs/source.android.com/src/devices/audio/
midi_test.jd 46 <li> USB On-The-Go (OTG) adapter to convert a female USB-A to male micro-USB or USB-C</li>
145 <p>Hardware needed: USB MIDI keyboard, USB cable, OTG adapter</p>
159 <li> Plug in USB keyboard using the OTG adapter.</li>
182 <li> Plug in USB keyboard using the OTG adapter.</li>
198 <p>Hardware needed: USB cable, OTG adapter</p>
214 <li> Use an OTG adapter to connect the other end of the cable to a second Android
  /frameworks/base/core/java/android/app/
LauncherActivity.java 94 * Adapter which shows the set of activities that can be performed for a given intent.
181 * An array filters constrains the content of the array adapter with a prefix. Each
417 ActivityAdapter adapter = (ActivityAdapter) mAdapter; local
418 return adapter.intentForPosition(position);
427 ActivityAdapter adapter = (ActivityAdapter) mAdapter; local
428 return adapter.itemForPosition(position);
  /frameworks/base/core/tests/coretests/src/android/print/
IPrintManagerParametersTest.java 87 * @return The adapter
284 final IPrintDocumentAdapter adapter = new PrintManager
289 assertException(() -> mIPrintManager.print(null, adapter, null,
297 assertException(() -> mIPrintManager.print(name, adapter, null, null, mAppId, mUserId),
300 assertException(() -> mIPrintManager.print(name, adapter, null,
304 assertException(() -> mIPrintManager.print(name, adapter, null,
  /hardware/interfaces/graphics/allocator/2.0/default/
Gralloc1On0Adapter.cpp 22 #include "gralloc1-adapter.h"
291 auto adapter = getAdapter(device); local
296 auto descriptor = adapter->getDescriptor(descriptors[i]);
303 error = adapter->allocate(descriptors[i], descriptor, &bufferHandle);
317 adapter->release(adapter->getBuffer(outBuffers[j]));
  /hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
loc_eng_ni.cpp 68 inline LocEngInformNiResponse(LocEngAdapter* adapter,
71 LocMsg(), mAdapter(adapter),
224 LocEngAdapter* adapter = loc_eng_data_p->adapter; local
228 msg = new LocEngInformNiResponse(adapter,
239 adapter->sendMsg(msg);
  /packages/apps/Contacts/src/com/android/contacts/list/
PinnedHeaderListView.java 43 * Adapter interface. The list adapter must implement this interface.
59 * adapter should call {@link PinnedHeaderListView#setHeaderPinnedAtTop},
137 public void setAdapter(ListAdapter adapter) {
138 mAdapter = (PinnedHeaderAdapter)adapter;
139 super.setAdapter(adapter);
  /packages/apps/Dialer/java/com/android/contacts/common/list/
PinnedHeaderListView.java 83 public void setAdapter(ListAdapter adapter) {
84 mAdapter = (PinnedHeaderAdapter) adapter;
85 super.setAdapter(adapter);
523 /** Adapter interface. The list adapter must implement this interface. */
533 * Configures the pinned headers to match the visible list items. The adapter should call {@link
  /packages/apps/Dialer/java/com/android/incallui/
ConferenceParticipantListAdapter.java 53 /** Adapter for a ListView containing conference call participant information. */
109 * Updates the adapter with the new conference participant information provided.
138 * @param position Position of the item whose data we want within the adapter's data set.
147 * Retreives the adapter-specific item id for an item at a specified position.
149 * @param position The position of the item within the adapter's data set whose row id we want.
199 * @param position The position of the item within the adapter's data set of the item whose view
  /prebuilts/tools/common/m2/repository/org/testng/testng/6.9.10/
testng-6.9.10-sources.jar 
  /cts/tests/tests/bluetooth/src/android/bluetooth/cts/
ScanFilterTest.java 58 BluetoothAdapter adapter = BluetoothAdapter.getDefaultAdapter(); local
59 if (adapter == null) {
66 BluetoothDevice device = adapter.getRemoteDevice(DEVICE_MAC);
  /cts/tests/tests/print/src/android/print/cts/
PrinterInfoTest.java 333 // Create a print adapter that respects the print contract.
334 PrintDocumentAdapter adapter = createDefaultPrintDocumentAdapter(1); local
337 print(adapter);
  /cts/tests/tests/widget/src/android/widget/cts/
MultiAutoCompleteTextViewTest.java 172 ArrayAdapter<String> adapter = new ArrayAdapter<>(mActivity, local
174 assertNotNull(adapter);
176 multiAutoCompleteTextView.setAdapter(adapter);
SearchView_CursorTest.java 56 * Test {@link SearchView} with {@link Cursor}-backed suggestions adapter.
154 // Use an adapter with our custom layout for each entry. The adapter "maps"
  /developers/build/prebuilts/gradle/BluetoothLeGatt/Application/src/main/java/com/example/android/bluetoothlegatt/
DeviceScanActivity.java 67 // Initializes a Bluetooth adapter. For API level 18 and above, get a reference to
124 // Initializes list view adapter.
182 // Adapter for holding devices found through scanning.
  /developers/build/prebuilts/gradle/HorizontalPaging/Application/src/main/java/com/example/android/horizontalpaging/
MainActivity.java 62 // Create the adapter that will return a fragment for each of the three primary sections
66 // Set up the ViewPager with the sections adapter.
85 // Create a tab with text corresponding to the page title defined by the adapter. Also
  /developers/build/prebuilts/gradle/NfcProvisioning/Application/src/main/java/com/example/android/nfcprovisioning/
NfcProvisioningFragment.java 103 NfcAdapter adapter = NfcAdapter.getDefaultAdapter(activity); local
104 if (adapter != null) {
105 adapter.setNdefPushMessageCallback(this, activity);

Completed in 1091 milliseconds

<<41424344454647484950>>