/frameworks/base/core/java/android/webkit/ |
D | GeolocationPermissions.java | 113 Boolean allowed = (Boolean) values.get(ALLOWED); in createUIHandler() 115 callback.onReceiveValue(allowed); in createUIHandler() 146 boolean allowed = nativeGetAllowed(origin); in createHandler() 149 retValues.put(ALLOWED, Boolean.valueOf(allowed)); in createHandler() 234 boolean allowed = nativeGetAllowed(origin); in getAllowed() 235 callback.onReceiveValue(new Boolean(allowed)); in getAllowed()
|
/frameworks/base/cmds/servicemanager/ |
D | service_manager.c | 29 } allowed[] = { variable 84 for (n = 0; n < sizeof(allowed) / sizeof(allowed[0]); n++) in svc_can_register() 85 if ((uid == allowed[n].uid) && str16eq(name, allowed[n].name)) in svc_can_register()
|
/frameworks/compile/slang/tests/F_union/ |
D | stderr.txt.expect | 2 union.rs:9:14: error: unions containing RS object types are not allowed
|
/frameworks/compile/libbcc/runtime/cmake/Modules/ |
D | MacroEnsureOutOfSourceBuild.cmake | 9 "In-source builds are not allowed.
|
/frameworks/base/core/java/android/view/ |
D | LayoutInflater.java | 556 boolean allowed = mFilter.onLoadClass(clazz); in createView() 557 if (!allowed) { in createView() 573 boolean allowed = clazz != null && mFilter.onLoadClass(clazz); in createView() 574 mFilterMap.put(name, allowed); in createView() 575 if (!allowed) { in createView()
|
/frameworks/base/core/java/android/text/util/ |
D | Linkify.java | 370 boolean allowed = true; in addLinks() 373 allowed = matchFilter.acceptMatch(s, start, end); in addLinks() 376 if (allowed) { in addLinks()
|
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/ |
D | CdmaDataConnectionTracker.java | 187 boolean allowed = in isDataAllowed() 199 if (!allowed && DBG) { in isDataAllowed() 219 return allowed; in isDataAllowed()
|
/frameworks/base/services/java/com/android/server/ |
D | ClipboardService.java | 155 boolean allowed = false; in checkUriOwnerLocked()
|
/frameworks/base/docs/html/guide/developing/tools/ |
D | draw9patch.jd | 55 (purple is the area in which content is allowed).</li>
|
D | MonkeyImage.jd | 126 difference that is allowed for the two images to be "equal". 359 difference that is allowed for the two images to be "equal".
|
D | index.jd | 34 content is allowed.</dd>
|
D | MonkeyDevice.jd | 820 The type of key event to send. The allowed values are <code><a href="#ACTION_DOWN"> 853 The type of bootloader to reboot into. The allowed values are 1105 The type of key event to send. The allowed values are <code><a href="#ACTION_DOWN">
|
/frameworks/base/core/java/android/app/ |
D | DownloadManager.java | 628 public Request setAllowedOverRoaming(boolean allowed) { in setAllowedOverRoaming() argument 629 mRoamingAllowed = allowed; in setAllowedOverRoaming()
|
/frameworks/base/docs/html/resources/articles/ |
D | future-proofing.jd | 22 fixed in Android 1.5 -- allowed apps to use those APIs without
|
D | contacts.jd | 161 aggregation is allowed.</li> 163 allowed. The raw contact will not be aggregated.</li>
|
/frameworks/base/docs/html/guide/topics/manifest/ |
D | compatible-screens-element.jd | 24 of the {@code <compatible-screens>} element is allowed in the manifest, but it can
|
/frameworks/base/services/java/com/android/server/pm/ |
D | PackageManagerService.java | 4198 boolean allowed; in grantPermissionsLPw() 4202 allowed = true; in grantPermissionsLPw() 4205 allowed = false; in grantPermissionsLPw() 4208 allowed = (compareSignatures( in grantPermissionsLPw() 4213 if (!allowed && bp.protectionLevel in grantPermissionsLPw() 4224 allowed = true; in grantPermissionsLPw() 4226 allowed = false; in grantPermissionsLPw() 4229 allowed = true; in grantPermissionsLPw() 4233 if (allowed) { in grantPermissionsLPw() 4237 allowed = false; in grantPermissionsLPw() [all …]
|
/frameworks/base/docs/html/guide/practices/ |
D | compatibility.jd | 209 auto-focus. This allowed Android Market to filter those apps from devices that 212 <li>Android 2.2, meanwhile, allowed the microphone to be optional on some
|
/frameworks/base/opengl/specs/ |
D | EGL_ANDROID_blob_cache.txt | 126 threads is also allowed.
|
/frameworks/base/docs/html/guide/topics/testing/ |
D | activity_testing.jd | 265 on the UI thread. Methods that do not interact with the UI are not allowed; for example, you 278 <code>waitForIdleSync</code> and <code>sendKeys</code> aren't allowed to run on the UI thread:
|
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/ |
D | GsmDataConnectionTracker.java | 582 boolean allowed = in isDataAllowed() 591 if (!allowed && DBG) { in isDataAllowed() 610 return allowed; in isDataAllowed()
|
/frameworks/base/docs/html/sdk/ |
D | terms.jd | 118 … derivative works based on this data (either in whole or in part) unless allowed by the relevant T… 203 …se Agreement. Notwithstanding this, you agree that Google shall still be allowed to apply for inju…
|
/frameworks/base/docs/html/guide/topics/admin/ |
D | device-admin.jd | 93 be allowed. The Device Administration API does not currently allow partial 335 allowed to manage a device. This is set to the receiver when the user enables 602 <p>You can set the maximum number of allowed failed password attempts before the
|
/frameworks/base/docs/html/guide/topics/graphics/ |
D | 2d-graphics.jd | 462 which pixels of the image are allowed to be replicated in order to stretch the image. 464 of the View are allowed to lie within.</p> 475 allowed.
|
/frameworks/base/docs/html/guide/topics/security/ |
D | security.jd | 192 allowed to hold that permission, as described in the linked documentation.</p> 295 to restrict which BroadcastReceiver objects are allowed to receive the broadcast (see
|