Searched defs:run (Results 176 - 200 of 259) sorted by relevance

1234567891011

/frameworks/base/core/java/android/os/
H A DHandler.java312 * The runnable will be run on the thread to which this handler is
327 * Causes the Runnable r to be added to the message queue, to be run
330 * The runnable will be run on the thread to which this handler is attached.
333 * @param uptimeMillis The absolute time at which the callback should run,
349 * Causes the Runnable r to be added to the message queue, to be run
352 * The runnable will be run on the thread to which this handler is attached.
355 * @param uptimeMillis The absolute time at which the callback should run,
373 * Causes the Runnable r to be added to the message queue, to be run
375 * The runnable will be run on the thread to which this handler
397 * message queue. The runnable will be run o
743 public void run() { method in class:Handler.BlockingRunnable
[all...]
/frameworks/base/core/java/android/preference/
H A DVolumePreference.java323 public void run() { method in class:VolumePreference.SeekBarVolumizer
/frameworks/base/core/java/android/webkit/
H A DHTML5Audio.java86 public void run() { method in class:HTML5Audio.TimeupdateTask
100 public void run() {
H A DHTML5VideoView.java297 public void run() { method in class:HTML5VideoView.TimeupdateTask
/frameworks/base/core/java/com/android/internal/os/
H A DZygoteInit.java86 * should run before calling gc() again.
145 * by invoking the exception's run() method. This arrangement
560 caller.run();
596 peer.run();
791 public void run() { method in class:ZygoteInit.MethodAndArgsCaller
/frameworks/base/core/tests/coretests/src/android/os/storage/
H A DStorageManagerBaseTest.java99 public void run() { method in class:StorageManagerBaseTest.MountingObbThread
/frameworks/base/core/tests/coretests/src/android/webkit/
H A DAccessibilityInjectorTest.java1664 public void run() {
1671 public void run() {
1734 public void run() { method in class:AccessibilityInjectorTest.Worker
/frameworks/base/graphics/java/android/graphics/drawable/
H A DAnimatedRotateDrawable.java110 public void run() { method in class:AnimatedRotateDrawable
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DKeyguardPatternView.java83 public void run() {
326 public void run(AccountManagerFuture<Bundle> future) { method in class:KeyguardPatternView.AccountAnalyzer
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard_obsolete/
H A DSimPukUnlockScreen.java146 * Since the IPC can block, we want to run the request in a separate thread
161 public void run() { method in class:SimPukUnlockScreen.CheckSimPuk
167 public void run() {
173 public void run() {
247 public void run() {
/frameworks/base/services/java/com/android/server/
H A DNativeDaemonConnector.java82 public void run() { method in class:NativeDaemonConnector
H A DWatchdog.java376 public void run() { method in class:Watchdog
387 // to timeout on is asleep as well and won't have a chance to run, causing a false
446 public void run() {
/frameworks/base/services/java/com/android/server/am/
H A DBroadcastQueue.java160 public void run() { method in class:BroadcastQueue.AppNotResponding
/frameworks/base/test-runner/src/android/test/
H A DTestRunner.java88 public void run(TestResult result) { method in class:TestRunner.JunitTestSuite
90 super.run(result);
232 public void run(String[] classes) { method in class:TestRunner
234 run(cl);
278 test classes to a test suite for run
280 public void run(String className) { method in class:TestRunner
287 run(children);
305 //Need a way to mark a test to be run in profiling mode or not.
307 test.run();
310 test.run();
[all...]
/frameworks/base/tests/CoreTests/android/core/
H A DSSLSocketTest.java342 public void run() {
356 public void run() {
399 public void run() {
646 public void run() { method in class:SSLSocketTest.TestServer
722 public void run() { method in class:SSLSocketTest.TestClient
843 public void run() {
873 public void run() {
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
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
H A DReliabilityTestActivity.java290 public void run() { method in class:ReliabilityTestActivity.WebViewStatusChecker
301 public void run() { method in class:ReliabilityTestActivity.PageDoneRunner
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
H A DSceneManager.java243 public void run() { method in class:SceneManager.SceneLoadedCallback
/frameworks/native/libs/utils/
H A DThreads.cpp64 * Create and run a new thread.
230 * Create and run a new thread.
545 // any thread has a chance to run. Without it, another thread
713 status_t Thread::run(const char* name, int32_t priority, size_t stack) function in class:android::Thread
757 // Exiting scope of mLock is a memory barrier and allows new thread to run
788 // (new ThreadSubclass())->run();
884 ALOGW("Thread (this=%p): getTid() is undefined before run()", this);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
H A DModelInterpreter.java198 public void run() method in class:ModelInterpreter
/frameworks/av/media/libmedia/
H A DSoundPool.cpp118 return p->run();
121 int SoundPool::run() function in class:android::SoundPool
/frameworks/base/cmds/am/src/com/android/commands/am/
H A DAm.java82 (new Am()).run(args);
92 private void run(String[] args) throws Exception { method in class:Am
1007 public void run() {
1096 void run() throws RemoteException { method in class:Am.MyActivityController
1173 controller.run();
1469 " --user <USER_ID> | current: Specify which user to run as; if not\n" +
1470 " specified then run as the current user.\n" +
1473 " --user <USER_ID> | current: Specify which user to run as; if not\n" +
1474 " specified then run as the current user.\n" +
1541 "am stop-user: stop execution of USER_ID, not allowing it to run an
[all...]
/frameworks/base/cmds/pm/src/com/android/commands/pm/
H A DPm.java77 new Pm().run(args);
80 public void run(String[] args) { method in class:Pm
/frameworks/base/core/java/android/animation/
H A DValueAnimator.java637 public void run() { method in class:ValueAnimator.AnimationHandler
676 * run off of a single timing loop.
692 * run off of a single timing loop.
892 * <p>The animation started by calling this method will be run on the thread that called
902 throw new AndroidRuntimeException("Animators may only be run on Looper threads");
929 // to run
/frameworks/base/core/java/android/app/
H A DBackStackRecord.java599 public void run() { method in class:BackStackRecord

Completed in 338 milliseconds

1234567891011