Searched refs:dbox (Results 1 – 3 of 3) sorted by relevance
5534 final DropBoxManager dbox = mService.mContext.getSystemService(DropBoxManager.class);5535 final boolean logToDropbox = LOG_TO_DROPBOX && dbox != null5536 && dbox.isTagEnabled(DROPBOX_TAG_IMPERCEPTIBLE_KILL);5551 dbox, logToDropbox)) {5585 final String reason, final int requester, final DropBoxManager dbox,5628 dbox.addText(DROPBOX_TAG_IMPERCEPTIBLE_KILL, sb.toString());5634 final DropBoxManager dbox = mService.mContext.getSystemService(DropBoxManager.class);5635 final boolean logToDropbox = dbox != null5636 && dbox.isTagEnabled(DROPBOX_TAG_IMPERCEPTIBLE_KILL);5651 dbox, logToDropbox)) {
9108 final DropBoxManager dbox = (DropBoxManager) in logStrictModeViolationToDropBox() local9113 if (dbox == null || !dbox.isTagEnabled(dropboxTag)) return; in logStrictModeViolationToDropBox()9152 dbox.addText(dropboxTag, res); in logStrictModeViolationToDropBox()9405 final DropBoxManager dbox; in addErrorToDropBox() local9407 dbox = mContext.getSystemService(DropBoxManager.class); in addErrorToDropBox()9414 if (dbox == null || !dbox.isTagEnabled(dropboxTag)) return; in addErrorToDropBox()9538 dbox.addText(dropboxTag, sb.toString()); in addErrorToDropBox()
277 final DropBoxManager dbox = mContext.getSystemService(DropBoxManager.class); in testFgsProcStatsTracker() local284 final DropBoxManager.Entry e = dbox.getNextEntry(tag_wtf, intent.getLongExtra( in testFgsProcStatsTracker()