/frameworks/base/core/java/android/webkit/ |
D | MockGeolocation.java | 53 public void setPermission(boolean allow) { in setPermission() argument 55 nativeSetPermission(mWebViewCore, allow); in setPermission() 63 private static native void nativeSetPermission(WebViewCore webViewCore, boolean allow); in nativeSetPermission() argument
|
D | GeolocationPermissions.java | 60 public void invoke(String origin, boolean allow, boolean retain); in invoke() argument 119 public void allow(String origin) { in allow() method in GeolocationPermissions
|
D | WebSettings.java | 288 public void setAllowFileAccess(boolean allow) { in setAllowFileAccess() argument 306 public void setAllowContentAccess(boolean allow) { in setAllowContentAccess() argument
|
/frameworks/base/core/java/android/os/ |
D | INetworkManagementService.aidl | 368 void setFirewallInterfaceRule(String iface, boolean allow); in setFirewallInterfaceRule() argument 369 void setFirewallEgressSourceRule(String addr, boolean allow); in setFirewallEgressSourceRule() argument 370 void setFirewallEgressDestRule(String addr, int port, boolean allow); in setFirewallEgressDestRule() argument 371 void setFirewallUidRule(int uid, boolean allow); in setFirewallUidRule() argument
|
/frameworks/base/docs/html/design/building-blocks/ |
D | switches.jd | 4 <p>Switches allow the user to select options. There are three kinds of switches: checkboxes, radio 8 <p>Checkboxes allow the user to select multiple options from a set. Avoid using a single checkbox to 15 <p>Radio buttons allow the user to select one option from a set. Use radio buttons for exclusive
|
D | text-fields.jd | 4 <p>Text fields allow the user to type text into your app. They can be either single line or multi-l… 6 typing, text fields allow for a variety of other activities, such as text selection (cut, copy,
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/ |
D | UsbDebuggingActivity.java | 122 boolean allow = (which == AlertDialog.BUTTON_POSITIVE); in onClick() 123 boolean alwaysAllow = allow && mAlwaysAllow.isChecked(); in onClick() 127 if (allow) { in onClick()
|
/frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/ |
D | LayoutTestController.java | 94 public void setGeolocationPermission(boolean allow) { in setGeolocationPermission() argument 95 mLayoutTestsExecutor.setGeolocationPermission(allow); in setGeolocationPermission()
|
/frameworks/base/docs/html/guide/appendix/ |
D | install-location.jd | 10 <li>You can allow your application to install on the device's external storage.</li> 11 <li>Some types of applications should <strong>not</strong> allow installation on the external 33 <p>Beginning with API Level 8, you can allow your application to be installed on the 41 <p>To allow the system to install your application on the external storage, modify your 92 <p>To allow installation on external storage and remain compatible with versions lower than API 129 consistently behave as expected, you <strong>should not</strong> allow your application to be 181 <p>If your application uses any of the features listed above, you <strong>should not</strong> allow 182 your application to install on external storage. By default, the system <em>will not</em> allow your 197 applications that should allow installation on external storage, because games don't typically
|
/frameworks/base/docs/html/guide/topics/data/ |
D | install-location.jd | 10 <li>You can allow your application to install on the device's external storage.</li> 11 <li>Some types of applications should <strong>not</strong> allow installation on the external 33 <p>Beginning with API Level 8, you can allow your application to be installed on the 41 <p>To allow the system to install your application on the external storage, modify your 92 <p>To allow installation on external storage and remain compatible with versions lower than API 126 consistently behave as expected, you <strong>should not</strong> allow your application to be 174 <p>If your application uses any of the features listed above, you <strong>should not</strong> allow 175 your application to install on external storage. By default, the system <em>will not</em> allow your 190 applications that should allow installation on external storage, because games don't typically
|
/frameworks/base/docs/html/google/play/licensing/ |
D | licensing-reference.jd | 53 <td width="100%">Interface that you implement to determine whether to allow 165 <td><em>Optionally allow access according to {@code Policy} constraints.</em> 167 application version is invalid or compromised. The application can allow access 177 <td><em>Do not allow access.</em></td> 284 Policy may allow access to the application, even though the response status is 292 the {@code Policy} should allow, before denying the user access to the application. 301 only for {@code LICENSED_OLD_KEYS} responses, to allow the {@code Policy} to determine how much 338 {@code Policy} can extract the VT key value and use it to conditionally allow access to 406 conditionally allow access to the application, as follows:</p> 411 <li>The {@code Policy} should allow the user to access the application, provided that [all …]
|
/frameworks/native/libs/utils/ |
D | RefBase.cpp | 455 bool allow; in attemptIncStrong() local 461 allow = (impl->mFlags&OBJECT_LIFETIME_WEAK) != OBJECT_LIFETIME_WEAK in attemptIncStrong() 468 allow = (impl->mFlags&OBJECT_LIFETIME_WEAK) == OBJECT_LIFETIME_WEAK in attemptIncStrong() 471 if (!allow) { in attemptIncStrong()
|
/frameworks/base/docs/html/training/design-navigation/ |
D | index.jd | 24 …racting with in the app, the next step is to design the interactions that allow users to navigate … 26 …y for your application and then choose appropriate forms of navigation to allow users to effective… 44 <dd>Learn how to allow users to navigate upwards in the content hierarchy. Also learn about best
|
/frameworks/base/docs/html/design/patterns/ |
D | app-structure.jd | 33 <p>Category views allow you to drill deeper into your data.</p> 175 <p>Take advantage of shortcuts that allow people to reach their goals quicker. To allow top-level 189 <p>For example, if you allow people to delete an item in a detail view, you should also allow them … 191 collections of items. Then use multi-select to allow application of those actions to multiple items 240 <p>If your users are likely to want to look at multiple items in sequence, allow them to navigate 272 <p>Use multi-select to allow the user to act on collections of data.</p>
|
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/ |
D | LayoutTestController.java | 68 public void setGeolocationPermission(boolean allow); in setGeolocationPermission() argument
|
/frameworks/base/docs/html/distribute/ |
D | open.jd | 50 shown in Figure 1 appears only if users have configured their device to allow 70 users have configured their Settings to allow the installation of apps from 98 Settings <strong>></strong> Security, shown in Figure 2. To allow 104 <p class="note">Note that some network providers do not allow users to install
|
/frameworks/base/docs/html/guide/webapps/ |
D | overview.jd | 19 <li>Support for viewport properties that allow you to properly size your web application 21 <li>CSS and JavaScript features that allow you to provide different styles and images 43 screens), Android 2.0 added features to the WebKit framework to allow web pages to specify
|
/frameworks/base/core/java/android/app/backup/ |
D | IBackupManager.aidl | 192 void acknowledgeFullBackupOrRestore(int token, boolean allow, in acknowledgeFullBackupOrRestore() argument
|
/frameworks/base/services/java/com/android/server/ |
D | NetworkManagementService.java | 1457 public void setFirewallInterfaceRule(String iface, boolean allow) { in setFirewallInterfaceRule() argument 1460 final String rule = allow ? ALLOW : DENY; in setFirewallInterfaceRule() 1469 public void setFirewallEgressSourceRule(String addr, boolean allow) { in setFirewallEgressSourceRule() argument 1472 final String rule = allow ? ALLOW : DENY; in setFirewallEgressSourceRule() 1481 public void setFirewallEgressDestRule(String addr, int port, boolean allow) { in setFirewallEgressDestRule() argument 1484 final String rule = allow ? ALLOW : DENY; in setFirewallEgressDestRule() 1493 public void setFirewallUidRule(int uid, boolean allow) { in setFirewallUidRule() argument 1496 final String rule = allow ? ALLOW : DENY; in setFirewallUidRule()
|
/frameworks/compile/libbcc/runtime/ |
D | CREDITS.TXT | 6 The list is sorted by surname and formatted to allow easy grepping and
|
/frameworks/base/docs/html/guide/topics/ui/ |
D | index.jd | 3 …uild UI components such as structured layout objects and UI controls that allow you to build the g… 42 and then choose appropriate forms of navigation to allow users to effectively and intuitively
|
/frameworks/base/docs/html/google/play-services/ |
D | plus.jd | 16 by integrating Google+ features in your app. You can <b>authenticate users</b> and allow them to 18 and allow users to <b>share rich content</b> with Google+.</p>
|
/frameworks/compile/libbcc/tests/debuginfo/target-tests/driver-common/SRC/ |
D | DriverRS.java.template | 33 // allow us to create the script that does rendering
|
/frameworks/compile/libbcc/tests/debuginfo/target-tests/driver-int-param/ |
D | DriverRS.java.template | 33 // allow us to create the script that does rendering
|
/frameworks/base/docs/html/tools/testing/ |
D | testing_accessibility.jd | 77 than accessibility gestures. While gestures allow users to focus on nearly any on-screen 78 content, keyboard and D-pad navigation only allow focus on input fields and buttons.</p> 81 information (graphics or text) or allow user action have clear and accurate audio descriptions 85 provide information (graphics or text) or allow user action have appropriate audio descriptions 238 than keyboards and D-pads. While gestures allow users to focus on nearly any on-screen 239 content, keyboard and D-pad navigation only allow focus on input fields and buttons.</p>
|