Home
last modified time | relevance | path

Searched defs:stepCount (Results 1 – 2 of 2) sorted by relevance

/development/samples/wearable/RecipeAssistant/Application/src/main/java/com/example/android/wearable/recipeassistant/
DRecipeService.java64 int stepCount = mRecipe.recipeSteps.size(); in createNotification() local
71 getResources().getString(R.string.step_count), i + 1, stepCount)); in createNotification() local
/development/cmds/monkey/src/com/android/commands/monkey/
DMonkeySourceScript.java502 int stepCount = Integer.parseInt(args[4]); in handleEvent() local
547 int stepCount = Integer.parseInt(args[8]); in handleEvent() local