Home
last modified time | relevance | path

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

/packages/apps/Car/libs/car-apps-common/src/com/android/car/apps/common/
DNavigationUtils.java34 public static Intent getViewAddressIntent(Resources res, String address) { in getViewAddressIntent() method in NavigationUtils
46 public static Intent getViewAddressIntent(Context context, String address) { in getViewAddressIntent() method in NavigationUtils
48 return getViewAddressIntent(resources, address); in getViewAddressIntent()
/packages/apps/Car/libs/car-telephony-common/src/com/android/car/telephony/common/
DPostalAddress.java113 return NavigationUtils.getViewAddressIntent(res, mFormattedAddress); in getAddressIntent()