Searched refs:run (Results 226 - 250 of 650) sorted by relevance

1234567891011>>

/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
H A DUT_alloc.java58 public void run() { method in class:UT_alloc
H A DUT_array_init.java84 public void run() { method in class:UT_array_init
H A DUT_bug_char.java78 public void run() { method in class:UT_bug_char
H A DUT_element.java114 public void run() { method in class:UT_element
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
H A DUT_alloc.java58 public void run() { method in class:UT_alloc
H A DUT_array_init.java84 public void run() { method in class:UT_array_init
H A DUT_bug_char.java78 public void run() { method in class:UT_bug_char
H A DUT_foreach_bounds.java61 public void run() { method in class:UT_foreach_bounds
H A DUT_mesh.java68 public void run() { method in class:UT_mesh
H A DUT_program_raster.java74 public void run() { method in class:UT_program_raster
/frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/
H A DUT_alloc.java58 public void run() { method in class:UT_alloc
/frameworks/testing/uiautomator/cmds/uiautomator/src/com/android/commands/uiautomator/
H A DDumpCommand.java61 public void run(String[] args) { method in class:DumpCommand
/frameworks/volley/src/com/android/volley/
H A DNetworkDispatcher.java74 public void run() { method in class:NetworkDispatcher
/frameworks/base/cmds/media/src/com/android/commands/media/
H A DMedia.java50 (new Media()).run(args);
180 void run() throws RemoteException { method in class:Media.RemoteDisplayMonitor
218 monitor.run();
/frameworks/base/core/java/android/test/
H A DInstrumentationTestCase.java128 * {@link android.test.UiThreadTest}, which will run the entire test method on the UI thread.
131 * @param r runnable containing test code in the {@link Runnable#run()} method
136 public void run() {
138 r.run();
151 * {@link android.test.UiThreadTest}, the test is run on the UI thread.
187 public void run() {
/frameworks/base/core/java/android/widget/
H A DTextClock.java154 public void run() {
432 else mTicker.run();
456 mTicker.run();
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DKeyguardAccountView.java167 public void run() {
275 public void run(AccountManagerFuture<Bundle> future) {
289 public void run() {
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
H A DMediaRecorderStressTest.java75 public void run() {
122 public void run() {
124 command.run();
131 fail("Failed to run the command on the looper.");
215 public void run() {
318 public void run() {
/frameworks/base/core/java/android/view/
H A DViewPropertyAnimator.java110 * enables us to run one single animator to handle several properties in parallel. Each
144 * and re-post it. This means that we will only ever run the Runnable (and thus start the
150 public void run() {
156 * This class holds information about the overall animation being run on the set of
335 * Sets a listener for events in the underlying Animators that run the property
658 public void run() {
665 public void run() {
682 * action will run after that startDelay expires, when the actual animation begins.
687 * @param runnable The action to run when the next animation starts.
700 * run i
[all...]
/frameworks/base/services/java/com/android/server/
H A DBatteryService.java135 private int mLastPlugType = -1; // Extra state so we can detect first run
254 public void run() {
273 public void run() {
411 public void run() {
421 public void run() {
433 public void run() {
443 public void run() {
505 public void run() {
H A DStatusBarManagerService.java179 public void run() {
276 public void run() {
303 public void run() {
335 public void run() {
349 public void run() {
358 public void run() {
/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() {
/frameworks/base/services/java/com/android/server/display/
H A DOverlayDisplayAdapter.java93 public void run() {
325 public void run() {
340 public void run() {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DIccUtils.java485 int run = 8 / bits;
488 for (int runIndex = 0; runIndex < run; ++runIndex) {
489 int offset = run - runIndex - 1;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DIccUtils.java485 int run = 8 / bits;
488 for (int runIndex = 0; runIndex < run; ++runIndex) {
489 int offset = run - runIndex - 1;

Completed in 1352 milliseconds

1234567891011>>