/frameworks/base/core/java/android/os/ |
D | Trace.java | 91 private static native void nativeSetAppTracingAllowed(boolean allowed); in nativeSetAppTracingAllowed() argument 92 private static native void nativeSetTracingEnabled(boolean allowed); in nativeSetTracingEnabled() argument 170 public static void setAppTracingAllowed(boolean allowed) { in setAppTracingAllowed() argument 171 nativeSetAppTracingAllowed(allowed); in setAppTracingAllowed()
|
/frameworks/compile/slang/tests/F_union/ |
D | stderr.txt.expect | 2 union.rs:9:14: error: unions containing RS object types are not allowed 3 union.rs:16:11: error: unions containing RS object types are not allowed
|
/frameworks/native/cmds/servicemanager/ |
D | service_manager.c | 63 bool allowed; in check_mac_perms() local 71 allowed = (result == 0); in check_mac_perms() 74 return allowed; in check_mac_perms() 88 bool allowed; in check_mac_perms_from_lookup() local 105 allowed = check_mac_perms(spid, tctx, perm, name); in check_mac_perms_from_lookup() 107 return allowed; in check_mac_perms_from_lookup()
|
/frameworks/base/core/jni/ |
D | android_os_Trace.cpp | 95 jclass clazz, jboolean allowed) { in android_os_Trace_nativeSetAppTracingAllowed() argument 96 ALOGV("%s: %d", __FUNCTION__, allowed); in android_os_Trace_nativeSetAppTracingAllowed() 98 atrace_set_debuggable(allowed); in android_os_Trace_nativeSetAppTracingAllowed()
|
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/ |
D | DetailsOverviewRow.java | 241 public void setImageScaleUpAllowed(boolean allowed) { in setImageScaleUpAllowed() argument 242 if (allowed != mImageScaleUpAllowed) { in setImageScaleUpAllowed() 243 mImageScaleUpAllowed = allowed; in setImageScaleUpAllowed()
|
/frameworks/base/services/core/java/com/android/server/ |
D | SystemConfig.java | 311 boolean allowed; in readPermissionsFromXml() 313 allowed = true; in readPermissionsFromXml() 316 allowed = !"true".equals(notLowRam); in readPermissionsFromXml() 321 } else if (allowed) { in readPermissionsFromXml()
|
/frameworks/compile/slang/tests/F_kernel_static/ |
D | stderr.txt.expect | 1 kernel_static.rs:14:14: error: Non-const static variables are not allowed in kernels: 'i'
|
/frameworks/base/core/java/android/text/util/ |
D | Linkify.java | 377 boolean allowed = true; in addLinks() 380 allowed = matchFilter.acceptMatch(s, start, end); in addLinks() 383 if (allowed) { in addLinks()
|
/frameworks/base/core/java/android/view/ |
D | LayoutInflater.java | 587 boolean allowed = mFilter.onLoadClass(clazz); in createView() 588 if (!allowed) { in createView() 605 boolean allowed = clazz != null && mFilter.onLoadClass(clazz); in createView() 606 mFilterMap.put(name, allowed); in createView() 607 if (!allowed) { in createView()
|
/frameworks/base/docs/html/training/enterprise/ |
D | app-compatibility.jd | 50 administrator can choose which apps are allowed for that profile, and can 60 that profile, and the intent is not allowed to cross to the other profile 83 allowed to cross from one profile to another. Since the administrator makes 85 to know in advance <em>which</em> intents are allowed to cross this boundary. The 97 allowed to cross to a handler on the other profile. (For more information about 192 <li>Configure which intents are allowed to cross from one profile to 211 intent is not allowed to cross between profiles, verify the app's behavior both
|
D | work-policy-ctrl.jd | 51 capabilities, such as whether the device is allowed to use its camera. And 117 enterprise administrator. The administrator can choose which apps are allowed 285 controls whether the app is allowed to download videos over a cellular 307 <code>false</code>, the newsfetcher app is not allowed to download data through
|
D | app-restrictions.jd | 38 <li>Configure whether an app is allowed to sync content via cellular, or just 134 file. Your app is only allowed to have a single restrictions file, 156 android:title="App is allowed to download data via cellular"
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/ |
D | ApnContext.java | 192 public synchronized void setConcurrentVoiceAndDataAllowed(boolean allowed) { in setConcurrentVoiceAndDataAllowed() argument 193 mConcurrentVoiceAndDataAllowed = allowed; in setConcurrentVoiceAndDataAllowed()
|
/frameworks/av/drm/drmserver/ |
D | DrmManagerService.cpp | 76 bool allowed = (selinux_check_access(sctx, drmserver_context, selinux_class, in selinuxIsProtectedCallAllowed() local 80 return allowed; in selinuxIsProtectedCallAllowed()
|
/frameworks/base/docs/html/tools/testing/ |
D | index.jd | 24 declaring what you’re not allowed to do on that thread, and what the penalty is if you violate the
|
/frameworks/base/media/java/android/mtp/ |
D | MtpDatabase.java | 281 boolean allowed = false; in inStorageSubDirectory() 283 for (int i = 0; i < mSubDirectories.length && !allowed; i++) { in inStorageSubDirectory() 289 allowed = true; in inStorageSubDirectory() 292 return allowed; in inStorageSubDirectory()
|
/frameworks/base/docs/html/distribute/googleplay/families/ |
D | faq.jd | 271 Are ads allowed? Can you give me more details on the advertising policies for Designed for 276 Yes, ads are allowed as long as the adhere to the <a href= 299 Am I allowed to use house/first party ads and product placements within my app? 303 House ads are allowed, but they must comply with <a
|
/frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/example/Settings/ |
D | device_for_strategy_rerouting.pfw | 226 … # Rerouting is similar to media and sonification (exept here: sonification is not allowed on HDMI)
|
/frameworks/base/docs/html/tools/help/ |
D | draw9patch.jd | 62 (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".
|
/frameworks/base/core/java/android/app/ |
D | DownloadManager.java | 677 public Request setAllowedOverRoaming(boolean allowed) { in setAllowedOverRoaming() argument 678 mRoamingAllowed = allowed; in setAllowedOverRoaming()
|
/frameworks/data-binding/compilerCommon/ |
D | BindingExpression.g4 | 43 // this isn't allowed yet.
|
/frameworks/base/packages/SystemUI/docs/ |
D | demo_mode.md | 27 … | | Enters demo mode, bar state allowed to be modified (f…
|
/frameworks/base/docs/html/training/wearables/watch-faces/ |
D | interacting.jd | 75 <a href="{@docRoot}design/wear/watchfaces.html#ag">the only gesture allowed</a>. If the user
|
/frameworks/base/core/java/android/service/wallpaper/ |
D | WallpaperService.java | 414 public void setFixedSizeAllowed(boolean allowed) { in setFixedSizeAllowed() argument 415 mFixedSizeAllowed = allowed; in setFixedSizeAllowed()
|