Searched defs:method (Results 1 - 5 of 5) sorted by relevance

/development/tools/hosttestlib/src/com/android/hosttest/
H A DDeviceTestRunner.java137 protected TestResult runSingleMethod(String testCase, String method, boolean wait) argument
140 Test test = DeviceTestSuite.createTest(testClass, method);
/development/samples/ApiDemos/src/com/example/android/apis/app/
H A DForegroundService.java67 void invokeMethod(Method method, Object[] args) { argument
69 method.invoke(this, args);
72 Log.w("ApiDemos", "Unable to invoke method", e);
75 Log.w("ApiDemos", "Unable to invoke method", e);
80 * This is a wrapper around the new startForeground method, using the older
99 * This is a wrapper around the new stopForeground method, using the older
147 // This is the old onStart method that will be called on the pre-2.0
149 // method will not be called.
/development/ndk/platforms/android-3/include/linux/
H A Dmsm_audio.h69 uint32_t method; member in struct:msm_snd_volume_config
/development/ndk/platforms/android-3/include/
H A Dnsswitch.h167 * ns_mtab - `nsswitch method table'
168 * An nsswitch module provides a mapping from (database name, method name)
175 nss_method method; member in struct:__anon328
212 ns_mtab *mtab; /* method table */
H A Djni.h119 typedef struct _jmethodID* jmethodID; /* method IDs */
520 jmethodID FromReflectedMethod(jobject method) argument
521 { return functions->FromReflectedMethod(this, method); }

Completed in 287 milliseconds