Searched refs:run (Results 251 - 275 of 650) sorted by relevance

<<11121314151617181920>>

/frameworks/av/media/mtp/
H A DMtpServer.h103 void run();
/frameworks/base/core/java/android/net/http/
H A DIdleCache.java146 public void run() { method in class:IdleCache.IdleReaper
/frameworks/base/core/java/android/os/
H A DFileObserver.java87 public void run() { method in class:FileObserver.ObserverThread
H A DTokenWatcher.java148 public void run()
H A DTrace.java96 @Override public void run() {
/frameworks/base/core/java/android/provider/
H A DSearchRecentSuggestions.java125 * database. Note, this value should not change from run to run, because when it does change,
171 public void run() {
/frameworks/base/core/java/android/speech/tts/
H A DSynthesisPlaybackQueueItem.java85 public void run() { method in class:SynthesisPlaybackQueueItem
/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/android/webkit/
H A DWebSyncManager.java79 public void run() { method in class:WebSyncManager
/frameworks/base/core/java/android/widget/
H A DRemoteViewsAdapter.java201 // Queue up work that we need to do for the callback to run
204 public void run() {
236 public void run() {
269 public void run() {
923 public void run() {
942 public void run() {
979 public void run() {
1065 public void run() {
1303 public void run() {
1360 public void run() {
[all...]
/frameworks/base/core/tests/coretests/src/android/os/
H A DTraceTest.java28 * while tracing on the emulator and then run traceview to view the trace.
56 // This should not run in the automated suite.
104 public void run() { method in class:TraceTest.aThread
/frameworks/base/core/tests/coretests/src/android/widget/gridview/
H A DGridThrasher.java46 public void run() {
/frameworks/base/core/tests/coretests/src/android/widget/listview/
H A DListThrasher.java44 public void run() {
/frameworks/base/core/tests/coretests/src/android/widget/scroll/arrowscroll/
H A DButtonsWithTallTextViewInBetweenTest.java113 public void run() {
H A DShortButtonsTest.java79 public void run() {
/frameworks/base/media/mca/samples/CameraEffectsRecordingSample/java/android/media/filterfw/samples/
H A DCameraEffectsRecordingSample.java96 mRunner.run();
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/camera/
H A DCameraPairwiseTest.java77 public void run() {
116 public void run() {
118 command.run();
125 fail("Failed to run the command on the looper.");
394 public void run() {
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
H A DFirstFrameAnimatorHelper.java110 public void run() {
/frameworks/base/services/java/com/android/server/
H A DCertBlacklister.java78 public void run() {
/frameworks/base/services/java/com/android/server/am/
H A DDeviceMonitor.java49 public void run() {
/frameworks/base/services/java/com/android/server/location/
H A DGeofenceProxy.java56 public void run() {
/frameworks/base/test-runner/tests/src/android/test/suitebuilder/
H A DInstrumentationTestSuiteBuilderTest.java70 suite.run(result);
H A DUnitTestSuiteBuilderTest.java63 suite.run(result);
/frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/forwarder/
H A DConnectionHandler.java53 public void run() { method in class:ConnectionHandler.SocketPipeThread
147 /** This will stop the while loop in the run method */
/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
H A DTestService.java171 mRunner.run(this, args, new Runnable() {
172 @Override public void run() {
278 public void run(Handler handler, TestArgs args, Runnable doneCallback) { method in class:TestService.TestRunner
291 @Override public void run() {
304 @Override public void run() {
383 @Override public void run() {
387 mDoneCallback.run();
406 public void run() { method in class:TestService.RunnerThread
408 mOp.run();

Completed in 2971 milliseconds

<<11121314151617181920>>