Searched refs:run (Results 151 - 175 of 265) sorted by relevance

1234567891011

/frameworks/base/services/java/com/android/server/am/
H A DServiceRecord.java55 final String processName; // process where this component wants to run
262 public void run() {
292 public void run() {
/frameworks/base/tests/CoreTests/android/core/
H A DMiscRegressionTest.java460 public void run() { method in class:MiscRegressionTest.MyThread
482 public void run() { method in class:MiscRegressionTest.MyOtherThread
H A DTestWebServer.java252 public synchronized void run() { method in class:TestWebServer.AcceptThread
256 // Log.d(LOGTAG, "TestWebServer run() calling accept()");
384 public synchronized void run() { method in class:TestWebServer.Worker
H A DPipedStreamTest.java53 public final void run() { method in class:PipedStreamTest.TestThread
/frameworks/base/cmds/runtime/
H A DSignalHandler.cpp175 mProcessThread->run("SignalHandler", PRIORITY_HIGHEST);
/frameworks/base/core/java/android/os/
H A DHandler.java237 * The runnable will be run on the thread to which this handler is
252 * Causes the Runnable r to be added to the message queue, to be run
255 * The runnable will be run on the thread to which this handler is attached.
258 * @param uptimeMillis The absolute time at which the callback should run,
274 * Causes the Runnable r to be added to the message queue, to be run
277 * The runnable will be run on the thread to which this handler is attached.
280 * @param uptimeMillis The absolute time at which the callback should run,
298 * Causes the Runnable r to be added to the message queue, to be run
300 * The runnable will be run on the thread to which this handler
322 * message queue. The runnable will be run o
[all...]
H A DProcess.java121 * don't want to run if anything else is happening.
248 * @param uid The user-id under which the process will run.
249 * @param gid The group-id under which the process will run.
280 public void run() {
479 * @param processClass Class name whose static main() to run
562 * Returns elapsed milliseconds of the time this process has run.
693 * @return Returns true if the system can run in multiple processes, else
/frameworks/base/core/java/android/text/method/
H A DMultiTapKeyListener.java262 public void run() { method in class:MultiTapKeyListener.Timeout
H A DPasswordTransformationMethod.java246 public void run() { method in class:PasswordTransformationMethod.Visible
/frameworks/base/include/utils/
H A Dthreads.h59 /* most threads run at normal priority */
68 /* ui service treads might want to run at a urgent display (uncommon) */
93 // Create and run a new thread.
179 // Create and run a new thread.
400 // thread. See the run() method.
405 virtual status_t run( const char* name = 0,
/frameworks/base/location/java/com/android/internal/location/
H A DLocationProviderProxy.java88 public void run() {
/frameworks/base/media/jni/soundpool/
H A DSoundPool.h209 int run();
/frameworks/base/services/java/com/android/server/
H A DBootReceiver.java76 public void run() {
H A DNativeDaemonConnector.java79 public void run() { method in class:NativeDaemonConnector
/frameworks/base/services/java/com/android/server/status/
H A DTicker.java212 public void run() {
/frameworks/base/test-runner/src/android/test/
H A DAndroidTestRunner.java169 testCase.run(mTestResult);
/frameworks/base/test-runner/tests/src/android/test/
H A DInstrumentationTestRunnerTest.java100 Thread t = new Thread() { public void run() { mInstrumentationTestRunner.onStart(); } };
H A DTestBrowserActivityTest.java151 public void run() {
/frameworks/base/test-runner/tests/src/android/test/suitebuilder/
H A DTestSuiteBuilderTest.java172 suite.run(result);
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiMonitor.java159 public void run() { method in class:WifiMonitor.MonitorThread
/frameworks/policies/base/phone/com/android/internal/policy/impl/
H A DKeyguardViewManager.java224 public void run() {
/frameworks/base/cmds/am/src/com/android/commands/am/
H A DAm.java65 (new Am()).run(args);
75 private void run(String[] args) throws Exception { method in class:Am
/frameworks/base/cmds/keystore/
H A Dkeystore.c421 int8_t (*run)(); member in struct:action
484 return action->run();
/frameworks/base/core/java/android/app/
H A DSuggestionsAdapter.java115 public void run() {
121 public void run() {
/frameworks/base/core/java/android/widget/
H A DAbsListView.java1686 public void run() { method in class:AbsListView.PerformClick
1702 public void run() { method in class:AbsListView.CheckForLongPress
1726 public void run() { method in class:AbsListView.CheckForKeyLongPress
1876 public void run() { method in class:AbsListView.CheckForTap
2135 public void run() {
2389 * initiate a fling. Each frame of the fling is handled in {@link #run()}.
2445 public void run() { method in class:AbsListView.FlingRunnable
2619 public void run() { method in class:AbsListView.PositionScroller
2803 public void run() {

Completed in 383 milliseconds

1234567891011