/packages/apps/Nfc/src/com/android/nfc/ |
D | DeviceHost.java | 32 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()
|
D | NfcService.java | 395 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/ |
D | TbsService.java | 171 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()
|
D | BluetoothLeCallControlProxy.java | 53 … String provider, int technology, Executor executor, BluetoothLeCallControl.Callback callback) { in registerBearer() 86 public void networkStateChanged(String providerName, int technology) { in networkStateChanged()
|
D | TbsGeneric.java | 100 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()
|
D | TbsGatt.java | 228 int technology, Callback callback) { in init() 542 public boolean setBearerTechnology(int technology) { in setBearerTechnology()
|
/packages/modules/Bluetooth/system/binder/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 | 318 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()
|
D | NativeNfcTag.java | 155 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/ |
D | CardEmulationManager.java | 125 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/ |
D | RoutingManager.cpp | 438 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/ |
D | BluetoothLeCallControl.java | 483 @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/ |
D | TbsGenericTest.java | 123 int technology = 0x02; in prepareTestBearer() local
|
/packages/modules/Wifi/service/java/com/android/server/wifi/ |
D | SupplicantStaIfaceHalAidlImpl.java | 2568 private @WifiAnnotations.WifiStandard int getWifiStandard(int technology) { in getWifiStandard()
|
D | SupplicantStaIfaceHalHidlImpl.java | 3178 private @WifiStandard int getWifiStandard(int technology) { in getWifiStandard()
|