Searched refs:setChannelMaxPowers (Results 1 – 5 of 5) sorted by relevance
/packages/modules/Connectivity/thread/tests/integration/src/android/net/thread/ |
D | ThreadNetworkControllerTest.java | 97 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/ |
D | ThreadNetworkControllerTest.java | 389 .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/ |
D | IThreadNetworkController.aidl | 43 void setChannelMaxPowers(in ChannelMaxPower[] channelMaxPowers, in IOperationReceiver receiver); in setChannelMaxPowers() method
|
D | ThreadNetworkController.java | 635 public final void setChannelMaxPowers( in setChannelMaxPowers() method in ThreadNetworkController 678 mControllerService.setChannelMaxPowers( in setChannelMaxPowers()
|
/packages/modules/Connectivity/thread/service/java/com/android/server/thread/ |
D | ThreadNetworkControllerService.java | 1180 public void setChannelMaxPowers( 1196 getOtDaemon().setChannelMaxPowers(channelMaxPowers, newOtStatusReceiver(receiver));
|