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.java139 private TextView mLocationInfo; field in SensorsTestFragment
168 mLocationInfo = (TextView) view.findViewById(R.id.location_info); in onCreateView()
169 mLocationInfo.setMovementMethod(new ScrollingMovementMethod()); in onCreateView()
361 setTimestampedTextField(mLocationInfo, value); in setLocationField()