Searched refs:run (Results 176 - 200 of 265) sorted by relevance

1234567891011

/frameworks/base/core/tests/coretests/src/android/app/activity/
H A DLaunchpadActivity.java559 public void run() {
570 public void run() {
/frameworks/base/media/jni/soundpool/
H A DSoundPool.cpp106 return p->run();
109 int SoundPool::run() function in class:android::SoundPool
/frameworks/base/services/java/com/android/server/
H A DBackupManagerService.java288 // then release the synchronization lock to actually run
309 (new PerformBackupTask(transport, queue, oldJournal)).run();
325 params.token, params.pkgInfo, params.pmToken)).run();
332 (new PerformClearTask(params.transport, params.packageInfo)).run();
346 (new PerformInitializeTask(queue)).run();
529 // Don't run backups now if we're disabled or not yet
1246 public void run() { method in class:BackupManagerService.PerformBackupTask
1251 // Backups run at background priority
1273 // directly and use a synthetic BackupRequest. We always run this pass
1275 // step even if we're selecting among various transports at run tim
1584 public void run() { method in class:BackupManagerService.PerformRestoreTask
1912 public void run() { method in class:BackupManagerService.PerformClearTask
1945 public void run() { method in class:BackupManagerService.PerformInitializeTask
[all...]
H A DPowerManagerService.java1108 public void run() method in class:PowerManagerService.TimeoutTask
1159 // on, so have to run the queue then.
1197 public void run()
1439 public void run() {
1897 public void run() { method in class:PowerManagerService.LightAnimator
2128 public void run() {
2142 public void run() {
2287 public void run() {
2294 // ShutdownThread must run on a looper capable of displaying the UI.
2316 public void run() { thro
[all...]
H A DMountService.java300 * to make the media scanner run.
307 public void run() {
417 public void run() {
530 public void run() {
850 public void run() {
898 * Vold does not run in the simulator, so pretend the connector thread
/frameworks/base/awt/javax/imageio/
H A DImageWriter.java208 public ClassLoader run() {
/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteCursor.java124 public void run() { method in class:SQLiteCursor.QueryThread
/frameworks/base/core/java/android/preference/
H A DVolumePreference.java314 public void run() { method in class:VolumePreference.SeekBarVolumizer
/frameworks/base/core/java/android/widget/
H A DNumberPicker.java87 public void run() {
H A DGallery.java73 * How long the transition animation should run when a child view changes
120 public void run() {
128 * path until the end of its run() can set this to true to abort any
242 * Sets how long the transition animation should run when a child view
1133 public void run() {
1272 * initiate a fling. Each frame of the fling is handled in {@link #run()}.
1333 public void run() { method in class:Gallery.FlingRunnable
H A DAdapterView.java318 * @param listener The callback that will run
369 * @param listener The callback that will run
823 public void run() { method in class:AdapterView.SelectionNotifier
979 * 2) we run out of time, or 3) we have looked at every position
/frameworks/base/core/java/com/android/internal/app/
H A DShutdownThread.java184 public void run() { method in class:ShutdownThread
/frameworks/base/core/tests/coretests/src/android/database/
H A DDatabaseStatementTest.java68 // These test can only be run once.
258 public void run() { method in class:DatabaseStatementTest.StatementTestThread
/frameworks/base/graphics/java/android/graphics/drawable/
H A DAnimatedRotateDrawable.java109 public void run() { method in class:AnimatedRotateDrawable
/frameworks/base/libs/binder/
H A DProcessState.cpp319 t->run(buf);
390 // Need to run without the driver, starting our own thread pool.
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
H A DMediaPlayerStateUnitTestTemplate.java106 public void run() {
/frameworks/base/services/java/com/android/server/status/
H A DUsbStorageActivity.java215 public void run() {
/frameworks/base/telephony/java/com/android/internal/telephony/test/
H A DModelInterpreter.java198 public void run() method in class:ModelInterpreter
/frameworks/base/core/java/android/webkit/
H A DCookieManager.java502 public void run() {
528 public void run() {
551 public void run() {
/frameworks/policies/base/mid/com/android/internal/policy/impl/
H A DMidWindowManager.java176 public void run() {
199 public void run() {
900 public void run() { method in class:MidWindowManager.PassHeadsetKey
/frameworks/policies/base/phone/com/android/internal/policy/impl/
H A DPhoneWindowManager.java429 public void run() {
459 public void run() {
1562 public void run() {
1970 public void run() { method in class:PhoneWindowManager.PassHeadsetKey
2185 public void run() {
2204 public void run() {
/frameworks/base/packages/TtsService/src/android/tts/
H A DTtsService.java584 // This check is needed because finally will always run; even if the
642 // This check is needed because finally will always run, even if the
699 // This check is needed because finally will always run; even if the
745 public void run() {
774 public void run() {
857 // This check is needed because finally will always run;
877 public void run() {
957 // This check is needed because finally will always run;
1044 // There is already a synth thread waiting to run.
1126 // This check is needed because finally will always run; eve
[all...]
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
H A DGsmDataConnectionTracker.java808 mPollNetStat.run();
837 public void run() {
916 public void run() {
/frameworks/base/awt/java/awt/color/
H A DICC_Profile.java1071 public FileInputStream run() {
/frameworks/base/awt/org/apache/harmony/awt/gl/font/
H A DFontManager.java519 public void run() { method in class:FontManager.DisposeNativeHook

Completed in 424 milliseconds

1234567891011