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

<<31323334353637383940>>

  /development/samples/browseable/CustomChoiceList/src/com.example.android.customchoicelist/
MainActivity.java 39 * A simple array adapter that creates a list of cheeses.
  /development/samples/browseable/JumpingJack/src/com.example.android.wearable.jumpingjack/
MainActivity.java 100 final PagerAdapter adapter = new PagerAdapter(getFragmentManager()); local
103 adapter.addFragment(mCounterPage);
104 adapter.addFragment(mSettingPage);
122 mPager.setAdapter(adapter);
  /development/samples/browseable/ScopedDirectoryAccess/src/com.example.android.scopeddirectoryaccess/
DirectoryEntryAdapter.java 17 public class DirectoryEntryAdapter extends RecyclerView.Adapter<DirectoryEntryAdapter.ViewHolder> {
  /development/samples/devbytes/animation/ListViewExpandingCells/src/com/example/android/expandingcells/
ExpandableListItem.java 20 * This custom object is used to populate the list adapter. It contains a reference
  /development/tutorials/NotepadCodeLab/Notepadv1Solution/src/com/android/demo/notepad1/
Notepadv1.java 73 // Now create an array adapter and set it to display using our row
  /external/autotest/client/common_lib/
i2c_slave.py 32 adapter_nr: adapter's number address. Default: I2C_BUS.
81 logging.info('Attempt to get device file for adapter %s',
85 raise I2cError('Error getting device file for adapter %s' %
88 logging.info('Got device file for adapter %s', self.adapter_nr)
  /external/autotest/server/site_tests/network_WiFi_SuspendStress/
control.11a 16 wifi adapter is brought back up and connects to a 802.11a network on channels
control.11b 15 wifi adapter is brought back up and connects to a 802.11b network on channels
control.11g 15 wifi adapter is brought back up and connects to a 802.11g network on channels
control.24HT40 15 wifi adapter is brought back up and connects to a 802.11n network on 2.4 GHz.
control.5HT40 15 wifi adapter is brought back up and connects to a 802.11n network on 5 GHz.
control.Hidden 15 wifi adapter is brought back up and connects to a hidden network.
control.WPA2 15 wifi adapter is brought back up and connects to a WPA network.
  /external/google-tv-pairing-protocol/cpp/src/polo/pairing/
clientpairingsession.h 31 // @param wire the wire adapter used to send and receive Polo messages
serverpairingsession.h 31 // @param wire the wire adapter used to send and receive Polo messages
  /external/guice/
build.properties 11 daggeradapter.src.dir=extensions/dagger-adapter/src
  /external/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/jdkadapter/
TimeZoneICU.java 16 * TimeZoneICU is an adapter class which wraps ICU4J TimeZone and
  /external/icu/icu4j/tools/build/src8/com/ibm/icu/dev/tool/docs/
ICUTagletAdapter.java 20 * This adapter supports the v8 JavaDoc API
  /external/junit/src/junit/framework/
JUnit4TestAdapterCache.java 46 final JUnit4TestAdapter adapter) {
  /external/kernel-headers/original/uapi/linux/
gigaset_dev.h 25 /* enable adapter configuration mode (M10x only) */
i2c.h 35 * bit address, I2C_M_TEN must be set in @flags and the adapter
38 * provided unless the adapter exported the relevant I2C_FUNC_*
50 * to userspace from i2c-dev, and to I2C adapter drivers through the
62 * Alternatively, when the adapter supports I2C_FUNC_PROTOCOL_MANGLING then
  /external/libchrome/base/
rand_util.h 26 // Note that this can be used as an adapter for std::random_shuffle():
  /external/libweave/third_party/chromium/base/
rand_util.h 26 // Note that this can be used as an adapter for std::random_shuffle():
  /external/slf4j/slf4j-api/src/main/java/org/slf4j/helpers/
NOPMDCAdapter.java 32 * This adapter is an empty implementation of the {@link MDCAdapter} interface.
  /external/testng/src/main/java/org/testng/remote/adapter/
RemoteResultListener.java 7 package org.testng.remote.adapter;

Completed in 710 milliseconds

<<31323334353637383940>>