Searched refs:technology (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/nfc/
H A DINfcTag.aidl29 int connect(int nativeHandle, int technology);
43 int setTimeout(int technology, int timeout);
44 int getTimeout(int technology);
47 int getMaxTransceiveLength(int technology);
H A DTag.java82 * specific tag technology.
257 * <p> The size and format of an ID is specific to the RF technology used by the tag.
269 * A technology is an implementation of the {@link TagTechnology} interface,
272 * object can then be used to perform advanced, technology-specific operations on a tag.
291 * tag as NDEF adds the {@link Ndef} technology. The {@link rediscover}
314 throw new IllegalStateException("Close connection to the technology first!");
454 public synchronized void setConnectedTechnology(int technology) { argument
456 mConnectedTechnology = technology;
458 throw new IllegalStateException("Close other technology first!");
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DBatteryMeterView.java466 String technology; field in class:BatteryMeterView.BatteryTracker
487 technology = intent.getStringExtra(BatteryManager.EXTRA_TECHNOLOGY);

Completed in 155 milliseconds