Home
last modified time | relevance | path

Searched refs:accepted (Results 1 – 25 of 38) sorted by relevance

12

/frameworks/base/core/java/android/text/method/
DDigitsKeyListener.java115 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()
DDialerKeyListener.java83 char[] accepted = getAcceptedChars(); in lookup() local
87 if (ok(accepted, kd.meta[i])) { in lookup()
/frameworks/base/core/java/android/app/
DEnterTransitionCoordinator.java86 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()
DExitTransitionCoordinator.java74 ArrayList<String> accepted, ArrayList<View> mapped, boolean isReturning) { in ExitTransitionCoordinator() argument
76 viewsReady(mapSharedElements(accepted, mapped)); in ExitTransitionCoordinator()
DActivityTransitionCoordinator.java407 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/
DIPackageInstaller.aidl49 void setPermissionsResult(int sessionId, boolean accepted); in setPermissionsResult() argument
DPackageInstaller.java433 public void setPermissionsResult(int sessionId, boolean accepted) { in setPermissionsResult() argument
435 mInstaller.setPermissionsResult(sessionId, accepted); in setPermissionsResult()
/frameworks/native/opengl/specs/
DEGL_ANDROID_image_native_buffer.txt65 "Values accepted for <target> are listed in Table aaa, below.
/frameworks/base/docs/html/training/gestures/
Dindex.jd49 the accepted Android conventions for touch gestures. The <a
/frameworks/compile/slang/
DRSCCOptions.td19 // This file defines the options accepted by llvm-rs-cc.
/frameworks/base/docs/html/guide/topics/connectivity/
Dbluetooth.jd114 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/
DPackageInstallerSession.java872 void setPermissionsResult(boolean accepted) { in setPermissionsResult() argument
877 if (accepted) { in setPermissionsResult()
DPackageInstallerService.java772 public void setPermissionsResult(int sessionId, boolean accepted) { in setPermissionsResult() argument
776 mSessions.get(sessionId).setPermissionsResult(accepted); in setPermissionsResult()
/frameworks/base/docs/html/guide/appendix/
Dapp-intents.jd34 accepted. Valid examples include the following:</p>
Dg-app-intents.jd43 accepted. Valid examples include the following:</p>
/frameworks/base/docs/html/guide/topics/search/
Dsearchable-config.jd91 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/
Dintents-filters.jd486 <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/
Dtargeting.jd85 supported viewport properties and the types of values accepted by each one:</p>
/frameworks/base/docs/html/guide/topics/manifest/
Dmanifest-element.jd129 <p>The following keyword strings are accepted:</p>
/frameworks/base/docs/html/google/gcm/
Dserver.jd372 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/
Dterms.jd122 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
Dsignup.jd65 … 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/
Dwear.jd453 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/
Dfilters.jd72 accepted.</p>
/frameworks/base/docs/html/training/tv/games/
Dindex.jd105 …to a good user experience. For example, you should adhere to accepted customs by using the A button

12