Home
last modified time | relevance | path

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

1234

/frameworks/base/core/java/android/os/
DTrace.java91 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/
Dstderr.txt.expect2 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/
Dservice_manager.c63 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/
Dandroid_os_Trace.cpp95 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/
DDetailsOverviewRow.java241 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/
DSystemConfig.java311 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/
Dstderr.txt.expect1 kernel_static.rs:14:14: error: Non-const static variables are not allowed in kernels: 'i'
/frameworks/base/core/java/android/text/util/
DLinkify.java377 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/
DLayoutInflater.java587 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/
Dapp-compatibility.jd50 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
Dwork-policy-ctrl.jd51 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
Dapp-restrictions.jd38 <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/
DApnContext.java192 public synchronized void setConcurrentVoiceAndDataAllowed(boolean allowed) { in setConcurrentVoiceAndDataAllowed() argument
193 mConcurrentVoiceAndDataAllowed = allowed; in setConcurrentVoiceAndDataAllowed()
/frameworks/av/drm/drmserver/
DDrmManagerService.cpp76 bool allowed = (selinux_check_access(sctx, drmserver_context, selinux_class, in selinuxIsProtectedCallAllowed() local
80 return allowed; in selinuxIsProtectedCallAllowed()
/frameworks/base/docs/html/tools/testing/
Dindex.jd24 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/
DMtpDatabase.java281 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/
Dfaq.jd271 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/
Ddevice_for_strategy_rerouting.pfw226 … # Rerouting is similar to media and sonification (exept here: sonification is not allowed on HDMI)
/frameworks/base/docs/html/tools/help/
Ddraw9patch.jd62 (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".
/frameworks/base/core/java/android/app/
DDownloadManager.java677 public Request setAllowedOverRoaming(boolean allowed) { in setAllowedOverRoaming() argument
678 mRoamingAllowed = allowed; in setAllowedOverRoaming()
/frameworks/data-binding/compilerCommon/
DBindingExpression.g443 // this isn't allowed yet.
/frameworks/base/packages/SystemUI/docs/
Ddemo_mode.md27 … | | Enters demo mode, bar state allowed to be modified (f…
/frameworks/base/docs/html/training/wearables/watch-faces/
Dinteracting.jd75 <a href="{@docRoot}design/wear/watchfaces.html#ag">the only gesture allowed</a>. If the user
/frameworks/base/core/java/android/service/wallpaper/
DWallpaperService.java414 public void setFixedSizeAllowed(boolean allowed) { in setFixedSizeAllowed() argument
415 mFixedSizeAllowed = allowed; in setFixedSizeAllowed()

1234