Home
last modified time | relevance | path

Searched refs:allowed (Results 1 – 25 of 47) sorted by relevance

12

/frameworks/base/core/java/android/webkit/
DGeolocationPermissions.java113 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/
Dservice_manager.c29 } 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/
Dstderr.txt.expect2 union.rs:9:14: error: unions containing RS object types are not allowed
/frameworks/compile/libbcc/runtime/cmake/Modules/
DMacroEnsureOutOfSourceBuild.cmake9 "In-source builds are not allowed.
/frameworks/base/core/java/android/view/
DLayoutInflater.java556 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/
DLinkify.java370 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/
DCdmaDataConnectionTracker.java187 boolean allowed = in isDataAllowed()
199 if (!allowed && DBG) { in isDataAllowed()
219 return allowed; in isDataAllowed()
/frameworks/base/services/java/com/android/server/
DClipboardService.java155 boolean allowed = false; in checkUriOwnerLocked()
/frameworks/base/docs/html/guide/developing/tools/
Ddraw9patch.jd55 (purple is the area in which content is allowed).</li>
DMonkeyImage.jd126 difference that is allowed for the two images to be "equal".
359 difference that is allowed for the two images to be "equal".
Dindex.jd34 content is allowed.</dd>
DMonkeyDevice.jd820 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/
DDownloadManager.java628 public Request setAllowedOverRoaming(boolean allowed) { in setAllowedOverRoaming() argument
629 mRoamingAllowed = allowed; in setAllowedOverRoaming()
/frameworks/base/docs/html/resources/articles/
Dfuture-proofing.jd22 fixed in Android 1.5 -- allowed apps to use those APIs without
Dcontacts.jd161 aggregation is allowed.</li>
163 allowed. The raw contact will not be aggregated.</li>
/frameworks/base/docs/html/guide/topics/manifest/
Dcompatible-screens-element.jd24 of the {@code &lt;compatible-screens&gt;} element is allowed in the manifest, but it can
/frameworks/base/services/java/com/android/server/pm/
DPackageManagerService.java4198 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/
Dcompatibility.jd209 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/
DEGL_ANDROID_blob_cache.txt126 threads is also allowed.
/frameworks/base/docs/html/guide/topics/testing/
Dactivity_testing.jd265 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/
DGsmDataConnectionTracker.java582 boolean allowed = in isDataAllowed()
591 if (!allowed && DBG) { in isDataAllowed()
610 return allowed; in isDataAllowed()
/frameworks/base/docs/html/sdk/
Dterms.jd118 … 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/
Ddevice-admin.jd93 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/
D2d-graphics.jd462 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/
Dsecurity.jd192 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

12