Home
last modified time | relevance | path

Searched refs:recent (Results 1 – 14 of 14) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/people/ui/view/
H A DPeopleViewBinder.kt95 ) { priority, recent ->
96 priority to recent
188 R.id.recent,
/aosp14/frameworks/base/tests/FlickerTests/src/com/android/server/wm/flicker/launch/
H A DOWNERS1 # System UI > ... > Overview (recent apps) > UI
/aosp14/frameworks/base/samples/training/network-usage/
H A DREADME.txt6 -- Downloads an XML feed from StackOverflow.com for the most recent posts tagged "android".
/aosp14/frameworks/base/services/companion/java/com/android/server/companion/
H A DAssociationRequestsProcessor.java447 int recent = 0; in mayAssociateWithoutPrompt() local
452 if (++recent >= ASSOCIATE_WITHOUT_PROMPT_MAX_PER_TIME_WINDOW) { in mayAssociateWithoutPrompt()
454 + "associated " + recent + " devices within the last " in mayAssociateWithoutPrompt()
/aosp14/frameworks/base/tests/ActivityTests/src/com/google/android/test/activity/
H A DActivityTestMain.java455 ActivityManager.RecentTaskInfo recent = task.getTaskInfo(); in onCreateOptionsMenu()
457 if (recent.id >= 0) { in onCreateOptionsMenu()
616 ActivityManager.RecentTaskInfo recent = task.getTaskInfo(); in findDocTask() local
617 if (recent.baseIntent != null in findDocTask()
618 && recent.baseIntent.getComponent().getClassName().equals( in findDocTask()
/aosp14/frameworks/base/core/proto/android/server/
H A Dbiometrics.proto169 // exists. Kept in FIFO order (most recent at the end of the array)
172 // A list of recent past operations in the order which they were handled
/aosp14/frameworks/base/packages/SystemUI/docs/
H A Dmedia-controls.md78 …id `MediaBrowserService` components found this way, and queries them for recent media on boot or u…
81 …ediaBrowser) to determine whether SystemUI is able to connect and find a recent [`MediaItem`](http…
H A Dfalsing.md54 The `FalsingManager` maintains a recent history of false analyses. Using
55 Bayesian statistics, it updates a "belief" in whether recent
86 2. If the tap is the _second_ tap in recent history and looks like a valid Double Tap
88 3. If the `HistoryTracker` reports strong belief in recent falsing, the tap is
H A Ddemo_mode.md2 …or testing different status icon permutations. Demo mode is available in recent versions of Androi…
H A Dstatus-bar-data-pipeline.md64 view up-to-date with the most recent information from the model.
H A Dplugins.md178 …t contains the plugin classes for compilation.  Generally you can grab a recent plugin lib from jm…
/aosp14/frameworks/base/proto/src/criticalevents/
H A Dcritical_event_log.proto22 // Output proto containing recent critical events for inclusion in logs such as ANR files.
/aosp14/frameworks/base/core/proto/android/os/
H A Dbatteryusagestats.proto37 // All data is no more recent than this time.
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DTransitionTests.java1519 final ActivityRecord recent = new ActivityBuilder(mAtm).setCreateTask(true) in testIsTransientVisible() local
1524 final Task taskRecent = recent.getTask(); in testIsTransientVisible()
1529 transition.collect(recent); in testIsTransientVisible()
1531 transition.setTransientLaunch(recent, taskA); in testIsTransientVisible()