Searched refs:method (Results 51 - 75 of 121) sorted by relevance

12345

/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DKeyguardPINView.java23 import android.text.method.DigitsKeyListener;
H A DKeyguardSimPinView.java30 import android.text.method.DigitsKeyListener;
/frameworks/base/tools/aidl/
H A Daidl_language.h109 method_type* method; member in union:lexer_type
/frameworks/base/test-runner/src/android/test/mock/
H A DMockContentProvider.java108 public Bundle call(String method, String request, Bundle args) argument
110 return MockContentProvider.this.call(method, request, args);
173 throw new UnsupportedOperationException("unimplemented mock method");
178 throw new UnsupportedOperationException("unimplemented mock method");
183 throw new UnsupportedOperationException("unimplemented mock method");
188 throw new UnsupportedOperationException("unimplemented mock method");
194 throw new UnsupportedOperationException("unimplemented mock method");
199 throw new UnsupportedOperationException("unimplemented mock method");
207 throw new UnsupportedOperationException("unimplemented mock method");
212 throw new UnsupportedOperationException("unimplemented mock method");
224 call(String method, String request, Bundle args) argument
[all...]
H A DMockIContentProvider.java45 throw new UnsupportedOperationException("unimplemented mock method");
51 throw new UnsupportedOperationException("unimplemented mock method");
55 throw new UnsupportedOperationException("unimplemented mock method");
60 throw new UnsupportedOperationException("unimplemented mock method");
64 throw new UnsupportedOperationException("unimplemented mock method");
68 throw new UnsupportedOperationException("unimplemented mock method");
72 throw new UnsupportedOperationException("unimplemented mock method");
77 throw new UnsupportedOperationException("unimplemented mock method");
82 throw new UnsupportedOperationException("unimplemented mock method");
87 throw new UnsupportedOperationException("unimplemented mock method");
90 call(String method, String request, Bundle args) argument
[all...]
/frameworks/av/media/libstagefright/httplive/
H A DLiveSession.cpp776 AString method; local
782 if (itemMeta->findString("cipher-method", &method)) {
789 method = "NONE";
792 if (method == "NONE") {
794 } else if (!(method == "AES-128")) {
795 ALOGE("Unsupported cipher method '%s'", method.c_str());
/frameworks/av/media/libstagefright/wifi-display/sink/
H A DWifiDisplaySink.cpp408 AString method; local
410 data->getRequestField(0, &method);
418 if (method.startsWith("RTSP/")) {
445 if (method == "OPTIONS") {
447 } else if (method == "GET_PARAMETER") {
449 } else if (method == "SET_PARAMETER") {
/frameworks/base/test-runner/src/android/test/
H A DTestRunner.java95 * Implemented method of the interface TestListener which will listen for the
105 * Implemented method of the interface TestListener which will listen for the
118 * Implemented method of the interface TestListener which will listen for an
284 Method method = getChildrenMethod(clazz);
285 if (method != null) {
286 String[] children = getChildren(method);
376 + " children method: " + className);
560 throw new RuntimeException("couldn't get children method for "
584 throw new RuntimeException("children method is not static");
689 Method method
[all...]
/frameworks/base/core/java/android/widget/
H A DDialerFilter.java27 import android.text.method.DialerKeyListener;
28 import android.text.method.KeyListener;
29 import android.text.method.TextKeyListener;
H A DMultiAutoCompleteTextView.java24 import android.text.method.QwertyKeyListener;
86 * this subclass method filters on the range from
133 * Instead of validating the entire text, this subclass method validates
165 * override this method to filter with a different pattern, for
181 * Subclasses may override this method to do some different
/frameworks/base/core/java/android/content/
H A DIContentProvider.java54 public Bundle call(String method, String arg, Bundle extras) throws RemoteException; argument
H A DContentProviderClient.java235 public Bundle call(String method, String arg, Bundle extras) argument
238 return mContentProvider.call(method, arg, extras);
H A DContentProvider.java76 * main thread, and must avoid performing lengthy operations. See the method
255 public Bundle call(String method, String arg, Bundle extras) { argument
256 return ContentProvider.this.call(method, arg, extras);
421 * this content provider. This method can be called from multiple
443 * this content provider. This method can be called from multiple
465 * this content provider. This method can be called from multiple
476 * This method is called for all registered content providers on the
493 * from this method. (Instead, override
503 * This method is always called on the application main thread, and must
507 * Override this method t
1100 call(String method, String arg, Bundle extras) argument
[all...]
H A DContentProviderNative.java252 String method = data.readString();
256 Bundle responseBundle = call(method, stringArg, args);
561 public Bundle call(String method, String request, Bundle args) argument
568 data.writeString(method);
/frameworks/base/core/java/android/text/method/
H A DDigitsKeyListener.java17 package android.text.method;
H A DNumberKeyListener.java17 package android.text.method;
H A DScrollingMovementMethod.java17 package android.text.method;
25 * A movement method that interprets movement keys by scrolling the text buffer.
H A DWordIterator.java18 package android.text.method;
H A DCharacterPickerDialog.java17 package android.text.method;
H A DReplacementTransformationMethod.java17 package android.text.method;
29 * This transformation method causes the characters in the {@link #getOriginal}
/frameworks/base/core/jni/
H A Dandroid_view_TextureView.cpp60 #define INVOKEV(object, method, ...) \
61 env->CallVoidMethod(object, method, __VA_ARGS__)
213 LOG_FATAL_IF(!var, "Unable to find method " methodName);
/frameworks/base/libs/androidfw/
H A DAsset.cpp185 int method; local
208 scanResult = ZipUtils::examineGzip(fp, &method, &uncompressedLen,
219 result = pAsset->openChunk(fd, offset, method, uncompressedLen,
293 int method, size_t uncompressedLen, AccessMode mode)
299 result = pAsset->openChunk(dataMap, method, uncompressedLen);
292 createFromCompressedMap(FileMap* dataMap, int method, size_t uncompressedLen, AccessMode mode) argument
/frameworks/av/media/libstagefright/wifi-display/source/
H A DWifiDisplaySource.cpp866 AString method; local
868 data->getRequestField(0, &method);
876 if (method.startsWith("RTSP/")) {
914 if (method == "OPTIONS") {
916 } else if (method == "SETUP") {
918 } else if (method == "PLAY") {
920 } else if (method == "PAUSE") {
922 } else if (method == "TEARDOWN") {
924 } else if (method == "GET_PARAMETER") {
926 } else if (method
[all...]
/frameworks/base/core/java/com/android/internal/widget/
H A DEditableInputConnection.java22 import android.text.method.KeyListener;
108 // new method.
124 * Calls the {@link TextView#onCommitCorrection} method of the associated TextView.
/frameworks/base/include/androidfw/
H A DAsset.h185 * data. "method" is a Zip archive compression method constant.
189 static Asset* createFromCompressedMap(FileMap* dataMap, int method,

Completed in 4017 milliseconds

12345