/aosp_15_r20/out/soong/.intermediates/packages/apps/Dialer/Dialer/android_common/javac/anno/com/android/dialer/speeddial/database/ |
D | AutoValue_SpeedDialEntry_Channel.java | 14 private final int technology; field in AutoValue_SpeedDialEntry_Channel 20 int technology) { in AutoValue_SpeedDialEntry_Channel() 44 public int technology() { in technology() method in AutoValue_SpeedDialEntry_Channel 96 private int technology; field in AutoValue_SpeedDialEntry_Channel.Builder 130 public SpeedDialEntry.Channel.Builder setTechnology(int technology) { in setTechnology()
|
/aosp_15_r20/packages/apps/Nfc/src/com/android/nfc/ |
D | DeviceHost.java | 35 public void onHostCardEmulationActivated(int technology); in onHostCardEmulationActivated() 36 public void onHostCardEmulationData(int technology, byte[] data); in onHostCardEmulationData() 37 public void onHostCardEmulationDeactivated(int technology); in onHostCardEmulationDeactivated() 69 boolean connect(int technology); in connect() 226 public boolean setTimeout(int technology, int timeout); in setTimeout() 228 public int getTimeout(int technology); in getTimeout() 232 boolean canMakeReadOnly(int technology); in canMakeReadOnly() 234 int getMaxTransceiveLength(int technology); in getMaxTransceiveLength()
|
/aosp_15_r20/frameworks/base/nfc/java/android/nfc/ |
H A D | INfcTag.aidl | 28 int connect(int nativeHandle, int technology); in connect() 42 int setTimeout(int technology, int timeout); in setTimeout() 43 int getTimeout(int technology); in getTimeout() 46 int getMaxTransceiveLength(int technology); in getMaxTransceiveLength()
|
/aosp_15_r20/packages/modules/Uwb/ranging/service/java/com/android/server/ranging/session/ |
D | BaseRangingSession.java | 108 public void setUsingTechnology(@NonNull RangingTechnology technology) { in setUsingTechnology() 113 public void setNotUsingTechnology(@NonNull RangingTechnology technology) { in setNotUsingTechnology() 300 public void addDataSource(@NonNull RangingTechnology technology) { in addDataSource() 303 public void removeDataSource(@NonNull RangingTechnology technology) { in removeDataSource()
|
/aosp_15_r20/packages/modules/Uwb/ranging/tests/multidevices/snippet/ |
D | RangingSnippet.java | 122 public void onStarted(@NonNull RangingDevice peer, @RangingTechnology int technology) { in onStarted() 140 public void onStopped(@NonNull RangingDevice peer, @RangingTechnology int technology) { in onStopped() 202 public boolean isTechnologyEnabled(int technology) { in isTechnologyEnabled() 209 public boolean isTechnologySupported(int technology) { in isTechnologySupported()
|
/aosp_15_r20/packages/modules/Uwb/ranging/framework/java/android/ranging/ |
D | RangingSession.java | 249 public void onStarted(RangingDevice peer, @RangingManager.RangingTechnology int technology) { in onStarted() 263 public void onStopped(RangingDevice peer, @RangingManager.RangingTechnology int technology) { in onStopped() 365 @NonNull RangingDevice peer, @RangingManager.RangingTechnology int technology); in onStarted() 384 @NonNull RangingDevice peer, @RangingManager.RangingTechnology int technology); in onStopped()
|
D | IRangingCallbacks.aidl | 29 void onStarted(in SessionHandle session, in RangingDevice peer, in int technology); in onStarted() 31 void onStopped(in SessionHandle session, in RangingDevice peer, in int technology); in onStopped()
|
D | RangingSessionManager.java | 88 public void onStarted(SessionHandle session, RangingDevice peer, int technology) { in onStarted() 106 public void onStopped(SessionHandle session, RangingDevice peer, int technology) { in onStopped()
|
/aosp_15_r20/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/ |
D | TbsService.java | 258 int technology, in registerBearer() 319 int ccid, String providerName, int technology, AttributionSource source) { in networkStateChanged() 335 int technology) { in registerBearer() 401 void networkStateChanged(int ccid, String providerName, int technology) { in networkStateChanged()
|
D | TbsGeneric.java | 102 int technology; field in TbsGeneric.Bearer 112 int technology, in Bearer() 321 int technology) { in addBearer() 719 public synchronized void networkStateChanged(int ccid, String providerName, int technology) { in networkStateChanged()
|
D | BluetoothLeCallControlProxy.java | 65 int technology, in registerBearer() 96 public void networkStateChanged(String providerName, int technology) { in networkStateChanged()
|
/aosp_15_r20/packages/modules/Uwb/ranging/service/tests/unittests/src/com/android/ranging/tests/ |
D | RangingSessionTest.java | 148 RangingTechnology technology, Set<RangingDevice> peers in mockTechnologyConfig() 157 RangingTechnology technology, RangingDevice peer in mockTechnologyConfig() 167 private RangingData generateData(RangingTechnology technology) { in generateData()
|
/aosp_15_r20/external/autotest/client/cros/cellular/ |
H A D | emulator_config.py | 22 def _BaseStationFactory(c, technology): argument 50 def StartDefault(config, technology): argument
|
/aosp_15_r20/packages/apps/Nfc/src/com/android/nfc/cardemulation/ |
D | CardEmulationManager.java | 259 public void onHostCardEmulationActivated(int technology) { in onHostCardEmulationActivated() 286 public void onHostCardEmulationData(int technology, byte[] data) { in onHostCardEmulationData() 308 public void onHostCardEmulationDeactivated(int technology) { in onHostCardEmulationDeactivated() 1045 public void overrideRoutingTable(int userHandle, String protocol, String technology, in overrideRoutingTable() 1104 String protocol, String technology, String sc) { in overwriteRoutingTable()
|
/aosp_15_r20/packages/modules/Uwb/ranging/service/java/com/android/server/ranging/fusion/ |
D | FusionEngine.java | 111 public abstract void addDataSource(@NonNull RangingTechnology technology); in addDataSource() 118 public abstract void removeDataSource(@NonNull RangingTechnology technology); in removeDataSource()
|
D | FilteringFusionEngine.java | 124 public void addDataSource(@NonNull RangingTechnology technology) { in addDataSource() 131 public void removeDataSource(@NonNull RangingTechnology technology) { in removeDataSource()
|
/aosp_15_r20/frameworks/proto_logging/stats/atoms/ranging/ |
H A D | ranging_extension_atoms.proto | 97 optional android.ranging.Technology technology = 2; field 111 optional android.ranging.Technology technology = 2; field
|
/aosp_15_r20/packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/ |
D | NativeNfcManager.java | 381 public int getMaxTransceiveLength(int technology) { in getMaxTransceiveLength() 466 private void notifyHostEmuActivated(int technology) { in notifyHostEmuActivated() 470 private void notifyHostEmuData(int technology, byte[] data) { in notifyHostEmuData() 474 private void notifyHostEmuDeactivated(int technology) { in notifyHostEmuDeactivated()
|
/aosp_15_r20/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()
|
/aosp_15_r20/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()
|
/aosp_15_r20/external/coreboot/util/spd_tools/ |
H A D | README.md | 617 ### 1. Gather the SPD requirements 632 ### 2. Implement support in spd_tools
|
/aosp_15_r20/packages/apps/Nfc/tests/unit/src/com/android/nfc/cardemulation/ |
D | CardEmulationManagerTest.java | 1541 String technology = "DH"; in testCardEmulationOverrideRoutingTable_callerNotForeground() local 1584 String technology = "DH"; in testCardEmulationOverrideRoutingTable_callerForegroundRouteDH() local 1606 String technology = "eSE1"; in testCardEmulationOverrideRoutingTable_callerForegroundRouteeSE() local 1628 String technology = "SIM1"; in testCardEmulationOverrideRoutingTable_callerForegroundRouteSIM() local
|
/aosp_15_r20/packages/apps/Nfc/proto/ |
D | event.proto | 99 required int32 technology = 1; field 104 required int32 technology = 1; field
|
/aosp_15_r20/packages/apps/Nfc/nci/jni/ |
D | RoutingManager.cpp | 463 void RoutingManager::notifyActivated(uint8_t technology) { in notifyActivated() 567 void RoutingManager::notifyDeactivated(uint8_t technology) { in notifyDeactivated() 593 void RoutingManager::handleData(uint8_t technology, const uint8_t* data, in handleData()
|
/aosp_15_r20/tools/test/connectivity/acts/framework/acts/controllers/rohdeschwarz_lib/ |
D | cmw500_handover_simulator.py | 125 def _get_handover_manager(self, technology): argument 144 def __init__(self, cmw, technology): argument
|