Searched refs:dbox (Results 1 – 3 of 3) sorted by relevance
274 final DropBoxManager dbox = mContext.getSystemService(DropBoxManager.class); in testFgsProcStatsTracker() local281 final DropBoxManager.Entry e = dbox.getNextEntry(tag_wtf, intent.getLongExtra( in testFgsProcStatsTracker()
5209 final DropBoxManager dbox = mService.mContext.getSystemService(DropBoxManager.class); in handleDeviceIdle() local5210 final boolean logToDropbox = dbox != null in handleDeviceIdle()5211 && dbox.isTagEnabled(DROPBOX_TAG_IMPERCEPTIBLE_KILL); in handleDeviceIdle()5226 dbox, logToDropbox)) { in handleDeviceIdle()5260 final String reason, final int requester, final DropBoxManager dbox, in killProcessLocked() argument5303 dbox.addText(DROPBOX_TAG_IMPERCEPTIBLE_KILL, sb.toString()); in killProcessLocked()5309 final DropBoxManager dbox = mService.mContext.getSystemService(DropBoxManager.class); in handleUidStateChanged() local5310 final boolean logToDropbox = dbox != null in handleUidStateChanged()5311 && dbox.isTagEnabled(DROPBOX_TAG_IMPERCEPTIBLE_KILL); in handleUidStateChanged()5326 dbox, logToDropbox)) { in handleUidStateChanged()
7990 final DropBoxManager dbox = (DropBoxManager) in logStrictModeViolationToDropBox() local7995 if (dbox == null || !dbox.isTagEnabled(dropboxTag)) return; in logStrictModeViolationToDropBox()8034 dbox.addText(dropboxTag, res); in logStrictModeViolationToDropBox()8232 final DropBoxManager dbox = mContext.getSystemService(DropBoxManager.class); in addErrorToDropBox()8236 if (dbox == null || !dbox.isTagEnabled(dropboxTag)) return; in addErrorToDropBox()8359 dbox.addText(dropboxTag, sb.toString()); in addErrorToDropBox()