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

/frameworks/base/services/core/java/com/android/server/
H A DSamplingProfilerService.java55 (DropBoxManager) context.getSystemService(Context.DROPBOX_SERVICE);
H A DBatteryService.java564 DropBoxManager db = (DropBoxManager) mContext.getSystemService(Context.DROPBOX_SERVICE);
H A DDropBoxManagerService.java196 publishBinderService(Context.DROPBOX_SERVICE, mStub);
/frameworks/base/core/java/com/android/server/
H A DBootReceiver.java117 final DropBoxManager db = (DropBoxManager) ctx.getSystemService(Context.DROPBOX_SERVICE);
/frameworks/base/core/java/android/app/
H A DSystemServiceRegistry.java278 registerService(Context.DROPBOX_SERVICE, DropBoxManager.class,
282 IBinder b = ServiceManager.getService(Context.DROPBOX_SERVICE);
288 // DROPBOX_SERVICE is registered.
H A DActivityThread.java6036 dropBox = (DropBoxManager) getSystemContext().getSystemService(Context.DROPBOX_SERVICE);
/frameworks/base/core/java/android/content/
H A DContext.java2687 DROPBOX_SERVICE,
3340 public static final String DROPBOX_SERVICE = "dropbox"; field in class:Context
/frameworks/base/services/core/java/com/android/server/net/
H A DNetworkStatsService.java367 Context.DROPBOX_SERVICE);
1390 Context.DROPBOX_SERVICE);
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsProvider.java1946 Context.DROPBOX_SERVICE);
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java13300 mContext.getSystemService(Context.DROPBOX_SERVICE);
13564 mContext.getSystemService(Context.DROPBOX_SERVICE);

Completed in 1178 milliseconds