Home
last modified time | relevance | path

Searched refs:getBlockOutputChannelIgnoringFrp (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/pdb/
DPersistentDataBlockService.java472 return getBlockOutputChannelIgnoringFrp(); in getBlockOutputChannel()
475 private FileChannel getBlockOutputChannelIgnoringFrp() throws FileNotFoundException { in getBlockOutputChannelIgnoringFrp() method in PersistentDataBlockService
543 try (FileChannel channel = getBlockOutputChannelIgnoringFrp()) { in formatPartitionLocked()
765 try (FileChannel channel = getBlockOutputChannelIgnoringFrp()) { in writeFrpMagicAndDefaultSecret()
/frameworks/base/services/
Dart-wear-profile16939 PLcom/android/server/pdb/PersistentDataBlockService;->getBlockOutputChannelIgnoringFrp()Ljava/nio/c…