Searched refs:dbox (Results 1 – 2 of 2) sorted by relevance
5747 final DropBoxManager dbox = mService.mContext.getSystemService(DropBoxManager.class);5748 final boolean logToDropbox = LOG_TO_DROPBOX && dbox != null5749 && dbox.isTagEnabled(DROPBOX_TAG_IMPERCEPTIBLE_KILL);5764 dbox, logToDropbox)) {5798 final String reason, final int requester, final DropBoxManager dbox,5841 dbox.addText(DROPBOX_TAG_IMPERCEPTIBLE_KILL, sb.toString());5847 final DropBoxManager dbox = mService.mContext.getSystemService(DropBoxManager.class);5848 final boolean logToDropbox = dbox != null5849 && dbox.isTagEnabled(DROPBOX_TAG_IMPERCEPTIBLE_KILL);5864 dbox, logToDropbox)) {
277 final DropBoxManager dbox = mContext.getSystemService(DropBoxManager.class); in testFgsProcStatsTracker() local284 final DropBoxManager.Entry e = dbox.getNextEntry(tag_wtf, intent.getLongExtra( in testFgsProcStatsTracker()