Searched defs:createEntry (Results 1 - 2 of 2) sorted by relevance

/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
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
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

Completed in 298 milliseconds