Home
last modified time | relevance | path

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

/packages/apps/Nfc/src/com/android/nfc/
DDeviceHost.java34 public void onHostCardEmulationActivated(int technology); in onHostCardEmulationActivated()
35 public void onHostCardEmulationData(int technology, byte[] data); in onHostCardEmulationData()
36 public void onHostCardEmulationDeactivated(int technology); in onHostCardEmulationDeactivated()
56 boolean connect(int technology); in connect()
165 public boolean setTimeout(int technology, int timeout); in setTimeout()
167 public int getTimeout(int technology); in getTimeout()
171 boolean canMakeReadOnly(int technology); in canMakeReadOnly()
173 int getMaxTransceiveLength(int technology); in getMaxTransceiveLength()
DNfcService.java483 public void onHostCardEmulationActivated(int technology) { in onHostCardEmulationActivated()
490 public void onHostCardEmulationData(int technology, byte[] data) { in onHostCardEmulationData()
497 public void onHostCardEmulationDeactivated(int technology) { in onHostCardEmulationDeactivated()
2758 public int connect(int nativeHandle, int technology) throws RemoteException { in connect()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/
DBluetoothLeCallControlProxy.java69 int technology, in registerBearer()
104 public void networkStateChanged(String providerName, int technology) { in networkStateChanged()
DTbsService.java259 int technology, in registerBearer()
334 int ccid, String providerName, int technology, AttributionSource source) { in networkStateChanged()
352 int technology) { in registerBearer()
418 void networkStateChanged(int ccid, String providerName, int technology) { in networkStateChanged()
DTbsGeneric.java101 int technology; field in TbsGeneric.Bearer
111 int technology, in Bearer()
320 int technology) { in addBearer()
719 public synchronized void networkStateChanged(int ccid, String providerName, int technology) { in networkStateChanged()
DTbsGatt.java338 int technology, in init()
737 public boolean setBearerTechnology(int technology) { in setBearerTechnology()
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothLeCallControl.aidl31 …in int capabilities, in String provider, in int technology, in AttributionSource attributionSource… in registerBearer()
45 …void networkStateChanged(in int ccid, in String provider, in int technology, in AttributionSource … in networkStateChanged()
/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.java290 public int getMaxTransceiveLength(int technology) { in getMaxTransceiveLength()
371 private void notifyHostEmuActivated(int technology) { in notifyHostEmuActivated()
375 private void notifyHostEmuData(int technology, byte[] data) { in notifyHostEmuData()
379 private void notifyHostEmuDeactivated(int technology) { in notifyHostEmuDeactivated()
DNativeNfcTag.java155 public synchronized int connectWithStatus(int technology) { in connectWithStatus()
213 public synchronized boolean connect(int technology) { in connect()
/packages/modules/Uwb/generic_ranging/src/com/android/ranging/generic/ranging/
DPrecisionRangingImpl.java650 private final RangingTechnology technology; field in RangingAdapterListener
652 public RangingAdapterListener(RangingTechnology technology) { in RangingAdapterListener()
/packages/apps/Nfc/tests/unit/src/com/android/nfc/cardemulation/
DCardEmulationManagerTest.java1357 String technology = "DH"; in testCardEmulationOverrideRoutingTable_callerNotForeground() local
1396 String technology = "DH"; in testCardEmulationOverrideRoutingTable_callerForegroundRouteDH() local
1418 String technology = "eSE1"; in testCardEmulationOverrideRoutingTable_callerForegroundRouteeSE() local
1440 String technology = "SIM1"; in testCardEmulationOverrideRoutingTable_callerForegroundRouteSIM() local
/packages/apps/Nfc/src/com/android/nfc/cardemulation/
DCardEmulationManager.java215 public void onHostCardEmulationActivated(int technology) { in onHostCardEmulationActivated()
234 public void onHostCardEmulationData(int technology, byte[] data) { in onHostCardEmulationData()
248 public void onHostCardEmulationDeactivated(int technology) { in onHostCardEmulationDeactivated()
856 public boolean overrideRoutingTable(int userHandle, String protocol, String technology) { in overrideRoutingTable()
/packages/apps/Nfc/nci/jni/
DRoutingManager.cpp452 void RoutingManager::notifyActivated(uint8_t technology) { in notifyActivated()
469 void RoutingManager::notifyDeactivated(uint8_t technology) { in notifyDeactivated()
487 void RoutingManager::handleData(uint8_t technology, const uint8_t* data, in handleData()
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothLeCallControl.java484 int technology, in registerBearer()
713 public void networkStateChanged(@NonNull String provider, int technology) { in networkStateChanged()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/tbs/
DTbsGenericTest.java127 int technology = 0x02; in prepareTestBearer() local
/packages/modules/Wifi/service/java/com/android/server/wifi/
DSupplicantStaIfaceHalAidlImpl.java2752 private @WifiAnnotations.WifiStandard int getWifiStandard(int technology) { in getWifiStandard()
DSupplicantStaIfaceHalHidlImpl.java3219 private @WifiStandard int getWifiStandard(int technology) { in getWifiStandard()