/frameworks/base/core/java/android/text/method/ |
D | DigitsKeyListener.java | 115 public static DigitsKeyListener getInstance(String accepted) { in getInstance() argument 120 dim.mAccepted = new char[accepted.length()]; in getInstance() 121 accepted.getChars(0, accepted.length(), dim.mAccepted, 0); in getInstance()
|
D | DialerKeyListener.java | 83 char[] accepted = getAcceptedChars(); in lookup() local 87 if (ok(accepted, kd.meta[i])) { in lookup()
|
/frameworks/base/core/java/android/app/ |
D | EnterTransitionCoordinator.java | 86 public void viewInstancesReady(ArrayList<String> accepted, ArrayList<String> localNames, in viewInstancesReady() argument 98 triggerViewsReady(mapNamedElements(accepted, localNames)); in viewInstancesReady() 100 triggerViewsReady(mapSharedElements(accepted, localViews)); in viewInstancesReady() 104 public void namedViewsReady(ArrayList<String> accepted, ArrayList<String> localNames) { in namedViewsReady() argument 105 triggerViewsReady(mapNamedElements(accepted, localNames)); in namedViewsReady() 153 private ArrayMap<String, View> mapNamedElements(ArrayList<String> accepted, in mapNamedElements() argument 160 if (accepted != null) { in mapNamedElements() 163 String acceptedName = accepted.get(i); in mapNamedElements()
|
D | ExitTransitionCoordinator.java | 74 ArrayList<String> accepted, ArrayList<View> mapped, boolean isReturning) { in ExitTransitionCoordinator() argument 76 viewsReady(mapSharedElements(accepted, mapped)); in ExitTransitionCoordinator()
|
D | ActivityTransitionCoordinator.java | 407 protected ArrayMap<String, View> mapSharedElements(ArrayList<String> accepted, in mapSharedElements() argument 410 if (accepted != null) { in mapSharedElements() 411 for (int i = 0; i < accepted.size(); i++) { in mapSharedElements() 412 sharedElements.put(accepted.get(i), localViews.get(i)); in mapSharedElements()
|
/frameworks/base/core/java/android/content/pm/ |
D | IPackageInstaller.aidl | 49 void setPermissionsResult(int sessionId, boolean accepted); in setPermissionsResult() argument
|
D | PackageInstaller.java | 433 public void setPermissionsResult(int sessionId, boolean accepted) { in setPermissionsResult() argument 435 mInstaller.setPermissionsResult(sessionId, accepted); in setPermissionsResult()
|
/frameworks/native/opengl/specs/ |
D | EGL_ANDROID_image_native_buffer.txt | 65 "Values accepted for <target> are listed in Table aaa, below.
|
/frameworks/base/docs/html/training/gestures/ |
D | index.jd | 49 the accepted Android conventions for touch gestures. The <a
|
/frameworks/compile/slang/ |
D | RSCCOptions.td | 19 // This file defines the options accepted by llvm-rs-cc.
|
/frameworks/base/docs/html/guide/topics/connectivity/ |
D | bluetooth.jd | 114 connection is accepted.</dd> 485 when an incoming connection is accepted. The client will receive it when it 513 socket is to listen for incoming connection requests and when one is accepted, 549 be accepted (in the next step).</p> 555 accepted or an exception has occurred. A connection is accepted only when a 616 // If a connection was accepted 636 connection is accepted and the {@link android.bluetooth.BluetoothSocket} is
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | PackageInstallerSession.java | 872 void setPermissionsResult(boolean accepted) { in setPermissionsResult() argument 877 if (accepted) { in setPermissionsResult()
|
D | PackageInstallerService.java | 772 public void setPermissionsResult(int sessionId, boolean accepted) { in setPermissionsResult() argument 776 mSessions.get(sessionId).setPermissionsResult(accepted); in setPermissionsResult()
|
/frameworks/base/docs/html/guide/appendix/ |
D | app-intents.jd | 34 accepted. Valid examples include the following:</p>
|
D | g-app-intents.jd | 43 accepted. Valid examples include the following:</p>
|
/frameworks/base/docs/html/guide/topics/search/ |
D | searchable-config.jd | 91 receives focus. The following mode values are accepted: 229 have no effect.) The following mode values are accepted: 257 should be used by the voice recognition system. The following values are accepted:
|
/frameworks/base/docs/html/guide/components/ |
D | intents-filters.jd | 486 <dd>Declares the intent action accepted, in the {@code name} attribute. The value 489 <dd>Declares the type of data accepted, using one or more attributes that specify various 493 <dd>Declares the intent category accepted, in the {@code name} attribute. The value 718 <p>To specify accepted intent actions, an intent filter can declare zero or more 742 <p>To specify accepted intent categories, an intent filter can declare zero or more 773 <p>To specify accepted intent data, an intent filter can declare zero or more
|
/frameworks/base/docs/html/guide/webapps/ |
D | targeting.jd | 85 supported viewport properties and the types of values accepted by each one:</p>
|
/frameworks/base/docs/html/guide/topics/manifest/ |
D | manifest-element.jd | 129 <p>The following keyword strings are accepted:</p>
|
/frameworks/base/docs/html/google/gcm/ |
D | server.jd | 372 means that it was accepted for delivery. What happens to the message after it is 373 accepted depends on many factors.</p>
|
/frameworks/base/docs/html/google/backup/ |
D | terms.jd | 122 generally accepted practices or guidelines in the relevant jurisdictions 458 the changes will become effective immediately, and you are deemed to have accepted the modified
|
D | signup.jd | 65 … applicable law, regulation, third-party terms of service, or generally accepted practices or guid… 174 …e changes will become effective immediately, and you are deemed to have accepted the modified Term…
|
/frameworks/base/docs/html/distribute/essentials/quality/ |
D | wear.jd | 453 accepted as a Wear app, it will still be available to other device types, such as phones and
|
/frameworks/base/docs/html/training/basics/intents/ |
D | filters.jd | 72 accepted.</p>
|
/frameworks/base/docs/html/training/tv/games/ |
D | index.jd | 105 …to a good user experience. For example, you should adhere to accepted customs by using the A button
|