Home
last modified time | relevance | path

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

/development/samples/browseable/RecipeAssistant/Application/src/com.example.android.wearable.recipeassistant/
DMainActivity.java36 String itemName = mAdapter.getItemName(position); in onListItemClick() local
38 intent.putExtra(Constants.RECIPE_NAME_TO_LOAD, itemName); in onListItemClick()
/development/tools/winscope/src/test/e2e/
Dutils.ts187 static async selectItemInHierarchy(viewer: string, itemName: string) {
193 if (id.includes(itemName)) {
198 throw Error(`could not find item matching ${itemName} in hierarchy`);
222 itemName: string,
228 if (id === 'node' + itemName) {
234 throw Error(`could not find item ${itemName} in properties tree`);