Home
last modified time | relevance | path

Searched refs:newType (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.java70 int newType = intent.getIntExtra("dateType", -1); in onCreate() local
71 if (newType != -1) { in onCreate()
72 ccExpirationType = newType; in onCreate()