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

/frameworks/base/services/core/java/com/android/server/
H A DDropBoxManagerService.java240 temp = null; // Pass temp = null to createEntry() to leave a tombstone
245 long time = createEntry(temp, tag, flags);
653 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 69 milliseconds