OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:recentinfo
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
RecentTasksLoader.java
374
ActivityManager.RecentTaskInfo
recentInfo
= recentTasks.get(0);
376
Intent intent = new Intent(
recentInfo
.baseIntent);
377
if (
recentInfo
.origActivity != null) {
378
intent.setComponent(
recentInfo
.origActivity);
391
item = createTaskDescription(
recentInfo
.id,
392
recentInfo
.persistentId,
recentInfo
.baseIntent,
393
recentInfo
.origActivity,
recentInfo
.description);
456
final ActivityManager.RecentTaskInfo
recentInfo
= recentTasks.get(i)
[
all
...]
/frameworks/ex/carousel/test/src/com/android/carouseltest/
TaskSwitcherActivity.java
289
final ActivityManager.RecentTaskInfo
recentInfo
= recentTasks.get(i);
291
Intent intent = new Intent(
recentInfo
.baseIntent);
292
if (
recentInfo
.origActivity != null) {
293
intent.setComponent(
recentInfo
.origActivity);
311
int id =
recentInfo
.id;
Completed in 196 milliseconds