/frameworks/base/core/java/android/net/ |
D | LinkAddress.java | 72 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/ |
D | DrmPlugin.cpp | 45 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()
|
D | DrmPlugin.h | 51 const Vector<uint8_t>& scope, 60 const Vector<uint8_t>& scope,
|
/frameworks/base/docs/html/google/play/billing/ |
D | billing_reference.jd | 40 <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/ |
D | NdkMediaDrm.h | 201 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/ |
D | auth.jd | 61 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/ |
D | gradlew.bat | 8 @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/ |
D | NdkMediaDrm.cpp | 276 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/ |
D | g-app-intents.jd | 18 <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>
|
D | app-intents.jd | 11 <th scope="col">Scheme</th> 12 <th scope="col">Action<br /> 14 <th scope="col">Description</th>
|
/frameworks/base/docs/html/guide/topics/ui/ |
D | controls.jd | 52 <th scope="col">Control Type</th> 53 <th scope="col">Description</th> 54 <th scope="col">Related Classes</th>
|
D | drag-drop.jd | 310 <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/ |
D | DrmAPI.h | 134 getKeyRequest(Vector<uint8_t> const &scope, 154 virtual status_t provideKeyResponse(Vector<uint8_t> const &scope,
|
/frameworks/base/docs/html/google/auth/ |
D | http-auth.jd | 291 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:<scope>"} 411 for a single scope. Specify [all …]
|
/frameworks/base/docs/html/guide/topics/sensors/ |
D | sensors_environment.jd | 56 <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>
|
D | sensors_overview.jd | 119 <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>
|
D | sensors_position.jd | 82 <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/ |
D | index.jd | 125 <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/ |
D | MediaDrm.java | 433 public native KeyRequest getKeyRequest(byte[] scope, byte[] init, 458 public native byte[] provideKeyResponse(byte[] scope, byte[] response)
|
/frameworks/base/docs/html/training/id-auth/ |
D | authenticate.jd | 57 <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/ |
D | notifications.jd | 141 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 = "audience:server:client_id:" 170 id_token = GoogleAuthUtil.getToken(context, accountName, scope);
|
/frameworks/base/tools/apilint/ |
D | apilint.py | 670 scope = f.name[0:f.name.index("FLAG_")] 671 if val & known[scope]: 673 known[scope] |= val
|
/frameworks/base/docs/html/training/transitions/ |
D | transitions.jd | 43 <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/ |
D | starting.jd | 91 <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/ |
D | content-provider-basics.jd | 159 <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 …]
|