Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/app/
DGameManagerService.java172 final AtomicFile mGameModeInterventionListFile; field in GameManagerService
243 mGameModeInterventionListFile = new AtomicFile(new File(systemDir,
245 FileUtils.setPermissions(mGameModeInterventionListFile.getBaseFile().getAbsolutePath(),
1933 fileOutputStream = mGameModeInterventionListFile.startWrite();
1975 mGameModeInterventionListFile.finishWrite(fileOutputStream);
1977 mGameModeInterventionListFile.failWrite(fileOutputStream);