Searched refs:PickCountRecordStorage (Results 1 – 4 of 4) sorted by relevance
30 private PickCountRecordStorage mPickCountRecord;33 this(context, pickResult, PickCountRecordStorage.create()); in UpdatePickResultTask()37 PickCountRecordStorage pickCountRecord) { in UpdatePickResultTask()
25 public interface PickCountRecordStorage { interface30 static PickCountRecordStorage create() { in create()31 return new PickCountRecordStorage() { in create()
88 private PickCountRecordStorage mPickCountRecord;109 mPickCountRecord = mock(PickCountRecordStorage.class); in setUp()150 PickCountRecordStorage pickCountRecordStorage) { in TestableActionHandler()
183 # filter_tags: "PickCountRecordStorage"