Home
last modified time | relevance | path

Searched refs:cases (Results 1 – 25 of 232) sorted by relevance

12345678910

/frameworks/base/docs/html/tools/help/uiautomator/
DIAutomationSupport.jd10 <p>Provides auxiliary support for running test cases
34 <div class="jd-descrdiv">Allows the running test cases to send out interim status</div>
80 …<div class="jd-tagdata jd-tagdescr"><p>Allows the running test cases to send out interim status</p…
Dindex.jd65 and higher. If not specified, all test cases in {@code &lt;JARS&gt;} will be run.
159 <td>Provides auxiliary support for running test cases.</td>
164 <td>Defines an environment for running multiple tests. All {@code uiautomator} test cases should ex…
/frameworks/base/docs/html/training/activity-testing/
Dindex.jd32 tests independently from each other. Test cases can be organized into
38 write test cases to verify specific behavior in your application, and check for
39 consistency across different Android devices. Your test cases also serve as a
55 <dd>Learn how to write test cases to verify the
57 cases with the {@code Instrumentation} test runner provided by the Android
Dpreparing-activity-testing.jd48 test cases from a graphical user interface (GUI). A convenient feature that
70 cases from your Eclipse environment. To learn how to perform these tasks in
Dactivity-basic-testing.jd41 test cases to reflect new functional requirements, and iterate repeatedly this
167 <p>In both cases, the test runner proceeds to run the other test methods in the
190 tested. This style makes it easier to see exactly what cases are being tested.</p>
/frameworks/base/docs/html/tools/testing/
Dtesting_accessibility.jd13 <li><a href="#special-cases">Special Cases and Considerations</a></li>
120 <h2 id="special-cases">Special Cases and Considerations</h2>
123 accessible app. Some, none or all of the cases described here may apply to your application. Be
124 sure to review this list to find out if these special cases apply and take appropriate action.</p>
127 <li><strong>Review developer special cases and considerations:</strong> Review the list of
128 <a href="{@docRoot}guide/topics/ui/accessibility/checklist.html#special-cases">special cases</a>
129 for accessibility development and test your application for the cases that apply.</li>
/frameworks/base/tools/aidl/
DAST.cpp635 cases.push_back(c); in Case()
645 int N = this->cases.size(); in Write()
648 string s = this->cases[i]; in Write()
676 int N = this->cases.size(); in Write()
678 this->cases[i]->Write(to); in Write()
DAST.h291 vector<string> cases; member
303 vector<Case*> cases; member
/frameworks/base/docs/html/guide/topics/ui/accessibility/
Dchecklist.jd13 <li><a href="#special-cases">Special Cases and Considerations</a></li>
43 <p>In most cases, creating an accessible Android application does not require extensive code
67 … keyboards and navigation gestures). In a few cases, you may need to make user interface components
108 <h2 id="special-cases">Special Cases and Considerations</h2>
111 accessible app. Review this list to see if any of these special cases and considerations apply to
/frameworks/base/docs/html/wear/design/
Dindex.jd52 …In some cases, particularly with messaging applications, cards will contain dynamic content which …
54 … that is, those that cause the device to vibrate – should only be used in cases that need the user…
167 … a wide range of cases. These canned responses can be tapped by the user, allowing for a fast meth…
/frameworks/base/docs/html/training/monitoring-device-state/
Dbattery-monitoring.jd36 is negligible, so in most cases you can maximize your refresh rate whenever the device is connected
116 <p>In some cases it's also useful to determine the current battery level. You may choose to reduce
153 <p>In many cases, the act of charging a device is coincident with putting it into a dock. The next
/frameworks/base/docs/html/design/wear/
Dstyle.jd57 … split second, just like reading the time on a traditional watch. In most cases a pairing of an ic…
65 <p>In cases where additional information is absolutely necessary, don’t crowd out a card layout to …
71 … (that is, those that cause the device to vibrate) should only be used in cases that are both time…
Dstructure.jd131 …map or controlling a game with a joystick are a couple examples. In those cases it might be good i…
163 …se, some cases may exist where the user may want to immediately exit. This may be common in apps t…
/frameworks/base/docs/html/training/implementing-navigation/
Ddescendant.jd41 …id.app.FragmentTransaction} objects. This lesson covers other interesting cases that arise when im…
53 <p>There are cases where descending into your application's information hierarchy leads to activiti…
/frameworks/base/docs/html/design/building-blocks/
Dspinners.jd36 your app, but not necessarily a frequent occurrence. In cases where view switching is frequent, use
/frameworks/base/docs/html/design/patterns/
Dconfirming-acknowledging.jd10 …that they truly want to proceed with an action they just invoked. In some cases, the confirmation …
14 … uncertainty about implicit operations that the system is taking. In some cases, the acknowledgmen…
Dnotifications_k.jd48 the user with additional context, and - in some cases - may allow the user to
115 the data referenced in the notification. In most cases this will be the detail
119 references multiple items. If in any of those cases the user is taken to a
250 limited cases where an
271 <p>There are however many other cases where notifications should not be
/frameworks/base/docs/html/training/backward-compatible-ui/
Dolder-implementation.jd38 …menting an older (fallback) solution for older platform versions. In many cases, it's possible to …
60 … the same functionality can be delivered using familiar elements. In many cases this is less of a …
/frameworks/compile/libbcc/tests/debuginfo/host-tests/
Dlit.cfg23 # the target triple string that must be used in cases marked expected failures
/frameworks/base/docs/html/training/material/
Dtheme.jd118 primary toolbar, except for cases where you show edge-to-edge rich imagery or media content behind
123 only the status bar. The navigation bar should remain black in all other cases.</p>
/frameworks/base/docs/html/google/gcm/
Dnotifications.jd67 handle cases where the app receives a dismissal message, but has not yet displayed
113 <p>To send a message in cases where your notification key is generated on the server,
127 <p>Generating a notification key on the client is useful for cases where a server is unavailable.
193 <p>To send a message in cases where your notification key is generated on the client,
/frameworks/base/docs/html/guide/practices/
Dverifying-apps-art.jd150 <p>ART's JNI throws errors in a number of cases where Dalvik didn’t. (Once
151 again, you can catch many such cases by testing with CheckJNI.)</p>
224 ART issues a warning in such cases:</p>
267 working with tool vendors to find and fix such issues. In many cases, getting
/frameworks/base/docs/html/guide/topics/connectivity/nfc/
Dadvanced-nfc.jd27 possible. There are cases, however, when you scan a tag that does not contain
29 In these cases, you need to open communication directly with the tag and read and write to it with
30 your own protocol (in raw bytes). Android provides generic support for these use cases with the
/frameworks/base/docs/html/training/location/
Dretrieve-current.jd34 known location of the user's device. In most cases, you are interested in the
157 geographic location. The location object returned may be null in rare cases
/frameworks/base/docs/html/
Dlicense.jd30 is licensed under GPLv2 or other license. In those cases, the license
75 <li>In some cases, a page may include content, such as an image, that is not

12345678910