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.java319 public void onHostCardEmulationActivated(int technology) { in onHostCardEmulationActivated()
326 public void onHostCardEmulationData(int technology, byte[] data) { in onHostCardEmulationData()
333 public void onHostCardEmulationDeactivated(int technology) { in onHostCardEmulationDeactivated()
1302 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.java109 public void onHostCardEmulationActivated(int technology) { in onHostCardEmulationActivated()
123 public void onHostCardEmulationData(int technology, byte[] data) { in onHostCardEmulationData()
134 public void onHostCardEmulationDeactivated(int technology) { in onHostCardEmulationDeactivated()
/packages/apps/Nfc/nci/jni/
DRoutingManager.cpp365 void RoutingManager::notifyActivated(uint8_t technology) { in notifyActivated()
382 void RoutingManager::notifyDeactivated(uint8_t technology) { in notifyDeactivated()
400 void RoutingManager::handleData(uint8_t technology, const uint8_t* data, in handleData()