Home
last modified time | relevance | path

Searched refs:reasons (Results 1 – 25 of 27) sorted by relevance

12

/aosp14/frameworks/base/core/proto/android/os/
H A Dappbackgroundrestrictioninfo.proto103 // 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 Dbatterystats.proto94 // 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 Dincident.proto196 // Disable procrank for reasons below:
/aosp14/frameworks/base/tests/Input/src/com/android/test/input/
H A DAnrTest.kt147 val reasons = getExitReasons() regex
148 assertTrue(reasons[0].timestamp > previousExitTimestamp)
149 assertEquals(ApplicationExitInfo.REASON_ANR, reasons[0].reason)
/aosp14/system/core/init/
H A Dreboot.cpp653 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 DREADME.md333 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 Dcomponents_expected_proto.txt117 reasons: "default feature for all apps"
124 reasons: "requested a telephony permission"
H A Dcomponents_full_proto.txt117 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 DDexoptOptionsTests.java97 int[] reasons = new int[] { in testCreateDexoptOptionsReason() local
105 for (int reason : reasons) { in testCreateDexoptOptionsReason()
/aosp14/system/core/bootstat/
H A Dbootstat-debug.rc5 # to bootloader boot reason to allow test to inject reasons
H A Dboot_reason_test.sh690 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 DActivityMetricsLaunchObserverTests.java391 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 DRecentsAnimationController.java559 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 DTransition.java1967 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 DApkInfo.proto173 repeated string reasons = 2; field
/aosp14/frameworks/base/tools/aapt2/dump/
H A DDumpManifest.cpp1164 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 DCommand.cpp490 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 DJobSchedulerService.java2724 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 Dsystem.proto154 // unavailable for other reasons). If 1, then the rotation lock toggle is hidden.
/aosp14/frameworks/base/packages/SystemUI/docs/
H A Dphysics-animation-layout.md32 …controller can use them to actually run animations. This is done for two reasons - reacting to a v…
H A Dplugins.md226 …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 DREADME.md146 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 Dpowermanagerservice.proto487 // Exemption reasons that this policy allows
/aosp14/frameworks/base/core/java/android/os/
H A DBatteryStats.java5941 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 Dinit.rc861 # For security reasons, /data/local/tmp should always be empty.
941 # is an exception that exists for legacy reasons.

12