Home
last modified time | relevance | path

Searched refs:allow (Results 1 – 25 of 299) sorted by relevance

12345678910>>...12

/frameworks/av/include/media/stagefright/foundation/
DADebug.h141 const char *name __unused /* nonnull */, bool allow __unused = true) {
144 return getExperimentFlag(allow, name, 2, 1); // every other day
146 return getExperimentFlag(allow, name, 3, 1); // every third day
157 bool allow, const char *name, uint64_t modulo, uint64_t limit,
/frameworks/base/core/java/android/webkit/
DServiceWorkerWebSettings.java53 public abstract void setAllowContentAccess(boolean allow); in setAllowContentAccess() argument
66 public abstract void setAllowFileAccess(boolean allow); in setAllowFileAccess() argument
DGeolocationPermissions.java62 public void invoke(String origin, boolean allow, boolean retain); in invoke() argument
122 public void allow(String origin) { in allow() method in GeolocationPermissions
DWebSettings.java325 public abstract void setAllowFileAccess(boolean allow); in setAllowFileAccess() argument
339 public abstract void setAllowContentAccess(boolean allow); in setAllowContentAccess() argument
/frameworks/av/media/libstagefright/foundation/
DADebug.cpp127 bool allow, const char *name, uint64_t modulo, in getExperimentFlag() argument
135 return allow && (level != 0); in getExperimentFlag()
183 bool enable = allow && (counter % modulo < limit); in getExperimentFlag()
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
DUsbDebuggingActivity.java120 boolean allow = (which == AlertDialog.BUTTON_POSITIVE); in onClick()
121 boolean alwaysAllow = allow && mAlwaysAllow.isChecked(); in onClick()
125 if (allow) { in onClick()
/frameworks/base/core/java/android/os/
DINetworkManagementService.aidl344 void setFirewallInterfaceRule(String iface, boolean allow); in setFirewallInterfaceRule() argument
345 void setFirewallEgressSourceRule(String addr, boolean allow); in setFirewallEgressSourceRule() argument
346 void setFirewallEgressDestRule(String addr, int port, boolean allow); in setFirewallEgressDestRule() argument
/frameworks/base/docs/html/guide/topics/data/
Dinstall-location.jd11 <li>You can allow your application to install on the device's external storage.</li>
12 <li>Some types of applications should <strong>not</strong> allow installation on the external
34 <p>Beginning with API Level 8, you can allow your application to be installed on the
42 <p>To allow the system to install your application on the external storage, modify your
93 <p>To allow installation on external storage and remain compatible with versions lower than API
127 consistently behave as expected, you <strong>should not</strong> allow your application to be
170 <p>If your application uses any of the features listed above, you <strong>should not</strong> allow
171 your application to install on external storage. By default, the system <em>will not</em> allow your
186 applications that should allow installation on external storage, because games don't typically
/frameworks/base/docs/html/google/play/licensing/
Dlicensing-reference.jd53 <td width="100%">Interface that you implement to determine whether to allow
166 <td><em>Optionally allow access according to {@code Policy} constraints.</em>
168 application version is invalid or compromised. The application can allow access
178 <td><em>Do not allow access.</em></td>
283 Policy may allow access to the application, even though the response status is
291 the {@code Policy} should allow, before denying the user access to the application.
300 only for {@code LICENSED_OLD_KEYS} responses, to allow the {@code Policy} to determine how much
337 {@code Policy} can extract the VT key value and use it to conditionally allow access to
405 conditionally allow access to the application, as follows:</p>
410 <li>The {@code Policy} should allow the user to access the application, provided that
[all …]
Dindex.jd10 query Google Play at run time to obtain the licensing status for the current user, then allow or
17 that allow the user to run it unlicensed for a specific validity period. An application can also
/frameworks/base/docs/html/training/design-navigation/
Dindex.jd22 …racting with in the app, the next step is to design the interactions that allow users to navigate …
24 …y for your application and then choose appropriate forms of navigation to allow users to effective…
42 <dd>Learn how to allow users to navigate upwards in the content hierarchy. Also learn about best
/frameworks/native/services/surfaceflinger/
DMonitoredProducer.cpp118 status_t MonitoredProducer::allowAllocation(bool allow) { in allowAllocation() argument
119 return mProducer->allowAllocation(allow); in allowAllocation()
/frameworks/base/docs/html/design/patterns/
Dapp-structure.jd43 <p>Category views allow you to drill deeper into your data.</p>
116 …ed out of the way like scrollable tabs. <em>Fixed tabs</em> should always allow the user to naviga…
232 <p>Take advantage of shortcuts that allow people to reach their goals quicker. To allow top-level
246 <p>For example, if you allow people to delete an item in a detail view, you should also allow them …
248 collections of items. Then use multi-select to allow application of those actions to multiple items
282 <p>If your users are likely to want to look at multiple items in sequence, allow them to navigate
314 <p>Use multi-select to allow the user to act on collections of data.</p>
/frameworks/base/docs/html/training/
Dbuilding-userinfo.jd8 credentials they use for Google. These features allow your app to connect users with people they
/frameworks/base/docs/html/training/swipe/
Dindex.jd37 can allow users to request manual updates as well. For example, a weather
38 forecasting app can allow users get the latest forecasts on demand. To
/frameworks/multidex/library/
DREADME.txt6 Note that multidexing will allow to go over the dex index limit.
/frameworks/base/docs/html/topic/performance/power/network/
Dgather-data.jd128 may not allow the {@link android.net.TrafficStats} utilities to tag traffic from your app.
222 Android &gt; Android Device Monitor</strong>. When asked, allow incoming network connections.
236 device. Select <strong>OK</strong> to allow debugging to proceed.
247 should also allow for app idle time, where the user is not interacting with the app, to allow
/frameworks/rs/api/
Drs_core.spec21 RenderScript code is compiled on devices at runtime to allow platform-independence as well.
/frameworks/base/docs/html/guide/topics/ui/
Dindex.jd3 …uilt UI components such as structured layout objects and UI controls that allow you to build the g…
42 and then choose appropriate forms of navigation to allow users to effectively and intuitively
/frameworks/base/core/java/android/app/backup/
DIBackupManager.aidl204 void acknowledgeFullBackupOrRestore(int token, boolean allow, in acknowledgeFullBackupOrRestore() argument
/frameworks/base/docs/html/training/app-indexing/
Denabling-app-indexing.jd28 By opting in, you can allow Googlebot to crawl the content in the APK
95 configure your server's {@code robots.txt} file properly to allow these
98 allow access to a specific directory in your web site (for example,
/frameworks/base/docs/html/training/accessibility/
Dtesting.jd79 than accessibility gestures. While gestures allow users to focus on nearly any on-screen
80 content, keyboard and D-pad navigation only allow focus on input fields and buttons.</p>
83 information (graphics or text) or allow user action have clear and accurate audio descriptions
87 provide information (graphics or text) or allow user action have appropriate audio descriptions
239 than keyboards and D-pads. While gestures allow users to focus on nearly any on-screen
240 content, keyboard and D-pad navigation only allow focus on input fields and buttons.</p>
/frameworks/compile/libbcc/tests/debuginfo/target-tests/driver-int-param/
DDriverRS.java.template33 // allow us to create the script that does rendering
/frameworks/compile/libbcc/tests/debuginfo/target-tests/driver-common/SRC/
DDriverRS.java.template33 // allow us to create the script that does rendering
/frameworks/base/docs/html/training/efficient-downloads/
Dredundant_redundant.jd30 …y what you need. In terms of data, that means implementing REST APIs that allow you to specify que…
38 …ed, and when it expires, from within the HTTP response headers. This will allow you to determine w…

12345678910>>...12