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

<<51525354555657585960>>

  /development/samples/ApiDemos/src/com/example/android/apis/app/
VoiceRecognition.java 160 SpinnerAdapter adapter = new ArrayAdapter<CharSequence>(this, local
163 mSupportedLanguageView.setAdapter(adapter);
  /development/samples/NotePad/src/com/example/android/notepad/
NotesList.java 57 * The columns needed by the cursor adapter
115 // Creates the backing adapter for the ListView.
125 // Sets the ListView's adapter to be the cursor adapter that was just created.
309 * whatever the backing adapter of the ListView has associated with the item. In NotesList,
310 * the adapter associated all of the data for a note with its list item. As a result,
315 // If the cursor is empty, then for some reason the adapter can't get the data from the
479 // Since the Loader is reset, this removes the cursor reference from the adapter.
  /development/samples/browseable/DirectBoot/src/com.example.android.directboot/alarms/
AlarmAdapter.java 40 * Adapter responsible for interactions between the {@link RecyclerView} and the
43 public class AlarmAdapter extends RecyclerView.Adapter<AlarmAdapter.AlarmViewHolder> {
  /development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/ui/
ImageDetailActivity.java 84 // Set up ViewPager and backing adapter
176 * The main adapter that backs the ViewPager. A subclass of FragmentStatePagerAdapter as there
  /development/samples/browseable/WatchFace/Wearable/src/com.example.android.wearable.watchface/
ComplicationSimpleConfigActivity.java 131 * Inner class representing items of the ConfigurationAdapter (WearableListView.Adapter) class.
150 private static class ConfigurationAdapter extends WearableListView.Adapter {
  /development/samples/training/AnimationsDemo/src/com/example/android/animationsdemo/
ScreenSlideActivity.java 55 * The pager adapter, which provides the pages to the view pager widget.
123 * A simple pager adapter that represents 5 {@link ScreenSlidePageFragment} objects, in
  /development/samples/training/EffectiveNavigation/src/com/example/android/effectivenavigation/
CollectionDemoActivity.java 55 // Create an adapter that when requested, will return a fragment representing an object in
69 // Set up the ViewPager, attaching the adapter.
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/SnpDxe/
Initialize.c 2 Implementation of initializing a network adapter.
132 Resets a network adapter and allocates the transmit and receive buffers
  /docs/source.android.com/src/security/keystore/
index.jd 98 Keymaster HALs, Keystore provides an adapter that implements the 1.0 HAL with
102 by the adapter, in the non-secure world.</p>
  /external/autotest/client/cros/chameleon/
audio_widget_link.py 479 adapter on Cros device.
495 sequence from bluetooth adapter.
498 bluetooth adapter on Cros device.
514 bluetooth adapter on Cros device.
537 """Scans, pairs, and connects bluetooth module to bluetooth adapter.
552 """Turns off bluetooth adapter."""
557 """Controls adapter to connect bluetooth module."""
562 """Controls adapter to disconnect bluetooth module."""
  /external/autotest/server/cros/multimedia/
cfm_facade_adapter.py 5 """An adapter to remotely access the CFM facade on DUT."""
9 """CFMFacadeRemoteAdapter is an adapter to remotely control CFM on DUT.
  /external/google-tv-pairing-protocol/cpp/src/polo/pairing/
pairingsession.h 55 // Creates a new pairing session. The given wire adapter will be used for
151 // Gets the wire adapter used to send and receive Polo messages.
  /external/google-tv-pairing-protocol/cpp/src/polo/wire/protobuf/
protobufwireadapter.h 28 // Polo wire adapter that transmits Polo messages using protocol buffers.
31 // Creates a new protocol buffer adapter on the given interface
  /external/guava/guava/src/com/google/common/util/concurrent/
JdkFutureAdapters.java 100 * An adapter to turn a {@link Future} into a {@link ListenableFuture}. This
103 * indefinitely, so if the source future never completes, the adapter will
  /external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/flow/
MethodProbesAdapter.java 24 * Adapter that creates additional visitor events for probes to be inserted into
38 * Create a new adapter instance.
  /external/mesa3d/src/gallium/include/pipe/
p_screen.h 31 * Screen, Adapter or GPU
62 * Gallium screen/adapter context. Basically everything
  /external/syslinux/gpxe/src/drivers/net/e1000/
e1000.h 213 boolean_t (*clean_rx) (struct e1000_adapter *adapter,
215 void (*alloc_rx_buf) (struct e1000_adapter *adapter,
  /external/testng/src/test/java/test/distributed/
DistributedTest.java 55 p.setProperty("testng.master.adpter", "org.testng.remote.adapter.DefaultMastertAdapter");
73 p.setProperty("testng.slave.adpter", "org.testng.remote.adapter.DefaultWorkerAdapter");
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
addinterface.cpp 160 RegSetValueEx(ihk, TEXT("adapter"), 0, REG_SZ,
165 RegSetValueEx(ihk, TEXT("adapter"), 0, REG_SZ,
  /frameworks/base/core/java/android/appwidget/
AppWidgetHostView.java 45 import android.widget.Adapter;
589 Adapter adapter = adapterView.getAdapter(); local
590 if (adapter instanceof BaseAdapter) {
591 BaseAdapter baseAdapter = (BaseAdapter) adapter;
593 } else if (adapter == null && adapterView instanceof RemoteAdapterConnectionCallback) {
594 // If the adapter is null, it may mean that the RemoteViewsAapter has not yet
595 // connected to its associated service, and hence the adapter hasn't been set.
  /frameworks/base/core/java/android/content/
SyncAdapterType.java 133 * value of 1 for each account and provider that this sync adapter supports.
158 * The package hosting the sync adapter.
  /frameworks/base/core/java/android/view/inputmethod/
CompletionInfo.java 103 * corresponding to the id associated with it in the original adapter.
111 * corresponding to its position in the original adapter.
  /frameworks/base/core/java/android/widget/
DayPickerViewPager.java 147 final DayPickerPagerAdapter adapter = (DayPickerPagerAdapter) getAdapter(); local
148 final SimpleMonthView current = adapter.getView(getCurrent());
  /frameworks/base/packages/PrintSpooler/tests/outofprocess/src/com/android/printspooler/outofprocess/tests/
BasePrintTest.java 109 protected android.print.PrintJob print(@NonNull final PrintDocumentAdapter adapter,
115 mPrintJob = printManager.print("Print job", adapter, attributes);
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
A2dpSinkProfile.java 88 A2dpSinkProfile(Context context, LocalBluetoothAdapter adapter,
91 mLocalAdapter = adapter;

Completed in 659 milliseconds

<<51525354555657585960>>