Home
last modified time | relevance | path

Searched refs:setChannelMaxPowers (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Connectivity/thread/tests/integration/src/android/net/thread/
DThreadNetworkControllerTest.java97 mController.setChannelMaxPowers( in setChannelMaxPowers_withPrivilegedPermission_success()
115 () -> mController.setChannelMaxPowers(CHANNEL_MAX_POWERS, mExecutor, v -> {})); in setChannelMaxPowers_withoutPrivilegedPermission_throwsSecurityException()
122 () -> mController.setChannelMaxPowers(new SparseIntArray(), mExecutor, v -> {})); in setChannelMaxPowers_emptyChannelMaxPower_throwsIllegalArgumentException()
136 () -> mController.setChannelMaxPowers(INVALID_CHANNEL_ARRAY, mExecutor, v -> {})); in setChannelMaxPowers_invalidChannel_throwsIllegalArgumentException()
150 () -> mController.setChannelMaxPowers(INVALID_POWER_ARRAY, mExecutor, v -> {})); in setChannelMaxPowers_invalidPower_throwsIllegalArgumentException()
/packages/modules/Connectivity/thread/tests/unit/src/android/net/thread/
DThreadNetworkControllerTest.java389 .setChannelMaxPowers(any(ChannelMaxPower[].class), any(IOperationReceiver.class)); in setChannelMaxPowers_callbackIsInvokedWithCallingAppIdentity()
390 mController.setChannelMaxPowers( in setChannelMaxPowers_callbackIsInvokedWithCallingAppIdentity()
401 .setChannelMaxPowers(any(ChannelMaxPower[].class), any(IOperationReceiver.class)); in setChannelMaxPowers_callbackIsInvokedWithCallingAppIdentity()
402 mController.setChannelMaxPowers( in setChannelMaxPowers_callbackIsInvokedWithCallingAppIdentity()
/packages/modules/Connectivity/thread/framework/java/android/net/thread/
DIThreadNetworkController.aidl43 void setChannelMaxPowers(in ChannelMaxPower[] channelMaxPowers, in IOperationReceiver receiver); in setChannelMaxPowers() method
DThreadNetworkController.java635 public final void setChannelMaxPowers( in setChannelMaxPowers() method in ThreadNetworkController
678 mControllerService.setChannelMaxPowers( in setChannelMaxPowers()
/packages/modules/Connectivity/thread/service/java/com/android/server/thread/
DThreadNetworkControllerService.java1180 public void setChannelMaxPowers(
1196 getOtDaemon().setChannelMaxPowers(channelMaxPowers, newOtStatusReceiver(receiver));