Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/model/
DAppEventProducer.java111 private void sendEvent(AppTarget target, LauncherAtom.ItemInfo locationInfo, int eventId, in sendEvent() argument
115 .setLaunchLocation(getContainer(locationInfo)) in sendEvent()
/packages/services/Telephony/src/com/android/phone/
DEmergencyDialer.java992 final View locationInfo = findViewById(R.id.location_info); in setLocationInfo() local
1002 locationInfo.setVisibility(View.INVISIBLE); in setLocationInfo()
1004 final TextView location = (TextView) locationInfo.findViewById(R.id.location_text); in setLocationInfo()
1006 locationInfo.setVisibility(View.VISIBLE); in setLocationInfo()