Home
last modified time | relevance | path

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

/frameworks/base/tools/preload2/src/com/android/preload/
DDeviceUtils.java57 CollectStringShellOutputReceiver rec = new CollectStringShellOutputReceiver(); in doShellReturnString()
220 private static class CollectStringShellOutputReceiver implements IShellOutputReceiver { class in DeviceUtils