/packages/modules/Nfc/framework/java/android/nfc/ |
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()
|
/packages/modules/Uwb/ranging/service/java/com/android/server/ranging/fusion/ |
D | FilteringFusionEngine.java | 91 public @NonNull UwbFilterEngine createFilter(@NonNull RangingTechnology technology) { in createFilter() 195 public void addDataSource(@NonNull RangingTechnology technology) { in addDataSource() 202 public void removeDataSource(@NonNull RangingTechnology technology) { in removeDataSource()
|
D | FusionEngine.java | 111 public abstract void addDataSource(@NonNull RangingTechnology technology); in addDataSource() 118 public abstract void removeDataSource(@NonNull RangingTechnology technology); in removeDataSource()
|
/packages/modules/Uwb/ranging/framework/java/android/ranging/ |
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 | RangingSession.java | 248 public void onStarted(RangingDevice peer, @RangingManager.RangingTechnology int technology) { in onStarted() 262 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 | RangingSessionManager.java | 91 public void onStarted(SessionHandle session, RangingDevice peer, int technology) { in onStarted() 111 public void onStopped(SessionHandle session, RangingDevice peer, int technology) { in onStopped()
|
D | RangingCapabilities.java | 255 public Builder addAvailability( in addAvailability()
|
/packages/modules/Uwb/ranging/service/java/com/android/server/ranging/session/ |
D | BaseRangingSession.java | 125 public void setUsingTechnology(@NonNull RangingTechnology technology) { in setUsingTechnology() 130 public void setNotUsingTechnology(@NonNull RangingTechnology technology) { in setNotUsingTechnology() 380 protected void onTechnologyStopped( in onTechnologyStopped() 501 public void addDataSource(@NonNull RangingTechnology technology) { in addDataSource() 504 public void removeDataSource(@NonNull RangingTechnology technology) { in removeDataSource()
|
/packages/modules/Nfc/NfcNci/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() 80 boolean connect(int technology); in connect() 245 public boolean setTimeout(int technology, int timeout); in setTimeout() 247 public int getTimeout(int technology); in getTimeout() 251 boolean canMakeReadOnly(int technology); in canMakeReadOnly() 253 int getMaxTransceiveLength(int technology); in getMaxTransceiveLength()
|
/packages/modules/Uwb/ranging/service/java/com/android/server/ranging/ |
D | RangingEngine.java | 206 private boolean shouldRequest(RangingTechnology technology) { in shouldRequest() 221 private boolean createConfigSelectorIfEnabledAndSupported(RangingTechnology technology) { in createConfigSelectorIfEnabledAndSupported() 232 RangingTechnology technology in createConfigSelector()
|
D | CapabilitiesProvider.java | 143 TechnologyAvailabilityListener(RangingTechnology technology) { in TechnologyAvailabilityListener()
|
D | RangingData.java | 139 public Builder setTechnology(@Nullable RangingTechnology technology) { in setTechnology()
|
/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/modules/Uwb/ranging/service/java/com/android/server/ranging/metrics/ |
D | SessionMetricsLogger.java | 99 public synchronized void logTechnologyStarted(RangingTechnology technology, int numPeers) { in logTechnologyStarted() 110 RangingTechnology technology, int numPeers, @InternalReason int reason in logTechnologyStopped()
|
/packages/modules/Uwb/ranging/service/tests/unittests/src/com/android/ranging/tests/session/ |
D | BaseRangingSessionTest.java | 157 RangingTechnology technology, Set<RangingDevice> peers in mockTechnologyConfig() 166 RangingTechnology technology, RangingDevice peer in mockTechnologyConfig() 176 private RangingData generateData(RangingTechnology technology) { in generateData()
|
/packages/modules/Uwb/ranging/tests/multidevices/snippet/uwb/ |
D | RangingSnippet.java | 141 public void onStarted(@NonNull RangingDevice peer, @RangingTechnology int technology) { in onStarted() 172 public void onStopped(@NonNull RangingDevice peer, @RangingTechnology int technology) { in onStopped() 357 public boolean isTechnologyEnabled(int technology) { in isTechnologyEnabled() 364 public boolean isTechnologySupported(int technology) { in isTechnologySupported()
|
/packages/modules/Uwb/ranging/test_app/app/src/main/java/com/android/ranging/rangingtestapp/ |
D | RangingParameters.java | 105 public final int technology; field in RangingParameters.Technology 106 Technology(int technology) { in Technology()
|
D | ConfigurationParameters.java | 91 public RangingParameters.Technology technology; field in ConfigurationParameters.BaseTechConfig 93 public BaseTechConfig(RangingParameters.Technology technology) { in BaseTechConfig()
|
D | DistanceMeasurementViewModel.java | 105 void toggleStartStop(String technology, String freq, int duration) { in toggleStartStop()
|
/packages/modules/Nfc/NfcNci/proto/ |
D | event.proto | 99 required int32 technology = 1; field 104 required int32 technology = 1; field
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/tbs/ |
D | TbsServiceBinderTest.java | 70 int technology = 2; in registerBearer() local
|
/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()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/ |
D | BluetoothLeCallControlProxy.java | 65 int technology, in registerBearer()
|
D | TbsGeneric.java | 105 final int technology; field in TbsGeneric.Bearer 115 int technology, in Bearer() 307 int technology) { in addBearer()
|
/packages/modules/Nfc/NfcNci/nci/src/com/android/nfc/dhimpl/ |
D | NativeNfcManager.java | 407 public int getMaxTransceiveLength(int technology) { in getMaxTransceiveLength() 499 private void notifyHostEmuActivated(int technology) { in notifyHostEmuActivated() 503 private void notifyHostEmuData(int technology, byte[] data) { in notifyHostEmuData() 507 private void notifyHostEmuDeactivated(int technology) { in notifyHostEmuDeactivated()
|