Home
last modified time | relevance | path

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

/packages/apps/Nfc/src/com/android/nfc/
DDeviceHost.java32 public void onHostCardEmulationActivated(int technology); in onHostCardEmulationActivated()
33 public void onHostCardEmulationData(int technology, byte[] data); in onHostCardEmulationData()
34 public void onHostCardEmulationDeactivated(int technology); in onHostCardEmulationDeactivated()
60 boolean connect(int technology); in connect()
232 public boolean setTimeout(int technology, int timeout); in setTimeout()
234 public int getTimeout(int technology); in getTimeout()
238 boolean canMakeReadOnly(int technology); in canMakeReadOnly()
240 int getMaxTransceiveLength(int technology); in getMaxTransceiveLength()
DNfcService.java395 public void onHostCardEmulationActivated(int technology) { in onHostCardEmulationActivated()
402 public void onHostCardEmulationData(int technology, byte[] data) { in onHostCardEmulationData()
409 public void onHostCardEmulationDeactivated(int technology) { in onHostCardEmulationDeactivated()
1759 public int connect(int nativeHandle, int technology) throws RemoteException { in connect()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/
DTbsService.java171 List<String> uriSchemes, int capabilities, String providerName, int technology, in registerBearer()
249 public void networkStateChanged(int ccid, String providerName, int technology, in networkStateChanged()
262 List<String> uriSchemes, int capabilities, String providerName, int technology) { in registerBearer()
341 void networkStateChanged(int ccid, String providerName, int technology) { in networkStateChanged()
DBluetoothLeCallControlProxy.java53 … String provider, int technology, Executor executor, BluetoothLeCallControl.Callback callback) { in registerBearer()
86 public void networkStateChanged(String providerName, int technology) { in networkStateChanged()
DTbsGeneric.java100 int technology; field in TbsGeneric.Bearer
105 List<String> uriSchemes, int capabilities, String providerName, int technology, in Bearer()
268 int technology) { in addBearer()
667 public synchronized void networkStateChanged(int ccid, String providerName, int technology) { in networkStateChanged()
DTbsGatt.java228 int technology, Callback callback) { in init()
542 public boolean setBearerTechnology(int technology) { in setBearerTechnology()
/packages/modules/Bluetooth/system/binder/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.java318 public int getMaxTransceiveLength(int technology) { in getMaxTransceiveLength()
446 private void notifyHostEmuActivated(int technology) { in notifyHostEmuActivated()
450 private void notifyHostEmuData(int technology, byte[] data) { in notifyHostEmuData()
454 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/apps/Nfc/src/com/android/nfc/cardemulation/
DCardEmulationManager.java125 public void onHostCardEmulationActivated(int technology) { in onHostCardEmulationActivated()
144 public void onHostCardEmulationData(int technology, byte[] data) { in onHostCardEmulationData()
158 public void onHostCardEmulationDeactivated(int technology) { in onHostCardEmulationDeactivated()
/packages/apps/Nfc/nci/jni/
DRoutingManager.cpp438 void RoutingManager::notifyActivated(uint8_t technology) { in notifyActivated()
455 void RoutingManager::notifyDeactivated(uint8_t technology) { in notifyDeactivated()
473 void RoutingManager::handleData(uint8_t technology, const uint8_t* data, in handleData()
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothLeCallControl.java483 @NonNull String provider, int technology, in registerBearer()
720 public void networkStateChanged(@NonNull String provider, int technology) { in networkStateChanged()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/tbs/
DTbsGenericTest.java123 int technology = 0x02; in prepareTestBearer() local
/packages/modules/Wifi/service/java/com/android/server/wifi/
DSupplicantStaIfaceHalAidlImpl.java2568 private @WifiAnnotations.WifiStandard int getWifiStandard(int technology) { in getWifiStandard()
DSupplicantStaIfaceHalHidlImpl.java3178 private @WifiStandard int getWifiStandard(int technology) { in getWifiStandard()