Home
last modified time | relevance | path

Searched refs:DROPBOX_SERVICE (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/core/java/android/os/
DDropBoxManager.java49 @SystemService(Context.DROPBOX_SERVICE)
/frameworks/base/tests/Compatibility/src/com/android/compatibilitytest/
DAppCompatibility.java212 .getSystemService(Context.DROPBOX_SERVICE); in checkDropbox()
/frameworks/base/core/java/android/content/
DContext.java3209 DROPBOX_SERVICE,
4170 public static final String DROPBOX_SERVICE = "dropbox"; field in Context
/frameworks/base/core/java/com/android/server/
DBootReceiver.java195 final DropBoxManager db = (DropBoxManager) ctx.getSystemService(Context.DROPBOX_SERVICE); in logBootEvents()
/frameworks/base/core/java/android/app/
DSystemServiceRegistry.java415 registerService(Context.DROPBOX_SERVICE, DropBoxManager.class, in registerService() argument
419 IBinder b = ServiceManager.getServiceOrThrow(Context.DROPBOX_SERVICE); in registerService()
/frameworks/base/services/core/java/com/android/server/
DDropBoxManagerService.java325 publishBinderService(Context.DROPBOX_SERVICE, mStub); in onStart()
DBatteryService.java760 DropBoxManager db = (DropBoxManager) mContext.getSystemService(Context.DROPBOX_SERVICE); in logBatteryStatsLocked()
/frameworks/base/services/core/java/com/android/server/net/
DNetworkStatsService.java448 Context.DROPBOX_SERVICE); in buildRecorder()
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
DSettingsProvider.java3034 Context.DROPBOX_SERVICE);
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java9337 mContext.getSystemService(Context.DROPBOX_SERVICE); in logStrictModeViolationToDropBox()
9537 if (ServiceManager.getService(Context.DROPBOX_SERVICE) == null) return; in addErrorToDropBox()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt7248 field public static final java.lang.String DROPBOX_SERVICE = "dropbox";
/frameworks/base/api/
Dcurrent.txt9829 field public static final String DROPBOX_SERVICE = "dropbox";