OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:recentsCount
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/services/core/java/com/android/server/am/
RecentTasks.java
231
final int
recentsCount
= size();
232
for (int i = 0; i <
recentsCount
; i++) {
280
int
recentsCount
= size();
281
if (
recentsCount
== 0) {
288
for (int i =
recentsCount
- 1; i >= 0; i--) {
375
recentsCount
= size();
376
while (i <
recentsCount
) {
383
int
recentsCount
= size();
396
while (endIndex <
recentsCount
) {
452
if (endIndex >=
recentsCount
) {
[
all
...]
ActivityManagerService.java
[
all
...]
Completed in 54 milliseconds