Home
last modified time | relevance | path

Searched defs:dropBox (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/core/java/com/android/server/net/
DNetworkStatsRecorder.java115 DropBoxManager dropBox, String cookie, long bucketDuration, boolean onlyTags) { in NetworkStatsRecorder()
DNetworkStatsService.java373 final DropBoxManager dropBox = (DropBoxManager) mContext.getSystemService( in buildRecorder() local
1449 final DropBoxManager dropBox = (DropBoxManager) mContext.getSystemService( in foundNonMonotonic() local
/frameworks/base/services/core/java/com/android/server/
DMountService.java1193 final DropBoxManager dropBox = mContext.getSystemService(DropBoxManager.class); in onEventLocked() local
1211 final DropBoxManager dropBox = mContext.getSystemService(DropBoxManager.class); in onEventLocked() local
/frameworks/base/core/java/android/app/
DActivityThread.java6029 private DropBoxManager dropBox; field in ActivityThread.DropBoxReporter