/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/ |
D | CameraAgentFactory.java | 77 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/ |
D | ListUtils.java | 92 for (T choice : choices) { in listSelectFirstFrom() 93 if (list.contains(choice)) { in listSelectFirstFrom() 94 return choice; in listSelectFirstFrom()
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
D | WifiAutoJoinController.java | 462 int choice = 0; in updateConfigurationHistory() local 497 choice = MAX_RSSI_DELTA + 10; // Make sure the choice overrides the RSSI diff in updateConfigurationHistory() 509 + " choice " + Integer.toString(choice)); in updateConfigurationHistory() 512 selected.connectChoices.put(config.configKey(true), choice); in updateConfigurationHistory() local 555 int choice = 0; in getConnectChoice() local 564 choice = val; in getConnectChoice() 573 choice = val; in getConnectChoice() 580 if (!strict && choice == 0) { in getConnectChoice() 584 choice = sourceScore - targetScore; in getConnectChoice() 587 return choice; in getConnectChoice() [all …]
|
D | README.txt | 29 … mode will be on even though Wi-Fi is being turned off. The user has the choice to turn this notif…
|
/frameworks/rs/ |
D | rsg_generator.c | 657 char choice = fgetc(input); in main() local 660 if (choice < '0' || choice > '3') { in main() 661 fprintf(stderr, "Uknown command: \'%c\'\n", choice); in main() 671 switch (choice) { in main()
|
/frameworks/base/docs/html/tools/help/ |
D | hprof-conv.jd | 9 can view the file in a profiling tool of your choice. </p>
|
D | MonkeyRunner.jd | 47 <a href="#choice">choice</a> 191 <A NAME="choice"></A> 197 <span class="sympad">choice</span>
|
/frameworks/base/docs/html/guide/topics/ui/ |
D | dialogs.jd | 272 <li>A traditional single-choice list</li> 273 <li>A persistent single-choice list (radio buttons)</li> 274 <li>A persistent multiple-choice list (checkboxes)</li> 277 <p>To create a single-choice list like the one in figure 3, 312 unless you're using one of the following persistent choice lists.</p> 317 A list of multiple-choice items.</p> 321 <h4 id="Checkboxes">Adding a persistent multiple-choice or single-choice list</h4> 323 <p>To add a list of multiple-choice items (checkboxes) or 324 single-choice items (radio buttons), use the 330 <p>For example, here's how you can create a multiple-choice list like the [all …]
|
/frameworks/wilhelm/tests/sandbox/ |
D | monkey.c | 273 unsigned choice = (rand() & 0x7FFFFFFF) % totalProbability; in main() local 279 if (totalProbability <= choice) in main()
|
/frameworks/base/docs/html/training/scheduling/ |
D | alarms.jd | 78 not be the best choice for your app, particularly if you need to trigger network 98 <p>Every choice you make in designing your repeating alarm can have consequences in how your 146 <p>As described above, repeating alarms are a good choice for scheduling regular events or 180 hour), use one of the elapsed real time types. In general, this is the better choice.</p> 279 choice.
|
/frameworks/base/docs/html/distribute/monetize/ |
D | payments.jd | 3 page.metaDescription=Users can purchase instantly with a choice of payment methods.
|
/frameworks/base/wifi/java/android/net/wifi/ |
D | WifiConfiguration.java | 1157 Integer choice = this.connectChoices.get(key); in toString() local 1158 if (choice != null) { in toString() 1160 sbuf.append(" = ").append(choice); in toString()
|
/frameworks/base/docs/html-intl/intl/ko/distribute/googleplay/ |
D | about.jd | 278 <h3 id="editors-choice">
|
/frameworks/base/docs/html-intl/intl/zh-cn/distribute/googleplay/ |
D | about.jd | 278 <h3 id="editors-choice">
|
/frameworks/base/docs/html-intl/intl/ru/distribute/googleplay/ |
D | about.jd | 278 <h3 id="editors-choice">
|
/frameworks/base/docs/html-intl/intl/zh-tw/distribute/googleplay/ |
D | about.jd | 228 <h3 id="editors-choice">
|
/frameworks/base/docs/html-intl/intl/ja/distribute/googleplay/ |
D | about.jd | 228 <h3 id="editors-choice">
|
/frameworks/base/docs/html-intl/intl/ja/training/basics/intents/ |
D | sending.jd | 174 <img src="{@docRoot}images/training/basics/intents-choice.png" alt="" />
|
/frameworks/base/docs/html-intl/intl/ko/training/basics/intents/ |
D | sending.jd | 174 <img src="{@docRoot}images/training/basics/intents-choice.png" alt="" />
|
/frameworks/base/docs/html-intl/intl/zh-tw/training/basics/intents/ |
D | sending.jd | 174 <img src="{@docRoot}images/training/basics/intents-choice.png" alt="" />
|
/frameworks/base/docs/html/training/activity-testing/ |
D | preparing-activity-testing.jd | 43 are free to use the IDE of your choice or the command-line.</p>
|
/frameworks/base/docs/html-intl/intl/zh-cn/training/basics/intents/ |
D | sending.jd | 174 <img src="{@docRoot}images/training/basics/intents-choice.png" alt="" />
|
/frameworks/base/docs/html/guide/topics/location/ |
D | index.jd | 21 location provider choice and power management. Location Services also provides new
|
/frameworks/base/docs/html-intl/intl/ru/training/basics/intents/ |
D | sending.jd | 174 <img src="{@docRoot}images/training/basics/intents-choice.png" alt="" />
|
/frameworks/base/docs/html/distribute/tools/ |
D | open-distribution.jd | 8 As an open platform, Android offers choice. You can distribute your Android
|