Searched refs:SPLIT_CHAR (Results 1 – 1 of 1) sorted by relevance
69 private final static String SPLIT_CHAR = ","; field in PackageDexUsage284 fpw.println(LOADING_PACKAGE_CHAR + String.join(SPLIT_CHAR, loadingPackages)); in write()292 fpw.print(String.join(SPLIT_CHAR, Integer.toString(dexUseInfo.mOwnerUserId), in write()295 fpw.print(SPLIT_CHAR + isa); in write()299 + String.join(SPLIT_CHAR, dexUseInfo.mLoadingPackages)); in write()371 String[] elems = line.split(SPLIT_CHAR); in read()429 String[] elems = line.split(SPLIT_CHAR); in read()482 line.substring(LOADING_PACKAGE_CHAR.length()).split(SPLIT_CHAR)); in maybeReadLoadingPackages()