Home
last modified time | relevance | path

Searched refs:constructLocationInfo (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Dialer/InCallUI/tests/src/com/android/incallui/
DInCallContactInteractionsTest.java237 mInCallContactInteractions.constructLocationInfo( in testLocationInfo_ForUS()
247 mInCallContactInteractions.constructLocationInfo( in testLocationInfo_ForNotUS()
259 mInCallContactInteractions.constructLocationInfo( in testLocationInfo_NoLocality()
269 mInCallContactInteractions.constructLocationInfo( in testLocationInfo_NoAddress()
278 mInCallContactInteractions.constructLocationInfo( in testLocationInfo_NoDistance()
/packages/apps/Dialer/InCallUI/src/com/android/incallui/
DInCallContactInteractions.java115 BusinessContextInfo locationInfo = constructLocationInfo(address, distance); in setBusinessInfo()
266 private BusinessContextInfo constructLocationInfo(Address address, float distance) { in constructLocationInfo() method in InCallContactInteractions
267 return constructLocationInfo(Locale.getDefault(), address, distance); in constructLocationInfo()
271 BusinessContextInfo constructLocationInfo(Locale locale, Address address, in constructLocationInfo() method in InCallContactInteractions