Searched refs:createAfcLocation (Results 1 – 3 of 3) sorted by relevance
39 public AfcLocation createAfcLocation(Location location) { in createAfcLocation() method in AfcLocationUtil
257 AfcLocation afcLocationForQuery = mAfcLocationUtil.createAfcLocation(location); in queryServerAndInformDriver()
104 when(mAfcLocationUtil.createAfcLocation(mLocation)).thenReturn(mAfcLocation); in setUp()194 verify(mAfcLocationUtil).createAfcLocation(mLocation); in testGetLocationAfterCountryCodeChange()