Home
last modified time | relevance | path

Searched refs:colon (Results 1 – 1 of 1) sorted by relevance

/cts/tests/app/src/android/app/cts/
DActivityManagerTest.java1702 final int colon = line.indexOf(':'); in getCachedAppsLru() local
1703 if (colon == -1) { in getCachedAppsLru()
1706 lru.add(0, line.substring(colon + 1)); in getCachedAppsLru()