Searched defs:method (Results 101 - 107 of 107) sorted by relevance

12345

/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-baseLibrary.jar ... .String attribute () public abstract java.lang.String method () } android/databinding/BindingMethods.class BindingMethods.java package android ...
H A Ddatabinding-studio-bundle.jar ... .String attribute () public abstract java.lang.String method () } android/databinding/BindingMethods.class BindingMethods.java package android ...
/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/base/services/core/java/com/android/server/
H A DInputMethodManagerService.java228 final IInputMethod method; field in class:InputMethodManagerService.SessionState
236 + " method " + Integer.toHexString(
237 System.identityHashCode(method))
247 method = _method;
289 * Id of the currently selected input method.
300 * The client that is currently bound to an input method.
320 * The input method ID of the input method service that we are currently
326 * The current subtype of the current input method.
345 * Set if the client has asked for the input method t
726 MethodCallback(InputMethodManagerService imms, IInputMethod method, InputChannel channel) argument
1503 onSessionCreated(IInputMethod method, IInputMethodSession session, InputChannel channel) argument
[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/core/java/com/android/server/audio/
H A DAudioService.java2375 * This method must be called at first when sound effects are enabled
2396 * This method can be called to free some memory when
3525 boolean checkAudioSettingsPermission(String method) { argument
3530 String msg = "Audio Settings Permission Denial: " + method + " from pid="
4233 * This method can be called to free some memory when
/frameworks/base/core/java/android/widget/
H A DTextView.java80 import android.text.method.AllCapsTransformationMethod;
81 import android.text.method.ArrowKeyMovementMethod;
82 import android.text.method.DateKeyListener;
83 import android.text.method.DateTimeKeyListener;
84 import android.text.method.DialerKeyListener;
85 import android.text.method.DigitsKeyListener;
86 import android.text.method.KeyListener;
87 import android.text.method.LinkMovementMethod;
88 import android.text.method.MetaKeyKeyListener;
89 import android.text.method
1860 setTransformationMethod(TransformationMethod method) argument
[all...]

Completed in 684 milliseconds

12345