Home
last modified time | relevance | path

Searched defs:dropbox (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/
DDropBoxTest.java55 DropBoxManager dropbox = (DropBoxManager) getContext().getSystemService( in testAddText() local
200 DropBoxManager dropbox = new DropBoxManager(service); in testAddEntriesInTheFuture() local
250 DropBoxManager dropbox = (DropBoxManager) getContext().getSystemService( in testIsTagEnabled() local
283 DropBoxManager dropbox = new DropBoxManager(service); in testGetNextEntry() local
346 DropBoxManager dropbox = new DropBoxManager(service); in testSizeLimits() local
441 DropBoxManager dropbox = new DropBoxManager(service); in testAgeLimits() local
472 DropBoxManager dropbox = new DropBoxManager(service); in testFileCountLimits() local
525 DropBoxManager dropbox = new DropBoxManager(service); in testCreateDropBoxManagerWithInvalidDirectory() local
/frameworks/base/services/core/java/com/android/server/
DSamplingProfilerService.java54 final DropBoxManager dropbox = in startWorking() local
79 private void handleSnapshotFile(File file, DropBoxManager dropbox) { in handleSnapshotFile()