Searched defs:technology (Results 1 – 7 of 7) sorted by relevance
31 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()
344 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()
111 public abstract @Technology int technology(); in technology() method in SpeedDialEntry.Channel129 public abstract Builder setTechnology(@Technology int technology); in setTechnology()
311 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()
153 public synchronized int connectWithStatus(int technology) { in connectWithStatus()230 public synchronized boolean connect(int technology) { in connect()
111 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()
401 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()