Home
last modified time | relevance | path

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

/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
DCameraAgentFactory.java77 private static CameraApi validateApiChoice(CameraApi choice) { in validateApiChoice() argument
86 if (choice == null) { in validateApiChoice()
88 choice = CameraApi.AUTO; in validateApiChoice()
90 if (choice == CameraApi.AUTO) { in validateApiChoice()
91 choice = highestSupportedApi(); in validateApiChoice()
94 return choice; in validateApiChoice()
/frameworks/base/core/java/android/hardware/camera2/utils/
DListUtils.java92 for (T choice : choices) { in listSelectFirstFrom()
93 if (list.contains(choice)) { in listSelectFirstFrom()
94 return choice; in listSelectFirstFrom()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DSmartReplyStateInflater.kt135 smartReplies.choices.asSequence().mapIndexed { index, choice -> in inflateSmartReplyState() method
141 choice, in inflateSmartReplyState()
354 choice: CharSequence, in inflateReplyButton()
372 choice: CharSequence, in inflateReplyButton()
378 text = choice in inflateReplyButton()
386 choice) in inflateReplyButton()
415 choice: CharSequence in inflateReplyButton()
425 NotificationEntry.EditedSuggestionInfo(choice, replyIndex)) in inflateReplyButton()
435 val intent = createRemoteInputIntent(smartReplies, choice) in inflateReplyButton()
445 private fun createRemoteInputIntent(smartReplies: SmartReplies, choice: CharSequence): Intent { in inflateReplyButton()
[all …]
/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/
DKernelDataForRenderScript.java70 public static void setUseNewRS(boolean choice) {UseNewRS = choice;} in setUseNewRS() argument
/frameworks/rs/
Drsg_generator.c476 char choice = fgetc(input); in main() local
479 if (choice < '0' || choice > '3') { in main()
480 fprintf(stderr, "Uknown command: \'%c\'\n", choice); in main()
490 switch (choice) { in main()
/frameworks/wilhelm/tests/sandbox/
Dmonkey.c273 unsigned choice = (rand() & 0x7FFFFFFF) % totalProbability; in main() local
279 if (totalProbability <= choice) in main()
/frameworks/proto_logging/stats/enums/app/
Dsettings_enums.proto550 // ACTION: Storage initialization wizard initialization choice of external/portable
555 // ACTION: Storage initialization wizard initialization choice of internal/adoptable
560 // ACTION: Storage initialization wizard benchmark fast choice of continue
565 // ACTION: Storage initialization wizard benchmark slow choice of continue
570 // ACTION: Storage initialization wizard benchmark slow choice of abort
575 // ACTION: Storage initialization wizard migration choice of now
580 // ACTION: Storage initialization wizard migration choice of later
/frameworks/native/opengl/tests/angeles/
Dlicense-LGPL.txt274 under terms of your choice, provided that the terms permit
400 impose that choice.
/frameworks/base/services/core/java/com/android/server/pm/
DUserManagerService.java4666 for (String choice : values) { in writeBundle()
4668 serializer.text(choice != null ? choice : ""); in writeBundle()
/frameworks/base/proto/src/metrics_constants/
Dmetrics_constants.proto5942 // ACTION: Storage initialization wizard initialization choice of external/portable
5947 // ACTION: Storage initialization wizard initialization choice of internal/adoptable
5952 // ACTION: Storage initialization wizard benchmark fast choice of continue
5957 // ACTION: Storage initialization wizard benchmark slow choice of continue
5962 // ACTION: Storage initialization wizard benchmark slow choice of abort
5967 // ACTION: Storage initialization wizard migration choice of now
5972 // ACTION: Storage initialization wizard migration choice of later
/frameworks/proto_logging/stats/
Datoms.proto10303 * Information about a buttons presented in GrantPermissionsActivty and choice made by user