OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TrackerListHelper
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
TrackerListHelper.java
30
public class
TrackerListHelper
extends TrackerDataHelper {
37
public
TrackerListHelper
(ListActivity activity) {
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/
TrackerActivity.java
21
import com.android.locationtracker.data.
TrackerListHelper
;
60
private
TrackerListHelper
mDataHelper;
71
mDataHelper = new
TrackerListHelper
(this);
Completed in 498 milliseconds