Home
last modified time | relevance | path

Searched refs:scope (Results 1 – 25 of 60) sorted by relevance

123

/frameworks/base/core/java/android/net/
DLinkAddress.java72 private int scope; field in LinkAddress
114 private void init(InetAddress address, int prefixLength, int flags, int scope) { in init() argument
126 this.scope = scope; in init()
139 public LinkAddress(InetAddress address, int prefixLength, int flags, int scope) { in LinkAddress() argument
140 init(address, prefixLength, flags, scope); in LinkAddress()
152 this.scope = scopeForUnicastAddress(address); in LinkAddress()
174 this.scope = scopeForUnicastAddress(this.address); in LinkAddress()
185 public LinkAddress(String address, int flags, int scope) { in LinkAddress() argument
188 init(ipAndMask.first, ipAndMask.second, flags, scope); in LinkAddress()
219 this.scope == linkAddress.scope; in equals()
[all …]
/frameworks/av/drm/mediadrm/plugins/clearkey/
DDrmPlugin.cpp45 const Vector<uint8_t>& scope, in getKeyRequest() argument
57 sp<Session> session = mSessionLibrary->findSession(scope); in getKeyRequest()
63 const Vector<uint8_t>& scope, in provideKeyResponse() argument
66 sp<Session> session = mSessionLibrary->findSession(scope); in provideKeyResponse()
DDrmPlugin.h51 const Vector<uint8_t>& scope,
60 const Vector<uint8_t>& scope,
/frameworks/base/docs/html/google/play/billing/
Dbilling_reference.jd40 <th scope="col">Response Code</th>
41 <th scope="col">Value</th>
42 <th scope="col">Description</th>
101 <th scope="col">Key</th>
102 <th scope="col">Description</th>
149 <th scope="col">Key</th>
150 <th scope="col">Description</th>
176 <th scope="col">Field</th>
177 <th scope="col">Description</th>
216 <th scope="col">Key</th>
[all …]
/frameworks/av/include/ndk/
DNdkMediaDrm.h201 media_status_t AMediaDrm_getKeyRequest(AMediaDrm *, const AMediaDrmScope *scope,
223 media_status_t AMediaDrm_provideKeyResponse(AMediaDrm *, const AMediaDrmScope *scope,
/frameworks/base/docs/html/google/play-services/
Dauth.jd61 With an email address and the service scope you can now obtain an access token.
63 …ss="note"><strong>Note:</strong> Specify <code>"oauth2:<em>scope</em>"</code> for a single scope or
81 …The following code snippet obtains an access token with an email address, the scope that you want …
113 …>{@code getTokenWithNotification(Context context, String accountName, String scope, Bundle extras)…
116 …>{@code getTokenWithNotification(Context context, String accountName, String scope, Bundle extras,…
131 …>{@code getTokenWithNotification(Context context, String accountName, String scope, Bundle extras,…
176 This exception is thrown when the authorization fails, such as when an invalid scope is
235 being used is invalid for the service's scope or the token may have expired. If this is the
/frameworks/base/tools/layoutlib/bridge/tests/res/testApp/MyApplication/
Dgradlew.bat8 @rem Set local scope for the variables with windows NT shell
78 @rem End local scope for the variables with windows NT shell
/frameworks/av/media/ndk/
DNdkMediaDrm.cpp276 media_status_t AMediaDrm_getKeyRequest(AMediaDrm *mObj, const AMediaDrmScope *scope, in AMediaDrm_getKeyRequest() argument
284 if (!mimeType || !scope || !keyRequest || !keyRequestSize) { in AMediaDrm_getKeyRequest()
289 if (!findId(mObj, *scope, iter)) { in AMediaDrm_getKeyRequest()
327 media_status_t AMediaDrm_provideKeyResponse(AMediaDrm *mObj, const AMediaDrmScope *scope, in AMediaDrm_provideKeyResponse() argument
333 if (!scope || !response || !responseSize || !keySetId) { in AMediaDrm_provideKeyResponse()
338 if (!findId(mObj, *scope, iter)) { in AMediaDrm_provideKeyResponse()
/frameworks/base/docs/html/guide/appendix/
Dg-app-intents.jd18 <th scope="col">Target Application</th>
19 <th scope="col">Intent URI</th>
20 <th scope="col">Intent Action</th>
21 <th scope="col">Result</th>
Dapp-intents.jd11 <th scope="col">Scheme</th>
12 <th scope="col">Action<br />
14 <th scope="col">Description</th>
/frameworks/base/docs/html/guide/topics/ui/
Dcontrols.jd52 <th scope="col">Control Type</th>
53 <th scope="col">Description</th>
54 <th scope="col">Related Classes</th>
Ddrag-drop.jd310 <th scope="col">getAction() value</th>
311 <th scope="col">Meaning</th>
385 <th scope="col">{@link android.view.DragEvent#getAction()} value</th>
386 <th scope="col">{@link android.view.DragEvent#getClipDescription()} value</th>
387 <th scope="col">{@link android.view.DragEvent#getLocalState()} value</th>
388 <th scope="col">{@link android.view.DragEvent#getX()} value</th>
389 <th scope="col">{@link android.view.DragEvent#getY()} value</th>
390 <th scope="col">{@link android.view.DragEvent#getClipData()} value</th>
391 <th scope="col">{@link android.view.DragEvent#getResult()} value</th>
/frameworks/native/include/media/drm/
DDrmAPI.h134 getKeyRequest(Vector<uint8_t> const &scope,
154 virtual status_t provideKeyResponse(Vector<uint8_t> const &scope,
/frameworks/base/docs/html/google/auth/
Dhttp-auth.jd291 GetUsernameTask(Activity activity, String name, String scope) {
293 this.mScope = scope;
344 the account name retrieved from the account picker, and the scope for your auth
346 …e {@link android.os.AsyncTask} class constructor. For more information about setting the scope, see
401 <p>The scope string is used to specify which Google services can be accessed by
405 scope string with {@code "oauth2:"} followed by a list of one or more OAuth scope
406 values. Use a space to separate each scope value in the list. To see a list of
407 valid OAuth scope values for Google services, browse
410 <p class="note"><strong>Tip:</strong> Specify {@code "oauth2:&lt;scope&gt;"}
411 for a single scope. Specify
[all …]
/frameworks/base/docs/html/guide/topics/sensors/
Dsensors_environment.jd56 <th scope="col" style="white-space:nowrap">Sensor</th>
57 <th scope="col" style="white-space:nowrap">Sensor event data</th>
58 <th scope="col" style="white-space:nowrap">Units of measure</th>
59 <th scope="col" style="white-space:nowrap">Data description</th>
Dsensors_overview.jd119 <th scope="col" style="white-space:nowrap">Sensor</th>
120 <th scope="col" style="white-space:nowrap">Type</th>
121 <th scope="col" style="white-space:nowrap">Description</th>
122 <th scope="col" style="white-space:nowrap">Common Uses</th>
283 <th scope="col">Sensor</th>
284 <th scope="col">Android 4.0 <br>(API Level 14)</th>
285 <th scope="col">Android 2.3 <br>(API Level 9)</th>
286 <th scope="col">Android 2.2 <br>(API Level 8)</th>
287 <th scope="col">Android 1.5 <br>(API Level 3)</th>
Dsensors_position.jd82 <th scope="col" style="white-space:nowrap">Sensor</th>
83 <th scope="col" style="white-space:nowrap">Sensor event data</th>
84 <th scope="col" style="white-space:nowrap">Description</th>
85 <th scope="col" style="white-space:nowrap">Units of measure</th>
/frameworks/base/docs/html/about/dashboards/
Dindex.jd125 <th scope="col">OpenGL ES Version</th>
126 <th scope="col">Distribution</th>
414 $trh.append("<th scope='col'>" + density + "</th>");
416 $trh.append("<th scope='col' class='total'>Total</th>");
431 $tr.append("<th scope='row'>" + size + "</th>");
/frameworks/base/media/java/android/media/
DMediaDrm.java433 public native KeyRequest getKeyRequest(byte[] scope, byte[] init,
458 public native byte[] provideKeyResponse(byte[] scope, byte[] response)
/frameworks/base/docs/html/training/id-auth/
Dauthenticate.jd57 <li>The <strong>auth scope</strong>, which is a string that defines the specific
58 type of access your app is asking for. For instance, the auth scope for
60 scope for read-write access to Google Tasks is <code>Manage Your
110 "Manage your tasks", // Auth scope
/frameworks/base/docs/html/google/gcm/
Dnotifications.jd141 This client ID represents a Google account "scope" that you will use to generate an {@code id_token…
165 // Initialize the scope using the client ID you got from the Console.
166 final String scope = &quot;audience:server:client_id:&quot;
170 id_token = GoogleAuthUtil.getToken(context, accountName, scope);
/frameworks/base/tools/apilint/
Dapilint.py670 scope = f.name[0:f.name.index("FLAG_")]
671 if val & known[scope]:
673 known[scope] |= val
/frameworks/base/docs/html/training/transitions/
Dtransitions.jd43 <th scope="col">Class</th>
44 <th scope="col">Tag</th>
45 <th scope="col">Attributes</th>
46 <th scope="col">Effect</th>
/frameworks/base/docs/html/training/basics/activity-lifecycle/
Dstarting.jd91 <th scope="col">Lifecycle State</th>
92 <th scope="col">Startup Method</th>
93 <th scope="col">Teardown Method</th>
189 user interface and possibly instantiate some class-scope variables.</p>
/frameworks/base/docs/html/guide/topics/providers/
Dcontent-provider-basics.jd159 <th style="width:20%" align="center" scope="col">word</th>
160 <th style="width:20%" align="center" scope="col">app id</th>
161 <th style="width:20%" align="center" scope="col">frequency</th>
162 <th style="width:20%" align="center" scope="col">locale</th>
163 <th style="width:20%" align="center" scope="col">_ID</th>
166 <td align="center" scope="row">mapreduce</td>
173 <td align="center" scope="row">precompiler</td>
180 <td align="center" scope="row">applet</td>
187 <td align="center" scope="row">const</td>
194 <td align="center" scope="row">int</td>
[all …]

123