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
253
final int
recentsCount
= size();
254
for (int i = 0; i <
recentsCount
; i++) {
302
int
recentsCount
= size();
303
if (
recentsCount
== 0) {
310
for (int i =
recentsCount
- 1; i >= 0; i--) {
397
recentsCount
= size();
398
while (i <
recentsCount
) {
405
int
recentsCount
= size();
418
while (endIndex <
recentsCount
) {
474
if (endIndex >=
recentsCount
) {
[
all
...]
ActivityManagerService.java
[
all
...]
Completed in 142 milliseconds