/aosp14/frameworks/base/core/proto/android/os/ |
H A D | appbackgroundrestrictioninfo.proto | 103 // The reasons listed below are defined in PowerExemptionManager.java 105 // range 0-9 is reserved for default reasons 116 // range 50-99 is reserved for BG-FGS-launch allowed reasons 138 // range 100-199 is reserved for public reasons 154 // range 300-399 is reserved for other internal reasons
|
H A D | batterystats.proto | 94 // For historical reasons, screen_doze_duration_msec is a subset of 121 // Discharged points while screen was dozing. For historical reasons, 133 // via a coulomb counter. For historical reasons, total_mah_screen_doze is
|
H A D | incident.proto | 196 // Disable procrank for reasons below:
|
/aosp14/frameworks/base/tests/Input/src/com/android/test/input/ |
H A D | AnrTest.kt | 147 val reasons = getExitReasons() regex 148 assertTrue(reasons[0].timestamp > previousExitTimestamp) 149 assertEquals(ApplicationExitInfo.REASON_ANR, reasons[0].reason)
|
/aosp14/system/core/init/ |
H A D | reboot.cpp | 653 std::vector<std::string> reasons = Split(reason, ","); in DoReboot() local 654 if (reasons.size() >= 2 && reasons[0] == "reboot" && in DoReboot() 655 (reasons[1] == "recovery" || reasons[1] == "bootloader" || reasons[1] == "cold" || in DoReboot() 656 reasons[1] == "hard" || reasons[1] == "warm")) { in DoReboot()
|
H A D | README.md | 333 since it has some peculiarities for backwards compatibility reasons. The 'imports' section of 808 The order that files are imported is a bit complex for legacy reasons. The below is guaranteed:
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/DumpTest/ |
H A D | components_expected_proto.txt | 117 reasons: "default feature for all apps" 124 reasons: "requested a telephony permission"
|
H A D | components_full_proto.txt | 117 reasons: "default feature for all apps" 124 reasons: "requested a telephony permission"
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/pm/dex/ |
H A D | DexoptOptionsTests.java | 97 int[] reasons = new int[] { in testCreateDexoptOptionsReason() local 105 for (int reason : reasons) { in testCreateDexoptOptionsReason()
|
/aosp14/system/core/bootstat/ |
H A D | bootstat-debug.rc | 5 # to bootloader boot reason to allow test to inject reasons
|
H A D | boot_reason_test.sh | 690 reasons=${reason} 692 reasons="\(${reason}\|${bootloader_reason}\)" 694 EXPECT_PROPERTY sys.boot.reason ${reasons}
|
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | ActivityMetricsLaunchObserverTests.java | 391 final ArrayMap<WindowContainer, Integer> reasons = new ArrayMap<>(); in notifyTransitionStarting() local 392 reasons.put(activity, ActivityTaskManagerInternal.APP_TRANSITION_SPLASH_SCREEN); in notifyTransitionStarting() 393 mActivityMetricsLogger.notifyTransitionStarting(reasons); in notifyTransitionStarting()
|
/aosp14/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | RecentsAnimationController.java | 559 final ArrayMap<WindowContainer, Integer> reasons = new ArrayMap<>(1); in startAnimation() local 560 reasons.put(mTargetActivityRecord, APP_TRANSITION_RECENTS_ANIM); in startAnimation() 562 .notifyTransitionStarting(reasons); in startAnimation()
|
H A D | Transition.java | 1967 ArrayMap<WindowContainer, Integer> reasons = new ArrayMap<>(); in reportStartReasonsToLogger() local 1979 reasons.put(r, transitionReason); in reportStartReasonsToLogger() 1982 reasons); in reportStartReasonsToLogger()
|
/aosp14/frameworks/base/tools/aapt2/ |
H A D | ApkInfo.proto | 173 repeated string reasons = 2; field
|
/aosp14/frameworks/base/tools/aapt2/dump/ |
H A D | DumpManifest.cpp | 1164 for (auto reason : feature.second.reasons) { in PrintGroup() 1166 if (count + 2 < feature.second.reasons.size()) { in PrintGroup() 1168 } else if (count + 1 < feature.second.reasons.size()) { in PrintGroup() 1188 for (auto& reason : feature.second.reasons) { in GroupToProto() 1214 entry->second.reasons.insert(reason); in addImpliedFeature() 1309 std::set<std::string> reasons; member
|
/aosp14/frameworks/base/tools/aapt/ |
H A D | Command.cpp | 490 SortedVector<String8> reasons; member 554 feature->reasons.add(reason); in addImpliedFeature() 598 const size_t numReasons = impliedFeature.reasons.size(); in printFeatureGroupImpl() 600 printf("%s", impliedFeature.reasons[j].string()); in printFeatureGroupImpl()
|
/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/ |
H A D | JobSchedulerService.java | 2724 final SparseIntArray reasons = 2726 if (reasons != null) { 2727 reasons.delete(jobStatus.getJobId()); 3526 SparseIntArray reasons = 3528 if (reasons == null) { 3529 reasons = new SparseIntArray(); 3531 .add(job.getUid(), job.getNamespace(), reasons); 3535 reasons.put(job.getJobId(),
|
/aosp14/frameworks/base/core/proto/android/providers/settings/ |
H A D | system.proto | 154 // unavailable for other reasons). If 1, then the rotation lock toggle is hidden.
|
/aosp14/frameworks/base/packages/SystemUI/docs/ |
H A D | physics-animation-layout.md | 32 …controller can use them to actually run animations. This is done for two reasons - reacting to a v…
|
H A D | plugins.md | 226 …ental reference of hidden APIs, unstable prototypes, or other unexpected reasons, plugins will ine…
|
/aosp14/frameworks/base/services/core/java/com/android/server/rollback/ |
H A D | README.md | 146 There are a number of reasons why we may be unable to enable rollback for a
|
/aosp14/frameworks/base/core/proto/android/server/ |
H A D | powermanagerservice.proto | 487 // Exemption reasons that this policy allows
|
/aosp14/frameworks/base/core/java/android/os/ |
H A D | BatteryStats.java | 5941 final ArrayList<TimerEntry> reasons = new ArrayList<>(); in dumpLocked() 5944 reasons.add(new TimerEntry(ent.getKey(), 0, timer, in dumpLocked() 5947 Collections.sort(reasons, timerComparator); in dumpLocked() 5948 for (int i=0; i<reasons.size(); i++) { in dumpLocked() 5949 TimerEntry timer = reasons.get(i); in dumpLocked()
|
/aosp14/system/core/rootdir/ |
H A D | init.rc | 861 # For security reasons, /data/local/tmp should always be empty. 941 # is an exception that exists for legacy reasons.
|