Home
last modified time | relevance | path

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

/developers/samples/android/input/autofill/AutofillFramework/Application/src/main/java/com/example/android/autofill/app/edgecases/
DMultiplePartitionsActivity.java73 String typeMessage = getString(R.string.message_credit_card_expiration_type, in onCreate() local
76 Toast.makeText(getApplicationContext(), typeMessage, Toast.LENGTH_LONG).show(); in onCreate() local