Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/incallui/calllocation/impl/
DLocationFragment.java73 private boolean isMapSet; field in LocationFragment
90 if (!(isAddressSet || isLocationSet || isMapSet)) {
145 isMapSet = true; in setMap()
224 if (isMapSet && isAddressSet && isLocationSet) { in displayWhenReady()