Home
last modified time | relevance | path

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

/packages/apps/Nfc/src/com/android/nfc/
DDeviceHost.java31 public void onHostCardEmulationActivated(int technology); in onHostCardEmulationActivated()
32 public void onHostCardEmulationData(int technology, byte[] data); in onHostCardEmulationData()
33 public void onHostCardEmulationDeactivated(int technology); in onHostCardEmulationDeactivated()
57 boolean connect(int technology); in connect()
220 public boolean setTimeout(int technology, int timeout); in setTimeout()
222 public int getTimeout(int technology); in getTimeout()
226 boolean canMakeReadOnly(int technology); in canMakeReadOnly()
228 int getMaxTransceiveLength(int technology); in getMaxTransceiveLength()
DNfcService.java344 public void onHostCardEmulationActivated(int technology) { in onHostCardEmulationActivated()
351 public void onHostCardEmulationData(int technology, byte[] data) { in onHostCardEmulationData()
358 public void onHostCardEmulationDeactivated(int technology) { in onHostCardEmulationDeactivated()
1362 public int connect(int nativeHandle, int technology) throws RemoteException { in connect()
/packages/apps/Dialer/java/com/android/dialer/speeddial/database/
DSpeedDialEntry.java111 public abstract @Technology int technology(); in technology() method in SpeedDialEntry.Channel
129 public abstract Builder setTechnology(@Technology int technology); in setTechnology()
/packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
DNativeNfcManager.java311 public int getMaxTransceiveLength(int technology) { in getMaxTransceiveLength()
420 private void notifyHostEmuActivated(int technology) { in notifyHostEmuActivated()
424 private void notifyHostEmuData(int technology, byte[] data) { in notifyHostEmuData()
428 private void notifyHostEmuDeactivated(int technology) { in notifyHostEmuDeactivated()
DNativeNfcTag.java153 public synchronized int connectWithStatus(int technology) { in connectWithStatus()
230 public synchronized boolean connect(int technology) { in connect()
/packages/apps/Nfc/src/com/android/nfc/cardemulation/
DCardEmulationManager.java111 public void onHostCardEmulationActivated(int technology) { in onHostCardEmulationActivated()
125 public void onHostCardEmulationData(int technology, byte[] data) { in onHostCardEmulationData()
136 public void onHostCardEmulationDeactivated(int technology) { in onHostCardEmulationDeactivated()
/packages/apps/Nfc/nci/jni/
DRoutingManager.cpp401 void RoutingManager::notifyActivated(uint8_t technology) { in notifyActivated()
418 void RoutingManager::notifyDeactivated(uint8_t technology) { in notifyDeactivated()
436 void RoutingManager::handleData(uint8_t technology, const uint8_t* data, in handleData()