Searched defs:run (Results 451 - 475 of 511) sorted by last modified time

<<11121314151617181920>>

/frameworks/base/core/java/android/app/
H A DLoadedApk.java603 * package will not run in in a VM with other packages, we set
647 * indicating the desire to run in another packages VM.
1086 public void run() { method in class:LoadedApk.ReceiverDispatcher.Args
1480 public void run() { method in class:LoadedApk.ServiceDispatcher.RunConnection
H A DPendingIntent.java233 run();
238 public void run() { method in class:PendingIntent.FinishedDispatcher
/frameworks/base/core/java/android/app/backup/
H A DBackupAgent.java81 * When a backup or restore pass is run, the application's process is launched
85 * agent instance to run the actual backup or restore logic. At this point the
145 public void run() { method in class:BackupAgent.SharedPrefsSynchronizer
1097 public void run() { method in class:BackupAgent.FailRunnable
/frameworks/base/core/java/android/content/
H A DAbstractThreadedSyncAdapter.java49 * respect the cancel issued by the framework you run the risk of your app's entire process being
137 * @param allowParallelSyncs if true then allow syncs for different accounts to run
256 public void run() { method in class:AbstractThreadedSyncAdapter.SyncThread
H A DAsyncTaskLoader.java112 public void run() { method in class:AsyncTaskLoader.LoadTask
H A DContentProviderClient.java532 public void run() { method in class:ContentProviderClient.NotRespondingRunnable
H A DIntentSender.java120 run();
125 public void run() { method in class:IntentSender.FinishedDispatcher
/frameworks/base/core/java/android/database/
H A DContentObserver.java36 * @param handler The handler to run {@link #onChange} on, or null if none.
215 public void run() { method in class:ContentObserver.NotificationRunnable
/frameworks/base/core/java/android/gesture/
H A DGestureOverlayView.java745 public void run() { method in class:GestureOverlayView.FadeOutRunnable
/frameworks/base/core/java/android/hardware/camera2/legacy/
H A DCameraDeviceUserShim.java103 * Create a separate looper/thread for the camera to run on; open the camera.
138 public void run() { method in class:CameraDeviceUserShim.CameraLooper
351 * (e.g. in CTS which run its own default looper only after tests)
/frameworks/base/core/java/android/os/
H A DFileBridge.java94 public void run() { method in class:FileBridge
H A DFileObserver.java84 public void run() { method in class:FileObserver.ObserverThread
H A DHandler.java327 * The runnable will be run on the thread to which this handler is
342 * Causes the Runnable r to be added to the message queue, to be run
346 * The runnable will be run on the thread to which this handler is attached.
349 * @param uptimeMillis The absolute time at which the callback should run,
365 * Causes the Runnable r to be added to the message queue, to be run
369 * The runnable will be run on the thread to which this handler is attached.
372 * @param uptimeMillis The absolute time at which the callback should run,
390 * Causes the Runnable r to be added to the message queue, to be run
392 * The runnable will be run on the thread to which this handler
416 * message queue. The runnable will be run o
769 public void run() { method in class:Handler.BlockingRunnable
[all...]
H A DHandlerThread.java36 * @param priority The priority to run the thread at. The value supplied must be from
52 public void run() { method in class:HandlerThread
H A DResultReceiver.java49 public void run() { method in class:ResultReceiver.MyRunnable
H A DUEventObserver.java178 public void run() { method in class:UEventObserver.UEventThread
/frameworks/base/core/java/android/speech/tts/
H A DAudioPlaybackHandler.java119 public void run() { method in class:AudioPlaybackHandler.MessageLoop
131 // will be run anyway.
134 item.run();
H A DAudioPlaybackQueueItem.java52 public void run() { method in class:AudioPlaybackQueueItem
H A DPlaybackQueueItem.java26 public abstract void run(); method in class:PlaybackQueueItem
H A DSilencePlaybackQueueItem.java32 public void run() { method in class:SilencePlaybackQueueItem
H A DSynthesisPlaybackQueueItem.java83 public void run() { method in class:SynthesisPlaybackQueueItem
H A DTextToSpeech.java852 public Void run(ITextToSpeechService service) throws RemoteException {
1100 public Integer run(ITextToSpeechService service) throws RemoteException {
1173 public Integer run(ITextToSpeechService service) throws RemoteException {
1237 public Integer run(ITextToSpeechService service) throws RemoteException {
1297 public Set<String> run(ITextToSpeechService service) throws RemoteException {
1329 public Boolean run(ITextToSpeechService service) throws RemoteException {
1344 public Integer run(ITextToSpeechService service) throws RemoteException {
1441 public Locale run(ITextToSpeechService service) throws RemoteException {
1468 public Integer run(ITextToSpeechService service) throws RemoteException {
1576 public Locale run(ITextToSpeechServic
2301 R run(ITextToSpeechService service) throws RemoteException; method in interface:TextToSpeech.Action
[all...]
/frameworks/base/core/java/android/text/method/
H A DMultiTapKeyListener.java266 public void run() { method in class:MultiTapKeyListener.Timeout
H A DPasswordTransformationMethod.java245 public void run() { method in class:PasswordTransformationMethod.Visible
/frameworks/base/core/java/android/view/
H A DBatchedInputEventReceiver.java77 public void run() { method in class:BatchedInputEventReceiver.BatchedInputRunnable

Completed in 1542 milliseconds

<<11121314151617181920>>