Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/
DSamplingProfilerService.java55 (DropBoxManager) context.getSystemService(Context.DROPBOX_SERVICE); in startWorking()
DBatteryService.java531 DropBoxManager db = (DropBoxManager) mContext.getSystemService(Context.DROPBOX_SERVICE); in logBatteryStatsLocked()
/frameworks/base/services/tests/servicestests/src/com/android/server/
DDropBoxTest.java56 Context.DROPBOX_SERVICE); in testAddText()
90 Context.DROPBOX_SERVICE);
134 Context.DROPBOX_SERVICE);
251 Context.DROPBOX_SERVICE); in testIsTagEnabled()
/frameworks/base/core/java/android/content/
DContext.java2124 DROPBOX_SERVICE,
2660 public static final String DROPBOX_SERVICE = "dropbox"; field in Context
/frameworks/base/core/java/com/android/server/
DBootReceiver.java97 final DropBoxManager db = (DropBoxManager) ctx.getSystemService(Context.DROPBOX_SERVICE); in logBootEvents()
/frameworks/base/services/core/java/com/android/server/net/
DNetworkStatsService.java358 Context.DROPBOX_SERVICE); in buildRecorder()
1290 Context.DROPBOX_SERVICE); in foundNonMonotonic()
/frameworks/base/services/java/com/android/server/
DSystemServer.java767 ServiceManager.addService(Context.DROPBOX_SERVICE, in startOtherServices()
/frameworks/base/core/java/android/app/
DContextImpl.java441 registerService(DROPBOX_SERVICE, new StaticServiceFetcher() { in registerService() argument
1840 IBinder b = ServiceManager.getService(DROPBOX_SERVICE); in createDropBoxManager()
DActivityThread.java5170 dropBox = (DropBoxManager) getSystemContext().getSystemService(Context.DROPBOX_SERVICE); in DropBoxReporter()
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
DSettingsProvider.java589 getContext().getSystemService(Context.DROPBOX_SERVICE); in ensureAndroidIdIsSet()
/frameworks/base/docs/html/sdk/api_diff/8/
DmissingSinces.txt336 NO DOC BLOCK: android.content.Context Field DROPBOX_SERVICE
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java11677 mContext.getSystemService(Context.DROPBOX_SERVICE);
11934 mContext.getSystemService(Context.DROPBOX_SERVICE);
/frameworks/base/api/
Dcurrent.txt7216 field public static final java.lang.String DROPBOX_SERVICE = "dropbox";