Searched refs:method (Results 251 - 275 of 293) sorted by relevance

<<1112

/frameworks/support/core-ui/java/android/support/v4/view/
H A DPagerTitleStrip.java27 import android.text.method.SingleLineTransformationMethod;
45 * of the ViewPager. The title from each page is supplied by the method
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DAppCompatTextHelper.java33 import android.text.method.PasswordTransformationMethod;
93 // in TextView's constructor, so we should only set a new transformation method
/frameworks/base/core/java/android/widget/
H A DTextView.java92 import android.text.method.AllCapsTransformationMethod;
93 import android.text.method.ArrowKeyMovementMethod;
94 import android.text.method.DateKeyListener;
95 import android.text.method.DateTimeKeyListener;
96 import android.text.method.DialerKeyListener;
97 import android.text.method.DigitsKeyListener;
98 import android.text.method.KeyListener;
99 import android.text.method.LinkMovementMethod;
100 import android.text.method.MetaKeyKeyListener;
101 import android.text.method
2500 setTransformationMethod(TransformationMethod method) argument
[all...]
H A DRemoteViewsAdapter.java915 private void processException(String method, Exception e) { argument
916 Log.e("RemoteViewsAdapter", "Error in " + method + ": " + e.getMessage());
1076 * This method allows an AdapterView using this Adapter to provide information about which
H A DSwitch.java40 import android.text.method.AllCapsTransformationMethod;
41 import android.text.method.TransformationMethod2;
1077 // Calling the super method may result in setChecked() getting called
H A DSpellChecker.java24 import android.text.method.WordIterator;
/frameworks/av/media/libstagefright/rtsp/
H A DMyTransmitter.h293 AString *request, const char *method, const char *url) {
313 A2.append(method);
292 addAuthentication( AString *request, const char *method, const char *url) argument
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DCarrierAppUtilsTest.java675 public Bundle call(String method, String request, Bundle args) { argument
677 if (Settings.CALL_METHOD_GET_SECURE.equals(method)) {
/frameworks/base/
H A Dpreloaded-classes154 [Landroid.text.method.TextKeyListener$Capitalize;
155 [Landroid.text.method.TextKeyListener;
2209 android.text.method.AllCapsTransformationMethod
2210 android.text.method.ArrowKeyMovementMethod
2211 android.text.method.BaseKeyListener
2212 android.text.method.BaseMovementMethod
2213 android.text.method.KeyListener
2214 android.text.method.LinkMovementMethod
2215 android.text.method.MetaKeyKeyListener
2216 android.text.method
[all...]
H A Dcompiled-classes-phone4040 android.text.method.AllCapsTransformationMethod
4041 android.text.method.ArrowKeyMovementMethod
4042 android.text.method.BaseKeyListener
4043 android.text.method.BaseMovementMethod
4044 android.text.method.DialerKeyListener
4045 android.text.method.KeyListener
4046 android.text.method.LinkMovementMethod
4047 android.text.method.MetaKeyKeyListener
4048 android.text.method.MovementMethod
4049 android.text.method
[all...]
/frameworks/base/core/java/android/content/
H A DContentResolver.java891 * Client code should only invoke this method when there is a strong indication (such as a user
1019 * ContentProvider.openFile()} method, so will <em>not</em> work with
1061 * ContentProvider.openFile()} method, so will <em>not</em> work with
1123 * method of the provider associated with the given URI, to retrieve any file stored there.
1176 * method of the provider associated with the given URI, to retrieve any file stored there.
1327 * {@link ContentProvider#openTypedAssetFile} method of the provider
1360 * {@link ContentProvider#openTypedAssetFile} method of the provider
1686 * Call a provider-defined method. This can be used to implement
1690 * @param method provider-defined method nam
1699 call(@onNull Uri uri, @NonNull String method, @Nullable String arg, @Nullable Bundle extras) argument
[all...]
/frameworks/base/services/core/java/com/android/server/
H A DTelephonyRegistry.java1619 private void enforceNotifyPermissionOrCarrierPrivilege(String method) { argument
1627 private boolean checkNotifyPermission(String method) { argument
1631 String msg = "Modify Phone State Permission Denial: " + method + " from pid="
/frameworks/base/core/java/android/view/inputmethod/
H A DBaseInputConnection.java32 import android.text.method.MetaKeyKeyListener;
208 * text and the cursor, then this method does not fail but deletes all the characters in
212 * the end of the text, then this method does not fail but deletes all the characters in
365 * text and the cursor, then this method does not fail but deletes all the characters in
369 * the end of the text, then this method does not fail but deletes all the characters in
419 // always returns true to the IME without waiting for the completion of this method as
421 // including this method look like asynchronous calls from the IME.
H A DInputMethodManager.java75 * Central system API to the overall input method framework (IMF) architecture,
76 * which arbitrates interaction between applications and the current input method.
89 * <p>There are three primary parties involved in the input method
93 * <li> The <strong>input method manager</strong> as expressed by this class
98 * <li> An <strong>input method (IME)</strong> implements a particular
100 * to the current input method that is use, causing it to be created and run,
103 * method manager for input focus and control over the state of the IME. Only
118 * text views, so that the input method will have enough context to help the
120 * <li> Deal well with losing screen space when the input method is
134 * area, letting the user pick an input method, et
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSSecurityFooter.java27 import android.text.method.LinkMovementMethod;
/frameworks/data-binding/compiler/src/main/kotlin/android/databinding/tool/writer/
H A DLayoutBinderWriter.kt594 val shouldReturn = !wrapper.method.returnType.isVoid
600 block("public final ${wrapper.method.returnType.canonicalName} ${wrapper.listenerMethodName}(${wrapper.allArgsWithTypes()})") {
624 nl("return ${wrapper.method.returnType.defaultValue()};")
773 // If two expressions look different but resolve to the same method,
1169 val listenerMethod = expr.method
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DSupplicantStaNetworkHal.java53 * Public fields should be treated as invalid until their 'get' method is called, which will set the
390 /** EAP method */
394 // Invalid eap method could be because it's not an enterprise config.
395 Log.e(TAG, "failed to get eap method. Assumimg not an enterprise network");
398 /** EAP Phase 2 method */
403 // We cannot have an invalid eap phase 2 method. Return failure.
404 Log.e(TAG, "failed to get eap phase2 method");
478 /** EAP method */
480 Log.e(TAG, ssid + ": failed to set eap method: " + eapConfig.getEapMethod());
483 /** EAP Phase 2 method */
1176 setEapMethod(int method) argument
1190 setEapPhase2Method(int method) argument
[all...]
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
H A DWifiStateMachineTest.java237 public Bundle call(String method, String arg, Bundle extras) {
264 Method method = StateMachine.class.getDeclaredMethod("getCurrentState");
265 method.setAccessible(true);
266 return (IState) method.invoke(mWsm);
779 * Helper method to move through SupplicantStarting and SupplicantStarted states.
838 * Helper method to retrieve WifiConfiguration by SSID.
/frameworks/support/emoji/core/src/android/support/text/emoji/
H A DEmojiCompat.java38 import android.text.method.KeyListener;
/frameworks/base/core/java/android/app/
H A DInstrumentation.java120 private void checkInstrumenting(String method) { argument
124 throw new RuntimeException(method +
333 * This method will start profiling if isProfiling() returns true. You should
334 * only call this method if you set the handleProfiling attribute in the
412 * In addition to being synchronous, this method as some semantic
415 * (its class name is specified in the Intent that this method ultimately
481 * activity, through the {@link #waitForActivity} method. This will return
661 * <p> Whenever a new activity is started, this method will be called on instances created
1020 * Higher-level method for sending both the down and up key events for a
1108 * method
[all...]
/frameworks/base/tools/aapt/
H A DCommand.cpp109 * Return a short string describing the compression method.
111 const char* compressionName(int method) argument
113 if (method == ZipEntry::kCompressStored) {
115 } else if (method == ZipEntry::kCompressDeflated) {
/frameworks/base/services/tests/servicestests/src/com/android/server/
H A DNetworkPolicyManagerServiceTest.java206 * <p>Typically set through a {@link NetPolicyXml} annotation in the test method.
1762 public Statement apply(Statement base, FrameworkMethod method, Object target) { argument
1763 for (Annotation annotation : method.getAnnotations()) {
/frameworks/opt/net/voip/src/java/com/android/server/sip/
H A DSipSessionGroup.java140 // TODO: remove this method once SipWakeupTimer can better handle variety
1674 * method; false otherwise
1676 private static boolean isRequestEvent(String method, EventObject event) { argument
1680 return method.equals(requestEvent.getRequest().getMethod());
1692 * @return true if the event is a response event and the CSeqHeader method
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
H A DSupplicantP2pIfaceHal.java358 private boolean checkSupplicantP2pIfaceAndLogFailure(String method) { argument
360 Log.e(TAG, "Can't call " + method + ": ISupplicantP2pIface is null");
379 Log.e(TAG, "Unsupported WPS provision method: " + info);
626 * @return String containing generated pin, if selected provision method
659 Log.e(TAG, "Invalid WPS config method: " + config.wps.setup);
721 * desired configuration method.
734 Log.e(TAG, "Unrecognized WPS configuration method: " + config.wps.setup);
1023 * This is a helper method that invokes groupAdd(networkId, isPersistent) internally.
2159 * Converts the Wps config method string to the equivalent enum value.
2193 "Invalid WPS config method
[all...]
/frameworks/base/core/java/android/view/
H A DKeyEvent.java21 import android.text.method.MetaKeyKeyListener;
56 * input method. In particular, the default software keyboard will never send any
259 * interpreted as an ALT key by {@link android.text.method.MetaKeyKeyListener}. */
883 * {#link {@link #getRepeatCount()} method returns the number of times
2135 * {@link #META_SHIFT_LEFT_ON}, then this method ensures that the
2138 * {@link #META_SHIFT_ON}, then this method ensures that the modifier
2142 * then this method throws an illegal argument exception.
2224 * {@link #META_SHIFT_LEFT_ON}, then this method ensures that the
2227 * {@link #META_SHIFT_ON}, then this method ensures that the modifier
2231 * then this method throw
[all...]

Completed in 9445 milliseconds

<<1112