Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pdb/
DPersistentDataBlockService.java470 private FileChannel getBlockOutputChannel() throws IOException { in getBlockOutputChannel() method in PersistentDataBlockService
482 try (FileChannel channel = getBlockOutputChannel()) { in computeAndWriteDigestLocked()
801 try (FileChannel channel = getBlockOutputChannel()) { in doSetOemUnlockEnabledLocked()
1030 try (FileChannel channel = getBlockOutputChannel()) {
1357 try (FileChannel channel = getBlockOutputChannel()) { in writeDataBuffer()
/frameworks/base/services/
Dart-wear-profile16938 PLcom/android/server/pdb/PersistentDataBlockService;->getBlockOutputChannel()Ljava/nio/channels/Fil…