/packages/apps/Nfc/src/com/android/nfc/ |
D | DeviceHost.java | 34 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()
|
D | NfcService.java | 483 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/ |
D | BluetoothLeCallControlProxy.java | 69 int technology, in registerBearer() 104 public void networkStateChanged(String providerName, int technology) { in networkStateChanged()
|
D | TbsService.java | 259 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()
|
D | TbsGeneric.java | 101 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()
|
D | TbsGatt.java | 338 int technology, in init() 737 public boolean setBearerTechnology(int technology) { in setBearerTechnology()
|
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/ |
D | IBluetoothLeCallControl.aidl | 31 …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/ |
D | SpeedDialEntry.java | 111 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/ |
D | NativeNfcManager.java | 290 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()
|
D | NativeNfcTag.java | 155 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/ |
D | PrecisionRangingImpl.java | 650 private final RangingTechnology technology; field in RangingAdapterListener 652 public RangingAdapterListener(RangingTechnology technology) { in RangingAdapterListener()
|
/packages/apps/Nfc/tests/unit/src/com/android/nfc/cardemulation/ |
D | CardEmulationManagerTest.java | 1357 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/ |
D | CardEmulationManager.java | 215 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/ |
D | RoutingManager.cpp | 452 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/ |
D | BluetoothLeCallControl.java | 484 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/ |
D | TbsGenericTest.java | 127 int technology = 0x02; in prepareTestBearer() local
|
/packages/modules/Wifi/service/java/com/android/server/wifi/ |
D | SupplicantStaIfaceHalAidlImpl.java | 2752 private @WifiAnnotations.WifiStandard int getWifiStandard(int technology) { in getWifiStandard()
|
D | SupplicantStaIfaceHalHidlImpl.java | 3219 private @WifiStandard int getWifiStandard(int technology) { in getWifiStandard()
|