Searched refs:mBooleanFileDatastoreMap (Results 1 – 1 of 1) sorted by relevance
49 private final Map<Integer, BooleanFileDatastore> mBooleanFileDatastoreMap = new ArrayMap<>(); field in RollbackHandlingManager77 BooleanFileDatastore datastore = mBooleanFileDatastoreMap.get(deletionApiType); in getOrCreateBooleanFileDatastore()87 mBooleanFileDatastoreMap.put(deletionApiType, datastore); in getOrCreateBooleanFileDatastore()144 mBooleanFileDatastoreMap.clear(); in tearDownForTesting()