Searched refs:DROPBOX_SERVICE (Results 1 – 12 of 12) sorted by relevance
49 @SystemService(Context.DROPBOX_SERVICE)
212 .getSystemService(Context.DROPBOX_SERVICE); in checkDropbox()
3209 DROPBOX_SERVICE,4170 public static final String DROPBOX_SERVICE = "dropbox"; field in Context
195 final DropBoxManager db = (DropBoxManager) ctx.getSystemService(Context.DROPBOX_SERVICE); in logBootEvents()
415 registerService(Context.DROPBOX_SERVICE, DropBoxManager.class, in registerService() argument419 IBinder b = ServiceManager.getServiceOrThrow(Context.DROPBOX_SERVICE); in registerService()
325 publishBinderService(Context.DROPBOX_SERVICE, mStub); in onStart()
760 DropBoxManager db = (DropBoxManager) mContext.getSystemService(Context.DROPBOX_SERVICE); in logBatteryStatsLocked()
448 Context.DROPBOX_SERVICE); in buildRecorder()
3034 Context.DROPBOX_SERVICE);
9337 mContext.getSystemService(Context.DROPBOX_SERVICE); in logStrictModeViolationToDropBox()9537 if (ServiceManager.getService(Context.DROPBOX_SERVICE) == null) return; in addErrorToDropBox()
7248 field public static final java.lang.String DROPBOX_SERVICE = "dropbox";
9829 field public static final String DROPBOX_SERVICE = "dropbox";