Searched defs:run (Results 226 - 250 of 306) sorted by relevance

1234567891011>>

/frameworks/base/services/java/com/android/server/
H A DNativeDaemonConnector.java83 public void run() { method in class:NativeDaemonConnector
H A DVibratorService.java307 public void run() {
538 public void run() { method in class:VibratorService.VibrateThread
H A DTwilightService.java278 public void run() { method in class:TwilightService.TwilightListenerRecord
H A DWatchdog.java197 // Explicitly bind the HeartbeatHandler to run on the ServerThread, so
403 public void run() { method in class:Watchdog
417 // to timeout on is asleep as well and won't have a chance to run, causing a false
487 public void run() {
/frameworks/base/services/java/com/android/server/am/
H A DBroadcastQueue.java161 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.java291 public void run() { method in class:ReliabilityTestActivity.WebViewStatusChecker
302 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.
234 * Create and run a new thread.
549 // any thread has a chance to run. Without it, another thread
717 status_t Thread::run(const char* name, int32_t priority, size_t stack) function in class:android::Thread
761 // Exiting scope of mLock is a memory barrier and allows new thread to run
792 // (new ThreadSubclass())->run();
893 ALOGW("Thread (this=%p): getTid() is undefined before run()", this);
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/
H A DDayPickerView.java230 public void run() {
290 public void run() { method in class:DayPickerView.ScrollStateRunnable
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
H A DModelInterpreter.java198 public void run() method in class:ModelInterpreter
/frameworks/testing/uiautomator/library/testrunner-src/com/android/uiautomator/testrunner/
H A DUiAutomatorTestRunner.java78 public void run(List<String> testClasses, Bundle params, boolean debug, boolean monkey) { method in class:UiAutomatorTestRunner
157 // run tests for realz!
160 testCase.run(testRunResult);
360 mWriter.println(String.format("Test run aborted due to unexpected exception: %s",
390 getWriter().printf("Test run aborted due to unexpected exeption: %s",
/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.java75 (new Am()).run(args);
114 " --user <USER_ID> | current: Specify which user to run as; if not\n" +
115 " specified then run as the current user.\n" +
118 " --user <USER_ID> | current: Specify which user to run as; if not\n" +
119 " specified then run as the current user.\n" +
186 "am stop-user: stop execution of USER_ID, not allowing it to run any\n" +
1145 public void run() {
1234 void run() throws RemoteException { method in class:Am.MyActivityController
1311 controller.run();
/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.java644 public void run() { method in class:ValueAnimator.AnimationHandler
683 * run off of a single timing loop.
699 * run off of a single timing loop.
900 * <p>The animation started by calling this method will be run on the thread that called
910 throw new AndroidRuntimeException("Animators may only be run on Looper threads");
937 // to run
/frameworks/base/core/java/android/app/
H A DBackStackRecord.java599 public void run() { method in class:BackStackRecord
/frameworks/base/core/java/android/view/
H A DChoreographer.java65 * post callbacks to run on the choreographer but they will run on the {@link Looper}
200 * run off of a single timing loop.
219 * run off of a single timing loop.
245 * we might still wait 6ms before posting an animation callback that we want to run
260 * Posts a callback to run on the next frame.
266 * @param action The callback action to run during the next frame.
277 * Posts a callback to run on the next frame after the specified delay.
283 * @param action The callback action to run during the next frame after the specified delay.
362 * Posts a frame callback to run o
733 public void run() { method in class:Choreographer.FrameDisplayEventReceiver
745 public void run(long frameTimeNanos) { method in class:Choreographer.CallbackRecord
[all...]
/frameworks/base/core/java/com/android/internal/view/menu/
H A DActionMenuPresenter.java669 public void run() { method in class:ActionMenuPresenter.OpenOverflowRunnable
H A DIconMenuView.java604 // Set it the first time (the cycle will be started in run()).
616 public void run() { method in class:IconMenuView
630 // We should run again soon to cycle to the other caption mode
636 * {@link #setCycleShortcutCaptionMode(boolean)} and {@link #run()} should call
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsBackupAgent.java329 public void run() { method in class:SettingsBackupAgent.WifiRestoreRunnable
H A DSettingsProvider.java390 // manages concurrency itself, and it's important that we not run the db
396 // separately, and of course it has to run after the db file
420 public void run() { method in class:SettingsProvider.CachePrefetchThread
/frameworks/base/services/java/com/android/server/connectivity/
H A DVpn.java729 public void run() { method in class:Vpn.LegacyVpnRunner

Completed in 739 milliseconds

1234567891011>>