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.java57 @SystemService(Context.DROPBOX_SERVICE)
/frameworks/base/tests/Compatibility/src/com/android/compatibilitytest/
DAppCompatibility.java212 .getSystemService(Context.DROPBOX_SERVICE); in checkDropbox()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DContextFixture.java317 case Context.DROPBOX_SERVICE: in getSystemService()
371 return Context.DROPBOX_SERVICE; in getSystemServiceName()
/frameworks/base/core/java/android/content/
DContext.java4207 DROPBOX_SERVICE,
5588 public static final String DROPBOX_SERVICE = "dropbox"; field in Context
/frameworks/base/services/core/java/com/android/server/
DBootReceiver.java278 final DropBoxManager db = (DropBoxManager) ctx.getSystemService(Context.DROPBOX_SERVICE); in logBootEvents()
DDropBoxManagerService.java418 publishBinderService(Context.DROPBOX_SERVICE, mStub); in onStart()
DBatteryService.java867 DropBoxManager db = (DropBoxManager) mContext.getSystemService(Context.DROPBOX_SERVICE); in logBatteryStatsLocked()
/frameworks/base/core/java/android/app/
DSystemServiceRegistry.java524 registerService(Context.DROPBOX_SERVICE, DropBoxManager.class, in registerService() argument
528 IBinder b = ServiceManager.getServiceOrThrow(Context.DROPBOX_SERVICE); in registerService()
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
DSettingsProvider.java3675 Context.DROPBOX_SERVICE);
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt7248 field public static final java.lang.String DROPBOX_SERVICE = "dropbox";
/frameworks/base/core/api/
Dcurrent.txt10726 field public static final String DROPBOX_SERVICE = "dropbox";