Home
last modified time | relevance | path

Searched refs:types (Results 1 – 25 of 92) sorted by relevance

1234

/developers/samples/android/input/autofill/AutofillFramework/afservice/src/main/java/com/example/android/autofill/service/util/
DUtil.java168 List<String> types = new ArrayList<>(); in getSaveTypeAsString() local
170 types.add("ADDRESS"); in getSaveTypeAsString()
173 types.add("CREDIT_CARD"); in getSaveTypeAsString()
176 types.add("EMAIL_ADDRESS"); in getSaveTypeAsString()
179 types.add("USERNAME"); in getSaveTypeAsString()
182 types.add("PASSWORD"); in getSaveTypeAsString()
184 if (types.isEmpty()) { in getSaveTypeAsString()
187 return Joiner.on('|').join(types); in getSaveTypeAsString()
/developers/samples/android/content/multiuser/AppRestrictions/
DREADME.md14 types and custom. When launched under a restricted profile, this activity displays app
19 the custom configuration on the user interface. Three sample [RestrictionEntry][1] types are
/developers/samples/android/connectivity/network/BasicNetworking/
DREADME.md16 Multiple types of connectivity can be displayed and could be used to take different measures
DLICENSE35 and conversions to other media types.
/developers/samples/android/ui/actionbarcompat/ActionBarCompat-Basic/
DREADME.md13 to be present in most types of applications. This control identifies the user
/developers/build/templates/CardStream/_MODULE_/src/template/java/_PACKAGE_/cardstream/
DCard.java.ftl631 * Three types of progress are supported:
697 * Set how progress is displayed. The parameter must be one of three supported types:
/developers/samples/android/ui/views/SlidingTabs/SlidingTabsColors/
DLICENSE35 and conversions to other media types.
/developers/samples/android/notification/CustomNotifications/
DLICENSE35 and conversions to other media types.
/developers/samples/android/ui/views/FloatingActionButton/FloatingActionButtonBasic/
DLICENSE35 and conversions to other media types.
/developers/samples/android/ui/views/RecyclerView/
DLICENSE35 and conversions to other media types.
/developers/samples/android/input/multitouch/BasicMultitouch/
DLICENSE35 and conversions to other media types.
/developers/samples/android/media/Camera2Video/
DLICENSE35 and conversions to other media types.
/developers/samples/android/connectivity/bluetooth/BluetoothChat/
DLICENSE35 and conversions to other media types.
/developers/samples/android/content/WidgetData/
DLICENSE33 and conversions to other media types.
/developers/samples/android/ui/activityscenetransition/ActivitySceneTransitionBasic/
DLICENSE35 and conversions to other media types.
/developers/samples/android/admin/AppRestrictionSchema/
DLICENSE35 and conversions to other media types.
/developers/samples/android/ui/views/TextSwitcher/
DLICENSE35 and conversions to other media types.
/developers/samples/android/ui/DrawableTinting/
DLICENSE35 and conversions to other media types.
/developers/samples/android/ui/graphics/DisplayingBitmaps/
DLICENSE35 and conversions to other media types.
/developers/samples/android/ui/views/CardView/
DLICENSE35 and conversions to other media types.
/developers/samples/android/content/documentsUi/StorageProvider/
DLICENSE35 and conversions to other media types.
/developers/build/templates/base/
DLICENSE35 and conversions to other media types.
/developers/samples/android/background/JobScheduler/
DLICENSE35 and conversions to other media types.
/developers/samples/android/connectivity/bluetooth/BluetoothLeGatt/
DLICENSE35 and conversions to other media types.
/developers/samples/android/media/MediaRouter/
DLICENSE35 and conversions to other media types.

1234