Home
last modified time | relevance | path

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

/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/vhal/
DVehicleHalFragment.java155 private static final int RESOURCE_ID = R.layout.vhal_listitem; field in VehicleHalFragment.ListAdapter
162 super(context, RESOURCE_ID, properties); in ListAdapter()
179 (LinearLayout)mLayoutInflater.inflate(RESOURCE_ID, parent, attachToRoot); in getView()