HomeSort by relevance Sort by last modified time
    Searched refs:technologies (Results 1 - 8 of 8) sorted by null

  /external/autotest/client/site_tests/cellular_Signal/
cellular_Signal.py 60 def run_once(self, config, technologies, wait_for_disc, verify_set_power):
62 # This test only works if all the technologies are in the same
65 cellular.TechnologyToFamily[tech] for tech in technologies)
70 technology = technologies[-1]
91 # Step through all technologies, forcing a transition
95 for tech in technologies:
  /external/autotest/client/cros/tendo/
peerd_dbus_helper.py 36 # Possible technologies for use with PeerdDBusHelper.start_monitoring().
125 def start_monitoring(self, technologies):
126 """Monitor the specified technologies.
131 @param technologies: iterable container of TECHNOLOGY_* defined above.
135 return self._manager.StartMonitoring(technologies,
  /external/walt/docs/
ScreenLatency.md 11 The physical transition between colors is not instantaneous and may look very different depending on the direction - from black to white or white to black. Moreover some sections of the screen may update several milliseconds later than others. These details vary considerably between screen technologies and device models.
  /packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
NativeNfcTag.java 63 // could stay present. Usually all technologies are on the
398 // No key needed for other technologies
525 // This method exists to "patch in" the ndef technologies,
742 // Try to find NDEF on any of the technologies.
743 int[] technologies = getTechList(); local
751 for (int techIndex = 0; techIndex < technologies.length; techIndex++) {
759 status = connectWithStatus(technologies[techIndex]);
  /external/autotest/client/cros/tendo/n_faced_peerd/
manager.py 62 # TODO(wiley) Expose monitored technologies property
181 def StartMonitoring(self, technologies, options):
186 @param technologies: See DBus API documentation.
  /compatibility/cdd/5_multimedia/
5_4_audio-recording.md 65 suppression (reduction) technologies tuned for speech recognition, they:
  /packages/apps/Nfc/nci/jni/
NfcTag.cpp 293 ** Description: Discover the technologies that NFC service needs by interpreting
429 ** Description: Discover the technologies that NFC service needs by interpreting
646 ScopedIntArrayRW technologies(e, techList.get());
652 technologies [i] = mTechList [i];
    [all...]
  /compatibility/cdd/7_hardware-compatibility/
7_4_data-connectivity.md 314 * [C-1-13] MUST poll for all supported technologies while in NFC discovery
346 section and support MIFARE technologies (MIFARE Classic,
364 technologies that satisfy this requirement include EDGE, HSPA, EV-DO,

Completed in 239 milliseconds