Searched defs:method (Results 1 - 25 of 137) sorted by last modified time

123456

/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)) {
H A DContextFixture.java135 public Bundle call(String method, String request, Bundle args) { argument
136 logd("call called, mNumKeyValuePairs: " + mNumKeyValuePairs + " method: " + method +
138 switch(method) {
H A DSubscriptionControllerTest.java122 public Bundle call(String method, String request, Bundle args) { argument
H A DTelephonyTest.java466 public Bundle call(String method, String arg, Bundle extras) { argument
467 switch (method) {
477 fail("Method not expected: " + method);
H A DTelephonyTestUtils.java65 public static Object invokeStaticMethod(Class<?> clazz, String method, Object... params) { argument
72 Method methodReflection = clazz.getDeclaredMethod(method, paramType);
82 * This is needed when the test expects the method in source being called to throw an exception.
88 public static Object invokeStaticMethodThrowsException(Class<?> clazz, String method, argument
96 Method methodReflection = clazz.getDeclaredMethod(method, paramType);
112 public static Object invokeNonStaticMethod(Class<?> clazz, Object caller, String method, argument
120 Method methodReflection = clazz.getDeclaredMethod(method, paramType);
130 * This is needed when the test expects the method in source being called to throw an exception.
137 String method, Object... params)
145 Method methodReflection = clazz.getDeclaredMethod(method, paramTyp
136 invokeNonStaticMethodThrowsException(Class<?> clazz, Object caller, String method, Object... params) argument
[all...]
/frameworks/opt/setupwizard/tools/docs/
H A Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ccil/cowan/ org/ccil/cowan/tagsoup/ ...
H A Djsilver.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/clearsilver/DelegatedHdf.class DelegatedHdf. ...
/frameworks/opt/setupwizard/library/test/robotest/src/com/android/setupwizardlib/robolectric/
H A DSuwLibRobolectricTestRunner.java60 protected void runChild(FrameworkMethod method, RunNotifier notifier) { argument
61 System.out.println("===== Running " + method + " =====");
62 super.runChild(method, notifier);
/frameworks/opt/net/voip/src/java/android/net/sip/
H A DSimpleSessionDescription.java162 * Returns the encryption method or {@code null} if it is not present.
176 * Sets the encryption method and the encryption key. The field will be
177 * removed if the method is {@code null}.
179 public void setEncryption(String method, String key) { argument
180 mFields.setEncryption(method, key);
427 * Returns the encryption method or {@code null} if it is not present.
451 * Sets the encryption method and the encryption key. The field will be
452 * removed if the method is {@code null}.
454 public void setEncryption(String method, String key) { argument
455 set("k", '=', (method
[all...]
/frameworks/opt/net/voip/src/java/com/android/server/sip/
H A DSipHelper.java112 private CSeqHeader createCSeqHeader(String method) argument
115 return mHeaderFactory.createCSeqHeader(sequence, method);
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/
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/service/java/com/android/server/wifi/hotspot2/
H A DANQPMatcher.java96 * Match the NAI realm in the ANQP element against the realm and authentication method of
147 * Match the given NAI Realm data against the realm and authentication method of a provider.
170 // Check for EAP method match.
186 * Match the given EAPMethod against the authentication method of a provider.
188 * @param method The EAP Method
193 private static int matchEAPMethod(EAPMethod method, int eapMethodID, AuthParam authParam) { argument
194 if (method.getEAPMethodID() != eapMethodID) {
199 Map<Integer, Set<AuthParam>> authParams = method.getAuthParams();
H A DWnmData.java33 public WnmData(long bssid, String url, int method) { argument
36 mMethod = 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/native/include/ui/
H A DGraphicBuffer.h120 GraphicBuffer(const native_handle_t* handle, HandleWrapMethod method,
126 GraphicBuffer(const native_handle_t* handle, HandleWrapMethod method, argument
130 : GraphicBuffer(handle, method, width, height, format, layerCount,
224 HandleWrapMethod method, uint32_t width, uint32_t height,
/frameworks/native/libs/ui/
H A DGraphicBuffer.cpp87 HandleWrapMethod method, uint32_t width, uint32_t height,
93 mInitCheck = initWithHandle(handle, method, width, height, format,
186 HandleWrapMethod method, uint32_t width, uint32_t height,
198 mOwner = (method == WRAP_HANDLE) ? ownNone : ownHandle;
200 if (method == TAKE_UNREGISTERED_HANDLE || method == CLONE_HANDLE) {
209 if (method == TAKE_UNREGISTERED_HANDLE) {
86 GraphicBuffer(const native_handle_t* handle, HandleWrapMethod method, uint32_t width, uint32_t height, PixelFormat format, uint32_t layerCount, uint64_t usage, uint32_t stride) argument
185 initWithHandle(const native_handle_t* handle, HandleWrapMethod method, uint32_t width, uint32_t height, PixelFormat format, uint32_t layerCount, uint64_t usage, uint32_t stride) argument
/frameworks/native/libs/vr/libpdx/private/pdx/rpc/
H A Dremote_method.h26 // Evaluates to true if the method type is <any>(Void), false otherwise.
33 // Utility to determine if a method is of type <any>(Void).
38 // Utility to determine if a method is not of type <any>(Void).
79 // Utility class to invoke a method with arguments packed in a tuple.
83 // Utility class to invoke a method with arguments packed in a tuple.
90 UnpackArguments(Class& instance, MethodType method, Message& message, argument
93 method_(method),
120 // Returns an error code from a remote method to the client. May be called
121 // either during dispatch of the remote method handler or at a later time if the
129 // Returns a value from a remote method t
[all...]
/frameworks/data-binding/baseLibrary/src/main/java/android/databinding/
H A DBindingMethod.java41 * @return The method to call to set the attribute value.
43 String method(); method in interface:BindingMethod
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/
H A DCallbackWrapper.java35 public final ModelMethod method; field in class:CallbackWrapper
43 public CallbackWrapper(ModelClass klass, ModelMethod method) { argument
45 this.method = method;
46 this.key = uniqueKey(klass, method);
76 public static String uniqueKey(ModelClass klass, ModelMethod method) { argument
77 String base = klass.getCanonicalName() + "#" + method.getName();
78 for (ModelClass param : method.getParameterTypes()) {
97 return Math.min(method.getMinApi(), klass.getMinApi());
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/expr/
H A DExprModel.java52 // each arg list receives a unique id even if it is the same arguments and method.
699 public CallbackWrapper callbackWrapper(ModelClass klass, ModelMethod method) { argument
700 final String key = CallbackWrapper.uniqueKey(klass, method);
703 wrapper = new CallbackWrapper(klass, method);
H A DLambdaExpr.java88 .checkNotNull(mCallbackWrapper, "Cannot find the callback method for %s", this);
134 public void setup(ModelClass klass, ModelMethod method, int callbackId) { argument
136 mCallbackWrapper = getModel().callbackWrapper(klass, method);
138 final ModelClass[] parameterTypes = method.getParameterTypes();
H A DListenerExpr.java41 ListenerExpr(Expr expr, String name, ModelClass listenerType, ModelMethod method) { argument
45 mMethod = method;
H A DMethodBaseExpr.java80 // Look for a signature matching the abstract method
85 for (ModelMethod method : methods) {
86 if (acceptsParameters(method, listenerParameters) &&
87 method.getReturnType(null).equals(listenerMethod.getReturnType(null))) {
111 "Listener class %s with method %s did not match signature of any method %s",
115 private boolean acceptsParameters(ModelMethod method, ModelClass[] listenerParameters) { argument
116 ModelClass[] parameters = method.getParameterTypes();
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/reflection/
H A DCallable.java39 public final ModelMethod method; field in class:Callable
46 int parameterCount, int flags, ModelMethod method) {
53 this.method = method;
89 ", method=" + method +
45 Callable(Type type, String name, String setterName, ModelClass resolvedType, int parameterCount, int flags, ModelMethod method) argument

Completed in 4190 milliseconds

123456