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

/frameworks/base/core/java/android/os/
H A DDropBoxManager.java43 @SystemService(Context.DROPBOX_SERVICE)
/frameworks/base/tests/Compatibility/src/com/android/compatibilitytest/
H A DAppCompatibility.java180 .getSystemService(Context.DROPBOX_SERVICE);
/frameworks/base/core/java/android/content/
H A DContext.java2957 DROPBOX_SERVICE,
3678 public static final String DROPBOX_SERVICE = "dropbox"; field in class:Context
/frameworks/base/core/java/com/android/server/
H A DBootReceiver.java189 final DropBoxManager db = (DropBoxManager) ctx.getSystemService(Context.DROPBOX_SERVICE);
/frameworks/base/core/java/android/app/
H A DSystemServiceRegistry.java322 registerService(Context.DROPBOX_SERVICE, DropBoxManager.class,
326 IBinder b = ServiceManager.getServiceOrThrow(Context.DROPBOX_SERVICE);
H A DActivityThread.java6454 dropBox = (DropBoxManager) getSystemContext().getSystemService(Context.DROPBOX_SERVICE);
/frameworks/base/services/core/java/com/android/server/net/
H A DNetworkStatsService.java390 Context.DROPBOX_SERVICE);
1545 Context.DROPBOX_SERVICE);
/frameworks/base/services/core/java/com/android/server/
H A DBatteryService.java587 DropBoxManager db = (DropBoxManager) mContext.getSystemService(Context.DROPBOX_SERVICE);
H A DDropBoxManagerService.java193 publishBinderService(Context.DROPBOX_SERVICE, mStub);
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsProvider.java2746 Context.DROPBOX_SERVICE);
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java14449 mContext.getSystemService(Context.DROPBOX_SERVICE);
14718 if (ServiceManager.getService(Context.DROPBOX_SERVICE) == null) return;
[all...]

Completed in 341 milliseconds