OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAX_RECENT_TASKS
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/policy/src/com/android/internal/policy/impl/
RecentApplicationsDialog.java
52
private static final int
MAX_RECENT_TASKS
= NUM_BUTTONS * 2; // allow for some discards
262
am.getRecentTasks(
MAX_RECENT_TASKS
, ActivityManager.RECENT_IGNORE_UNAVAILABLE);
/development/samples/Home/src/com/example/android/home/
Home.java
97
private static final int
MAX_RECENT_TASKS
= 20;
358
MAX_RECENT_TASKS
, 0);
/frameworks/base/services/java/com/android/server/am/
ActivityManagerService.java
193
static final int
MAX_RECENT_TASKS
= 20;
[
all
...]
Completed in 485 milliseconds