Home | History | Annotate | Download | only in pm

Lines Matching defs:writeIntToFile

2629         writeIntToFile(removeUserIdFile, userId);
2679 writeIntToFile(appIdFile, ps.appId);
2688 writeIntToFile(new File(dir, "excluded_userids"), excludedUserIds[i]);
2697 writeIntToFile(new File(dir, "clear_userid"),
2709 private void writeIntToFile(File file, int value) {