Home
last modified time | relevance | path

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

12345678

/aosp_15_r20/out/soong/.intermediates/packages/apps/Dialer/Dialer/android_common/javac/anno/com/android/dialer/speeddial/database/
DAutoValue_SpeedDialEntry_Channel.java14 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/
DDeviceHost.java35 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 DINfcTag.aidl28 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/
DBaseRangingSession.java108 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/
DRangingSnippet.java122 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/
DRangingSession.java249 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()
DIRangingCallbacks.aidl29 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()
DRangingSessionManager.java88 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/
DTbsService.java258 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()
DTbsGeneric.java102 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()
DBluetoothLeCallControlProxy.java65 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/
DRangingSessionTest.java148 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 Demulator_config.py22 def _BaseStationFactory(c, technology): argument
50 def StartDefault(config, technology): argument
/aosp_15_r20/packages/apps/Nfc/src/com/android/nfc/cardemulation/
DCardEmulationManager.java259 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/
DFusionEngine.java111 public abstract void addDataSource(@NonNull RangingTechnology technology); in addDataSource()
118 public abstract void removeDataSource(@NonNull RangingTechnology technology); in removeDataSource()
DFilteringFusionEngine.java124 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 Dranging_extension_atoms.proto97 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/
DNativeNfcManager.java381 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/
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()
/aosp_15_r20/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()
/aosp_15_r20/external/coreboot/util/spd_tools/
H A DREADME.md617 ### 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/
DCardEmulationManagerTest.java1541 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/
Devent.proto99 required int32 technology = 1; field
104 required int32 technology = 1; field
/aosp_15_r20/packages/apps/Nfc/nci/jni/
DRoutingManager.cpp463 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/
Dcmw500_handover_simulator.py125 def _get_handover_manager(self, technology): argument
144 def __init__(self, cmw, technology): argument

12345678