Home
last modified time | relevance | path

Searched defs:technology (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/nfc/
DINfcTag.aidl28 int connect(int nativeHandle, int technology); in connect()
42 int setTimeout(int technology, int timeout); in setTimeout()
43 int getTimeout(int technology); in getTimeout()
46 int getMaxTransceiveLength(int technology); in getMaxTransceiveLength()
DTag.java458 public synchronized boolean setConnectedTechnology(int technology) { in setConnectedTechnology()
/frameworks/base/core/proto/android/service/
Dbattery.proto56 optional string technology = 13; field