Home
last modified time | relevance | path

Searched defs:deviceRole (Results 1 – 14 of 14) sorted by relevance

/packages/modules/Connectivity/thread/tests/cts/src/android/net/thread/cts/
DThreadNetworkControllerTest.java159 CompletableFuture<Integer> deviceRole = new CompletableFuture<>(); in registerStateCallback_permissionsGranted_returnsCurrentStates() local
228 CompletableFuture<Integer> deviceRole = new CompletableFuture<>(); in registerStateCallback_alreadyRegistered_throwsIllegalArgumentException() local
240 CompletableFuture<Integer> deviceRole = new CompletableFuture<>(); in unregisterStateCallback_noPermissions_throwsSecurityException() local
257 CompletableFuture<Integer> deviceRole = new CompletableFuture<>(); in unregisterStateCallback_callbackRegistered_success() local
267 CompletableFuture<Integer> deviceRole = new CompletableFuture<>(); in unregisterStateCallback_callbackNotRegistered_throwsIllegalArgumentException() local
279 CompletableFuture<Integer> deviceRole = new CompletableFuture<>(); in unregisterStateCallback_alreadyUnregistered_throwsIllegalArgumentException() local
/packages/modules/Connectivity/thread/framework/java/android/net/thread/
DIStateCallback.aidl23 void onDeviceRoleChanged(int deviceRole); in onDeviceRoleChanged()
DThreadNetworkController.java205 public static boolean isAttached(@DeviceRole int deviceRole) { in isAttached()
223 void onDeviceRoleChanged(@DeviceRole int deviceRole); in onDeviceRoleChanged()
253 public void onDeviceRoleChanged(@DeviceRole int deviceRole) { in onDeviceRoleChanged()
/packages/modules/Connectivity/remoteauth/service/java/com/android/server/remoteauth/ranging/
DSessionParameters.java107 @DeviceRole int deviceRole, in SessionParameters()
157 public Builder setDeviceRole(@DeviceRole int deviceRole) { in setDeviceRole()
/packages/modules/Connectivity/thread/tests/integration/src/android/net/thread/utils/
DThreadNetworkControllerWrapper.java153 public int waitForRole(int deviceRole, Duration timeout) in waitForRole()
/packages/modules/Uwb/service/tests/src/com/android/server/uwb/secure/csml/
DSessionDataTest.java57 int deviceRole = RESPONDER; in testConversion() local
/packages/modules/Uwb/service/java/com/android/server/uwb/params/
DFiraEncoder.java78 int deviceRole = params.getDeviceRole(); in getTlvBufferFromFiraOpenSessionParams() local
/packages/modules/Uwb/service/tests/src/com/android/server/uwb/
DUwbConfigurationManagerTest.java207 int deviceRole = RANGING_DEVICE_ROLE_INITIATOR; in getFiraParams() local
DUwbSessionManagerTest.java1685 int deviceRole, in setupFiraParams()
1691 int deviceRole, in setupFiraParams()
/packages/modules/Uwb/androidx_backend/src/androidx/core/uwb/backend/impl/internal/
DConfigurationManager.java485 int deviceRole; in createOpenSessionParams() local
/packages/modules/Uwb/service/java/com/android/server/uwb/secure/csml/
DConfigurationParams.java110 Optional<Integer> deviceRole, in ConfigurationParams()
526 int deviceRole) { in setDeviceRole()
/packages/modules/Uwb/service/support_lib/test/
DFiraTests.java85 int deviceRole = RANGING_DEVICE_ROLE_INITIATOR; in testOpenSessionParams() local
227 assertEquals(params.getDeviceRole(), deviceRole); in testOpenSessionParams() local
/packages/modules/Uwb/service/support_lib/src/com/google/uwb/support/fira/
DFiraOpenSessionParams.java275 @RangingDeviceRole int deviceRole, in FiraOpenSessionParams()
1589 public FiraOpenSessionParams.Builder setDeviceRole(@RangingDeviceRole int deviceRole) { in setDeviceRole()
/packages/modules/Uwb/service/java/com/android/server/uwb/
DUwbSessionManager.java3143 int deviceRole = firaOpenSessionParams.getDeviceRole(); in updateFiraParamsForSessionTimeBase() local