Searched refs:DROPBOX_SERVICE (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/services/java/com/android/server/
H A DSamplingProfilerService.java53 (DropBoxManager) context.getSystemService(Context.DROPBOX_SERVICE);
H A DBootReceiver.java85 final DropBoxManager db = (DropBoxManager) ctx.getSystemService(Context.DROPBOX_SERVICE);
H A DBatteryService.java411 DropBoxManager db = (DropBoxManager) mContext.getSystemService(Context.DROPBOX_SERVICE);
H A DSystemServer.java453 ServiceManager.addService(Context.DROPBOX_SERVICE,
/frameworks/base/core/java/android/content/
H A DContext.java1737 public static final String DROPBOX_SERVICE = "dropbox"; field in class:Context
/frameworks/base/services/tests/servicestests/src/com/android/server/
H A DDropBoxTest.java56 Context.DROPBOX_SERVICE);
90 Context.DROPBOX_SERVICE);
134 Context.DROPBOX_SERVICE);
251 Context.DROPBOX_SERVICE);
/frameworks/base/core/java/android/app/
H A DContextImpl.java316 registerService(DROPBOX_SERVICE, new StaticServiceFetcher() {
1184 IBinder b = ServiceManager.getService(DROPBOX_SERVICE);
1190 // DROPBOX_SERVICE is registered.
/frameworks/base/services/java/com/android/server/net/
H A DNetworkStatsService.java316 mDropBox = (DropBoxManager) mContext.getSystemService(Context.DROPBOX_SERVICE);
/frameworks/base/services/java/com/android/server/am/
H A DActivityManagerService.java7328 mContext.getSystemService(Context.DROPBOX_SERVICE);
7560 mContext.getSystemService(Context.DROPBOX_SERVICE);

Completed in 441 milliseconds