Home
last modified time | relevance | path

Searched defs:ret (Results 1 – 5 of 5) sorted by relevance

/platform_testing/libraries/aupt-lib/src/android/support/test/aupt/
DAuptTestCase.java108 List<Long> ret = new ArrayList<>(samples.size()); in getForegroundDalvikHeap() local
118 List<Long> ret = new ArrayList<>(samples.size()); in getBackgroundDalvikHeap() local
128 List<Long> ret = new ArrayList<>(samples.size()); in getForegroundNativeHeap() local
138 List<Long> ret = new ArrayList<>(samples.size()); in getBackgroundNativeHeap() local
148 List<Long> ret = new ArrayList<>(samples.size()); in getForegroundPss() local
158 List<Long> ret = new ArrayList<>(samples.size()); in getBackgroundPss() local
DProcessStatusTracker.java77 List<ProcessDetails> ret = new ArrayList<ProcessDetails>(); in getProcessDetails() local
DJankStat.java61 String ret = null; in parse() local
/platform_testing/tests/functional/otatests/src/com/android/functional/otatests/
DVersionCheckingTest.java53 String ret = r.readLine().trim(); in getProp() local
/platform_testing/tests/functional/appsmoke/src/android/test/appsmoke/
DAppSmokeTest.java166 List<LaunchParameter> ret = new ArrayList<>(); in generateAppsList() local