Home
last modified time | relevance | path

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

/aosp12/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
H A DTrackerDataHelper.java165 public String getNextOutput(Cursor cursor) { in getNextOutput() method in TrackerDataHelper
/aosp12/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/
H A DTrackerActivity.java183 while ((line = trackerData.getNextOutput(cursor)) != null) { in exportFile()