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()
319 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()
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()
109 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()
365 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()