/packages/apps/Dialer/java/com/android/voicemail/impl/scheduling/ |
D | BaseTask.java | 57 @NonNull private final List<Policy> policies = new ArrayList<>(); field in BaseTask 103 policies.add(policy); in addPolicy() 165 for (Policy policy : policies) { in onCreate() 186 for (Policy policy : policies) { in onBeforeExecute() 196 for (Policy policy : policies) { in onCompleted() 201 for (Policy policy : policies) { in onCompleted() 208 for (Policy policy : policies) { in onDuplicatedTaskAdded()
|
/packages/modules/Connectivity/tests/unit/java/com/android/server/connectivity/ |
D | FullScoreTest.kt | 125 val policies = getAllPolicies() in <lambda>() constant 127 policies.forEach { policy -> in <lambda>() 132 policies.minOfOrNull { it.get() as Int }) in <lambda>() 134 policies.maxOfOrNull { it.get() as Int }) in <lambda>()
|
D | NetworkRankerTest.kt | 36 private fun score(vararg policies: Int) = FullScore(0, in <lambda>() 37 policies.fold(0L) { acc, e -> acc or (1L shl e) }, KEEP_CONNECTED_NONE) in <lambda>()
|
/packages/modules/Connectivity/framework/src/android/net/ |
D | NetworkScore.java | 90 NetworkScore(final int legacyInt, final long policies, in NetworkScore() argument 93 mPolicies = policies; in NetworkScore()
|
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/power/ |
D | PowerComponentHandlerUnitTest.java | 103 CarPowerPolicy[] policies = new CarPowerPolicy[]{ in testApplyPowerPolicy_multipleTimes() local 113 for (CarPowerPolicy policy : policies) { in testApplyPowerPolicy_multipleTimes()
|
D | CarPowerManagementServiceUnitTest.java | 575 CarPowerPolicy[] policies = CarPowerPolicy.CREATOR.newArray(1); in testParcelableCreation() local 576 assertThat(policies.length).isEqualTo(1); in testParcelableCreation()
|
/packages/modules/Connectivity/service/src/com/android/server/connectivity/ |
D | FullScore.java | 137 FullScore(final int legacyInt, final long policies, in FullScore() argument 140 mPolicies = policies; in FullScore()
|
/packages/services/Car/cpp/powerpolicy/server/src/ |
D | PolicyManager.cpp | 246 std::vector<CarPowerPolicyPtr> policies; in readPolicies() local 275 policies.push_back(policy); in readPolicies() 277 return policies; in readPolicies()
|
/packages/services/Car/cpp/telemetry/cartelemetryd/ |
D | ARCHITECTURE.md | 17 sepolicy - SELinux policies
|
/packages/services/Car/service/src/com/android/car/power/ |
D | PolicyReader.java | 375 ArrayMap<String, CarPowerPolicy> policies = new ArrayMap<>(); in parsePolicies() local 389 policies.put(policyId, parsePolicy(parser, policyId, includeOtherComponents)); in parsePolicies() 395 return policies; in parsePolicies()
|
/packages/apps/Dialer/java/com/android/dialer/about/res/raw/ |
D | third_party_licenses | 10942 authors and should not be interpreted as representing official policies, either expressed
|
/packages/inputmethods/LatinIME/dictionaries/ |
D | en_GB_wordlist.combined.gz | 1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ... |
D | en_US_wordlist.combined.gz |
|
D | pt_BR_wordlist.combined.gz | 1dictionary=main:pt_br,locale=pt_BR,description=Português (Brasil),date ... |
D | en_wordlist.combined.gz | 1dictionary=main:en,locale=en,description=English,date=1414726273, ... |
D | pt_PT_wordlist.combined.gz | 1dictionary=main:pt_pt,locale=pt_PT,description=Português (Portugal),date ... |