| /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 | 396     public void onHostCardEmulationActivated(int technology) {  in onHostCardEmulationActivated() 403     public void onHostCardEmulationData(int technology, byte[] data) {  in onHostCardEmulationData() 410     public void onHostCardEmulationDeactivated(int technology) {  in onHostCardEmulationDeactivated() 1863         public int connect(int nativeHandle, int technology) throws RemoteException {  in connect()
  | 
| /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/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/ | 
| D | BluetoothLeCallControlProxy.java | 65 …    String provider, int technology, Executor executor, BluetoothLeCallControl.Callback callback) {  in registerBearer() 98     public void networkStateChanged(String providerName, int technology) {  in networkStateChanged()
  | 
| D | TbsService.java | 277                 List<String> uriSchemes, int capabilities, String providerName, int technology,  in registerBearer() 355         public void networkStateChanged(int ccid, String providerName, int technology,  in networkStateChanged() 368             List<String> uriSchemes, int capabilities, String providerName, int technology) {  in registerBearer() 447     void networkStateChanged(int ccid, 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() 306             int technology) {  in addBearer() 705     public synchronized void networkStateChanged(int ccid, String providerName, int technology) {  in networkStateChanged()
  | 
| D | TbsGatt.java | 325             int technology, Callback callback) {  in init() 686     public boolean setBearerTechnology(int technology) {  in setBearerTechnology()
  | 
| /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 | 128     public void onHostCardEmulationActivated(int technology) {  in onHostCardEmulationActivated() 147     public void onHostCardEmulationData(int technology, byte[] data) {  in onHostCardEmulationData() 161     public void onHostCardEmulationDeactivated(int technology) {  in onHostCardEmulationDeactivated()
  | 
| /packages/apps/Nfc/nci/jni/ | 
| D | RoutingManager.cpp | 442 void RoutingManager::notifyActivated(uint8_t technology) {  in notifyActivated() 459 void RoutingManager::notifyDeactivated(uint8_t technology) {  in notifyDeactivated() 477 void RoutingManager::handleData(uint8_t technology, const uint8_t* data,  in handleData()
  | 
| /packages/modules/Bluetooth/framework/java/android/bluetooth/ | 
| D | BluetoothLeCallControl.java | 485                     @NonNull String provider, int technology,  in registerBearer() 721     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 | 116         int technology = 0x02;  in prepareTestBearer()  local
  | 
| /packages/modules/Wifi/service/java/com/android/server/wifi/ | 
| D | SupplicantStaIfaceHalAidlImpl.java | 2731     private @WifiAnnotations.WifiStandard int getWifiStandard(int technology) {  in getWifiStandard()
  | 
| D | SupplicantStaIfaceHalHidlImpl.java | 3210     private @WifiStandard int getWifiStandard(int technology) {  in getWifiStandard()
  |