/frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/ |
D | LayoutTestController.java | 83 public void setGeolocationPermission(boolean allow) { in setGeolocationPermission() argument 84 mLayoutTestsExecutor.setGeolocationPermission(allow); in setGeolocationPermission()
|
D | LayoutTestsExecutor.java | 718 public void setGeolocationPermission(boolean allow) { in setGeolocationPermission() argument 719 Log.i(LOG_TAG, mCurrentTestRelativePath + ": setGeolocationPermission(" + allow + in setGeolocationPermission() 722 msg.arg1 = allow ? 1 : 0; 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/sensors/ |
D | index.jd | 10 <p>The accelerometer sensors allow you to detect the various movements of the device.</p>
|
/frameworks/base/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/tests/DumpRenderTree/src/com/android/dumprendertree/ |
D | LayoutTestController.java | 68 public void setGeolocationPermission(boolean allow); in setGeolocationPermission() argument
|
D | CallbackProxy.java | 509 public void setGeolocationPermission(boolean allow) { in setGeolocationPermission() argument 510 obtainMessage(SET_GEOLOCATION_PERMISSION, allow ? 1 : 0, 0).sendToTarget(); in setGeolocationPermission()
|
/frameworks/base/core/java/android/webkit/ |
D | GeolocationPermissions.java | 53 public void invoke(String origin, boolean allow, boolean remember); in invoke() argument 259 public void allow(String origin) { in allow() method in GeolocationPermissions
|
D | WebSettings.java | 604 public void setAllowFileAccess(boolean allow) { in setAllowFileAccess() argument 605 mAllowFileAccess = allow; in setAllowFileAccess() 620 public void setAllowContentAccess(boolean allow) { in setAllowContentAccess() argument 621 mAllowContentAccess = allow; in setAllowContentAccess()
|
/frameworks/base/core/java/android/app/backup/ |
D | IBackupManager.aidl | 192 void acknowledgeFullBackupOrRestore(int token, boolean allow, in acknowledgeFullBackupOrRestore() argument
|
/frameworks/base/docs/html/guide/webapps/ |
D | index.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/compile/libbcc/runtime/ |
D | CREDITS.TXT | 6 The list is sorted by surname and formatted to allow easy grepping and
|
/frameworks/base/media/java/android/media/ |
D | MediaPlayer.java | 1120 public int setMetadataFilter(Set<Integer> allow, Set<Integer> block) { in setMetadataFilter() argument 1132 int capacity = request.dataSize() + 4 * (1 + allow.size() + 1 + block.size()); in setMetadataFilter() 1138 request.writeInt(allow.size()); in setMetadataFilter() 1139 for(Integer t: allow) { in setMetadataFilter()
|
/frameworks/base/docs/html/guide/tutorials/views/ |
D | hello-spinner.jd | 7 It is similar to a dropdown list and will allow scrolling when the 41 this case, Android does not allow it to be a string, it must be a reference to a resource.
|
/frameworks/base/packages/BackupRestoreConfirmation/src/com/android/backupconfirm/ |
D | BackupRestoreConfirmation.java | 244 void sendAcknowledgement(int token, boolean allow, IFullBackupRestoreObserver observer) { in sendAcknowledgement() argument 252 allow, in sendAcknowledgement()
|
/frameworks/base/docs/html/guide/topics/manifest/ |
D | uses-library-element.jd | 73 library. The system will not allow the application on a device that does not 79 The system will allow the application to be installed, even if the library is
|
/frameworks/base/core/java/android/net/ |
D | Uri.java | 1785 public static String encode(String s, String allow) { in encode() argument 1805 && isAllowed(s.charAt(nextToEncode), allow)) { in encode() 1838 && !isAllowed(s.charAt(nextAllowed), allow)) { in encode() 1872 private static boolean isAllowed(char c, String allow) { in isAllowed() argument 1877 || (allow != null && allow.indexOf(c) != NOT_FOUND); in isAllowed()
|
/frameworks/base/docs/html/guide/publishing/ |
D | publishing_overview.jd | 191 only if the user has configured their device to allow the installation of non-Android Market 204 <p>By default, Android-powered devices allow users to install applications only if the applications 205 have been downloaded from Android Market. To allow the installation of applications from other 210 <p class="note"><strong>Note:</strong> Some network providers do not allow users to install 230 user has configured their device to allow the installation of non-Android Market applications and
|
D | licensing.jd | 52 obtain their licensing status for the current user, then allow or disallow 60 constraints that allow the user to run it unlicensed for a specific number 94 the server response, the application can then allow or disallow further use of 192 <li>Policy — your implementation determines whether to allow access to the 858 provisionally allow access until the next license check is complete.</li> 992 Policy than ServerManagedPolicy, in that it does not allow the user to access 1055 to allow or disallow access to the application, it <em>must</em> ensure that any 1195 interface declares two methods, <code>allow()</code> and 1198 you need, to allow or disallow the user access to your application. Note that 1199 these methods do not determine <em>whether</em> to allow access — that [all …]
|
/frameworks/base/docs/html/resources/articles/ |
D | drawable-mutations.jd | 14 <p>Drawables allow you to easily customize the rendering of the widgets without 72 drawable is duplicated to allow you to change any property without
|
D | index.jd | 28 …<dd>Drawables are pluggable drawing containers that allow applications to display graphics. This a… 43 …<dd>Touch screens allow users to perform gestures, such as tapping, dragging, flinging, or sliding… 78 …<dd>Live Folders allow users to display any source of data on their home screen without launching … 138 …<dd>WebViews allow an application to dynamically display HTML and execute JavaScript, without reli…
|
/frameworks/base/docs/html/guide/developing/ |
D | device.jd | 42 does not allow you to test every device feature (such as the accelerometer), it does 43 allow you to verify that your application functions properly on different versions of the Android 60 <li>Set up your device to allow installation of non-Market applications. <p>On
|
/frameworks/base/docs/html/sdk/ |
D | android-2.0.jd | 287 <li>New contacts APIs that allow for data from multiple accounts</li> 311 …places and extends the wallpaper APIs that were previously in Context, to allow applications to re… 319 <li>WindowManager.LayoutParams has new constants that allow a window to wake up the screen when it … 320 <li>New Intent APIs that broadcast the docking state of the device and allow applications to launch…
|
/frameworks/base/docs/html/guide/developing/tools/ |
D | monkey.jd | 158 <td>If you specify one or more packages this way, the Monkey will <i>only</i> allow the system 161 If you don't specify any packages, the Monkey will allow the system to launch activities 168 <td>If you specify one or more categories this way, the Monkey will <i>only</i> allow the
|
/frameworks/compile/slang/ |
D | RSCCOptions.td | 63 def allow_rs_prefix : Flag<"-allow-rs-prefix">,
|