Searched refs:snoopFile (Results 1 – 1 of 1) sorted by relevance
374 File snoopFile = new File(BT_SNOOP_LOG_LOCATION); in grabBtSnoopLog() local375 if (!snoopFile.exists()) { in grabBtSnoopLog()379 try (FileInputStream input = new FileInputStream(snoopFile); in grabBtSnoopLog()