Searched refs:recent (Results 1 – 14 of 14) sorted by relevance
95 ) { priority, recent ->96 priority to recent188 R.id.recent,
1 # System UI > ... > Overview (recent apps) > UI
6 -- Downloads an XML feed from StackOverflow.com for the most recent posts tagged "android".
447 int recent = 0; in mayAssociateWithoutPrompt() local452 if (++recent >= ASSOCIATE_WITHOUT_PROMPT_MAX_PER_TIME_WINDOW) { in mayAssociateWithoutPrompt()454 + "associated " + recent + " devices within the last " in mayAssociateWithoutPrompt()
455 ActivityManager.RecentTaskInfo recent = task.getTaskInfo(); in onCreateOptionsMenu()457 if (recent.id >= 0) { in onCreateOptionsMenu()616 ActivityManager.RecentTaskInfo recent = task.getTaskInfo(); in findDocTask() local617 if (recent.baseIntent != null in findDocTask()618 && recent.baseIntent.getComponent().getClassName().equals( in findDocTask()
169 // 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
78 …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…
54 The `FalsingManager` maintains a recent history of false analyses. Using55 Bayesian statistics, it updates a "belief" in whether recent86 2. If the tap is the _second_ tap in recent history and looks like a valid Double Tap88 3. If the `HistoryTracker` reports strong belief in recent falsing, the tap is
2 …or testing different status icon permutations. Demo mode is available in recent versions of Androi…
64 view up-to-date with the most recent information from the model.
178 …t contains the plugin classes for compilation. Generally you can grab a recent plugin lib from jm…
22 // Output proto containing recent critical events for inclusion in logs such as ANR files.
37 // All data is no more recent than this time.
1519 final ActivityRecord recent = new ActivityBuilder(mAtm).setCreateTask(true) in testIsTransientVisible() local1524 final Task taskRecent = recent.getTask(); in testIsTransientVisible()1529 transition.collect(recent); in testIsTransientVisible()1531 transition.setTransientLaunch(recent, taskA); in testIsTransientVisible()