/packages/modules/Connectivity/service/src/com/android/server/connectivity/ |
D | DscpPolicyTracker.java | 176 final int addIndex = findIndex(policy.getPolicyId(), ifIndex); in addDscpPolicyInternal() 204 ifacePolicies.put(policy.getPolicyId(), addIndex); in addDscpPolicyInternal() 238 sendStatus(nai, policy.getPolicyId(), DSCP_POLICY_STATUS_REQUEST_DECLINED); in addDscpPolicy() 243 sendStatus(nai, policy.getPolicyId(), in addDscpPolicy() 251 sendStatus(nai, policy.getPolicyId(), DSCP_POLICY_STATUS_REQUEST_DECLINED); in addDscpPolicy() 256 sendStatus(nai, policy.getPolicyId(), status); in addDscpPolicy()
|
/packages/services/Car/tests/common_utils/src/com/android/car/test/power/ |
D | CarPowerPolicyUtil.java | 28 assertThat(first.getPolicyId()).isEqualTo(second.getPolicyId()); in assertPolicyIdentical()
|
/packages/modules/Wifi/service/java/com/android/server/wifi/ |
D | ApplicationQosPolicyTrackingTable.java | 104 long policyHash = combinePolicyIdAndUid(policy.getPolicyId(), uid); in addPolicies() 159 long policyHash = combinePolicyIdAndUid(policy.getPolicyId(), uid); in filterUntrackedPolicies()
|
D | ApplicationQosPolicyRequestHandler.java | 666 rejectedPolicies.add(policyList.get(i).getPolicyId()); in handleHalPolicyAddError() 694 rejectedPolicies.add(policyList.get(i).getPolicyId()); in processSynchronousHalResponse()
|
D | WifiServiceImpl.java | 7961 policyIdSet.add(policy.getPolicyId());
|
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/power/ |
D | CarPowerManagementServiceUnitTest.java | 804 assertThat(mService.getCurrentPowerPolicy().getPolicyId()) in testUserManagerOnResumeCallAfterCancel() 820 assertThat(mService.getCurrentPowerPolicy().getPolicyId()) in testUserManagerOnResumeCallAfterCancel() 2116 listenerBluetooth.getCurrentPowerPolicy().getPolicyId())); in testGarageModeSystemPolicyOverride() 2123 listenerNfc.getCurrentPowerPolicy().getPolicyId())); in testGarageModeSystemPolicyOverride() 2738 assertThat(mService.getCurrentPowerPolicy().getPolicyId()).isEqualTo( in suspendAndResume() 2917 assertThat(mPowerComponentHandler.getAccumulatedPolicy().getPolicyId()).isEqualTo(policyId); in assertPowerPolicyApplied() 2933 assertWithMessage("Current policy ID").that(policy.getPolicyId()) in assertPowerPolicyNotApplied() 2938 assertWithMessage("Notified policy ID").that(policy.getPolicyId()) in assertPowerPolicyNotApplied() 2998 expectWithMessage("Policy id").that(policy.getPolicyId()).isEqualTo(policyId); in expectPowerPolicySet() 3003 mPowerComponentHandler.getAccumulatedPolicy().getPolicyId()).isEqualTo(policyId); in expectPowerComponentHandlerPolicySet() [all …]
|
/packages/services/Car/car-lib/src/android/car/hardware/power/ |
D | CarPowerPolicy.java | 125 public @NonNull String getPolicyId() { in getPolicyId() method in CarPowerPolicy
|
/packages/modules/Wifi/framework/tests/src/android/net/wifi/ |
D | QosPolicyParamsTest.java | 101 assertEquals(TEST_POLICY_ID, params.getPolicyId()); in verifyTestQosPolicyParams()
|
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ |
D | QosPolicyRequestHandlerTest.java | 95 policy.getPolicyId(), NetworkAgent.DSCP_POLICY_STATUS_SUCCESS)); in setUp() 245 int policyId = policy.getPolicyId(); in testMoreResourcesIsFalseIfInsufficientResources()
|
D | ApplicationQosPolicyTrackingTableTest.java | 82 policyIds.add(policy.getPolicyId()); in getPolicyIdsFromPolicyList()
|
D | ApplicationQosPolicyRequestHandlerTest.java | 245 policyIds.add(policy.getPolicyId()); in getPolicyIdsFromPolicyList()
|
/packages/modules/Connectivity/framework/src/android/net/ |
D | DscpPolicy.java | 130 public int getPolicyId() { in getPolicyId() method in DscpPolicy
|
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hardware/power/ |
D | CarPowerManagerUnitTest.java | 315 assertThat(mCarPowerManager.getCurrentPowerPolicy().getPolicyId()).isEqualTo(policyId); in testApplyPowerPolicy() 750 mCurrentPolicyId = policy.getPolicyId(); in onPolicyChanged()
|
/packages/modules/Wifi/framework/java/android/net/wifi/ |
D | QosPolicyParams.java | 391 public int getPolicyId() { in getPolicyId() method in QosPolicyParams
|
/packages/services/Car/service/src/com/android/car/power/ |
D | PowerComponentHandler.java | 199 mCurrentPolicyId = policy.getPolicyId(); in applyPowerPolicy()
|
D | CarPowerManagementService.java | 1114 String policyId = policy == null ? fallbackPolicyId : policy.getPolicyId(); in applyDefaultPowerPolicyForState() 2323 mPolicyReader.definePowerPolicy(policy.getPolicyId(), in initializeRegisteredPowerPolicies() 2747 String policyId = accumulatedPowerPolicy.getPolicyId(); in notifyPowerPolicyChange() 2896 mCurrentPowerPolicyId = accumulatedPolicy.getPolicyId(); in updateCurrentPowerPolicy()
|
D | PolicyReader.java | 385 proto.write(PowerPolicy.POLICY_ID, powerPolicy.getPolicyId()); in dumpProtoPowerPolicies()
|
/packages/services/Car/tests/carservice_test/src/com/android/car/power/ |
D | CarPowerManagementTest.java | 986 if (Objects.equals(appliedPolicy.getPolicyId(), mWaitingPolicyId)) { in onPolicyChanged()
|
/packages/services/Car/service/src/com/android/car/watchdog/ |
D | CarWatchdogService.java | 264 + appliedPolicy.getPolicyId());
|
/packages/modules/Connectivity/framework/api/ |
D | system-current.txt | 101 method public int getPolicyId();
|
/packages/services/Car/car-lib/api/ |
D | current.txt | 707 method @NonNull public String getPolicyId();
|
D | lint-baseline.txt | 1364 UnflaggedApi: android.car.hardware.power.CarPowerPolicy#getPolicyId(): 1365 …PI must be flagged with @FlaggedApi: method android.car.hardware.power.CarPowerPolicy.getPolicyId()
|
/packages/services/Car/car-lib-module/api/ |
D | current.txt | 707 method @NonNull public String getPolicyId();
|
/packages/modules/Wifi/framework/api/ |
D | system-current.txt | 119 method @IntRange(from=1, to=255) public int getPolicyId();
|
/packages/services/Car/tools/GenericCarApiBuilder/ |
D | complete_car_api_list.txt | 1728 method TIRAMISU_0 String getPolicyId();
|