Home
last modified time | relevance | path

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

/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/sensor/
DSensorsTestFragment.java108 private TextView mLocationInfo; field in SensorsTestFragment
125 mLocationInfo = (TextView) view.findViewById(R.id.location_info); in onCreateView()
126 mLocationInfo.setMovementMethod(new ScrollingMovementMethod()); in onCreateView()
450 setTimestampedTextField(mLocationInfo, value); in setLocationField()