Home
last modified time | relevance | path

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

/developers/samples/android/input/autofill/AutofillFramework/Application/src/main/java/com/example/android/autofill/app/edgecases/
DMultipleStepsCreditCardActivity.java30 LinkedHashMap<Integer, String> steps = new LinkedHashMap<>(4); in getStepsMap() local
31 steps.put(R.string.credit_card_number_label, in getStepsMap()
33 steps.put(R.string.credit_card_expiration_month_label, in getStepsMap()
35 steps.put(R.string.credit_card_expiration_year_label, in getStepsMap()
37 steps.put(R.string.credit_card_security_code_abbrev_label, in getStepsMap()
39 return ImmutableMap.copyOf(steps); in getStepsMap()
DMultipleStepsSignInActivity.java30 LinkedHashMap<Integer, String> steps = new LinkedHashMap<>(2); in getStepsMap() local
31 steps.put(R.string.username_label, View.AUTOFILL_HINT_USERNAME); in getStepsMap()
32 steps.put(R.string.password_label, View.AUTOFILL_HINT_PASSWORD); in getStepsMap()
33 return ImmutableMap.copyOf(steps); in getStepsMap()
/developers/samples/android/deprecated/wearable/wear/RecipeAssistant/Application/src/main/assets/
Dguacamole.json3 steps: [
Dnorthern-irish-vegetable-soup.json3 steps: [
Dbeef-brisket-chili.json3 steps: [
/developers/samples/android/deprecated/wearable/wear/RecipeAssistant/Application/src/main/java/com/example/android/wearable/recipeassistant/
DRecipe.java78 JSONArray steps = json.getJSONArray(Constants.RECIPE_FIELD_STEPS); in fromJson() local
79 for (int i = 0; i < steps.length(); i++) { in fromJson()
80 JSONObject step = steps.getJSONObject(i); in fromJson()
/developers/samples/android/sensors/BatchStepSensor/
DREADME.md19 steps since a listener was first registered for this sensor.
21 Both sensors only count steps while a listener is registered. This sample only covers the
/developers/samples/android/notification/CustomNotifications/
DREADME.md14 This sample shows all the required steps to create and display custom
/developers/samples/android/input/gestures/BasicGestureDetect/
DREADME.md14 In this example, the steps followed to set up the gesture detector are:
/developers/samples/android/ui/actionbarcompat/ActionBarCompat-Basic/
DREADME.md23 Using an ActionBar with the support library requires the following steps:
/developers/samples/android/media/Camera2Basic/
DREADME.md27 Still image capture takes several steps. First, you need to lock the
/developers/samples/android/media/Camera2Basic/kotlinApp/
DREADME.md26 Still image capture takes several steps. First, you need to lock the
/developers/samples/android/media/Camera2Video/kotlinApp/
DREADME.md13 The main steps are:
/developers/samples/android/media/Camera2Video/
DREADME.md13 The main steps are:
/developers/samples/android/media/BasicMediaDecoder/
DREADME.md16 The main steps are described below:
/developers/samples/android/input/autofill/AutofillFramework/kotlinApp/
DREADME.md22 autofillable fields should follow the necessary steps to 1) ensure their views can be autofilled