Searched refs:createEntry (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
H A DTrackerDataHelper.java84 writeEntry(TrackerEntry.createEntry(loc, distFromNetLoc));
91 writeEntry(TrackerEntry.createEntry(tag, logMsg));
169 String output = mFormatter.getOutput(TrackerEntry.createEntry(cursor));
H A DTrackerListHelper.java71 .createEntry(cursor));
H A DTrackerEntry.java95 static TrackerEntry createEntry(Location loc, float distFromNetLocation) { method in class:TrackerEntry
107 static TrackerEntry createEntry(String tag, String msg) { method in class:TrackerEntry
208 static TrackerEntry createEntry(Cursor cursor) { method in class:TrackerEntry
/frameworks/base/services/java/com/android/server/
H A DDropBoxManagerService.java222 temp = null; // Pass temp = null to createEntry() to leave a tombstone
227 long time = createEntry(temp, tag, flags);
622 private synchronized long createEntry(File temp, String tag, int flags) throws IOException { method in class:DropBoxManagerService

Completed in 151 milliseconds