/frameworks/base/docs/html-intl/intl/ru/guide/components/ |
D | processes-and-threads.jd | 301 android.os.AsyncTask#doInBackground doInBackground()}, который работает в пуле 304 android.os.AsyncTask#doInBackground doInBackground()} и работает в потоке пользовательского интерфе… 319 protected Bitmap doInBackground(String... urls) { 324 * the result from doInBackground() */ 340 <li>Метод {@link android.os.AsyncTask#doInBackground doInBackground()} выполняется автоматически 345 <li>Значение, возвращенное методом {@link android.os.AsyncTask#doInBackground doInBackground()}, от… 348 android.os.AsyncTask#doInBackground doInBackground()} для выполнения {@link
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | LockPatternChecker.java | 75 protected byte[] doInBackground(Void... args) { in verifyPattern() 117 protected Boolean doInBackground(Void... args) { in checkPattern() 153 protected byte[] doInBackground(Void... args) { in verifyPassword() 190 protected byte[] doInBackground(Void... args) { in verifyTiedProfileChallenge() 224 protected Boolean doInBackground(Void... args) { in checkPassword()
|
/frameworks/base/docs/html-intl/intl/ja/guide/components/ |
D | processes-and-threads.jd | 301 android.os.AsyncTask#doInBackground doInBackground()} コールバック メソッドを実装する必要があります。 304 android.os.AsyncTask#doInBackground doInBackground()} からの結果を配信し、UI スレッド内で実行されるため、UI を安全に更新できます。その後、… 319 protected Bitmap doInBackground(String... urls) { 324 * the result from doInBackground() */ 340 <li>{@link android.os.AsyncTask#doInBackground doInBackground()} メソッドがワーカー スレッド上で自動的に実行されます 345 <li>{@link android.os.AsyncTask#doInBackground doInBackground()} から返される値は、{@link android.os.AsyncTa… 348 android.os.AsyncTask#doInBackground doInBackground()} でいつでも呼び出すことができます。UI スレッドで {@link
|
/frameworks/base/docs/html-intl/intl/ko/guide/components/ |
D | processes-and-threads.jd | 301 android.os.AsyncTask#doInBackground doInBackground()} 콜백 메서드를 구현해야 합니다. 이것은 여러 가지 304 android.os.AsyncTask#doInBackground doInBackground()}로부터의 결과를 전달하며 UI 스레드에서 실행되므로, 319 protected Bitmap doInBackground(String... urls) { 324 * the result from doInBackground() */ 340 <li>메서드 {@link android.os.AsyncTask#doInBackground doInBackground()}는 작업자 스레드에서 자동으로 345 <li>{@link android.os.AsyncTask#doInBackground doInBackground()}가 반환한 값이 348 android.os.AsyncTask#doInBackground doInBackground()}에서 호출하여 UI 스레드에서 {@link
|
/frameworks/base/docs/html-intl/intl/zh-cn/guide/components/ |
D | processes-and-threads.jd | 301 android.os.AsyncTask#doInBackground doInBackground()} 304 android.os.AsyncTask#doInBackground doInBackground()} 返回的结果并在 UI 线程中运行,这样,您即可安全更新 UI。稍后,您可以通过从 UI 线… 319 protected Bitmap doInBackground(String... urls) { 324 * the result from doInBackground() */ 341 {@link android.os.AsyncTask#doInBackground doInBackground()} 会在工作线程上自动执行</li> 345 <li>{@link android.os.AsyncTask#doInBackground doInBackground()} 返回的值将发送到 348 android.os.AsyncTask#doInBackground doInBackground()} 中调用{@link android.os.AsyncTask#publishProgres…
|
/frameworks/base/docs/html-intl/intl/zh-tw/guide/components/ |
D | processes-and-threads.jd | 301 android.os.AsyncTask#doInBackground doInBackground()} 回呼方法。 304 android.os.AsyncTask#doInBackground doInBackground()} 的結果,然後以 UI 執行緒執行,如此您才能安全地更新 UI。 319 protected Bitmap doInBackground(String... urls) { 324 * the result from doInBackground() */ 340 <li>{@link android.os.AsyncTask#doInBackground doInBackground()} 方法會在工作者執行緒中自動執行 345 <li>{@link android.os.AsyncTask#doInBackground doInBackground()} 傳回的值會傳送至 348 android.os.AsyncTask#doInBackground doInBackground()} 呼叫 {@link android.os.AsyncTask#publishProgres…
|
/frameworks/support/compat/tests/java/android/support/v4/content/ |
D | ModernAsyncTaskTest.java | 54 protected Object doInBackground(Object[] params) { in testCancellationWithException() 97 protected Object doInBackground(Object[] params) { in testException()
|
/frameworks/base/docs/html/training/basics/network-ops/ |
D | connecting.jd | 102 <li>{@link android.os.AsyncTask#doInBackground doInBackground()} executes 149 protected String doInBackground(String... urls) { 176 android.os.AsyncTask#doInBackground doInBackground()} calls the 205 <p>In the following snippet, the {@link android.os.AsyncTask#doInBackground 206 doInBackground()} method calls the method <code>downloadUrl()</code>. The
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | AsyncEmergencyContactNotifier.java | 40 protected Void doInBackground(Void... params) { in doInBackground() method in AsyncEmergencyContactNotifier
|
/frameworks/base/tests/MusicServiceDemo/src/com/example/android/musicservicedemo/browser/ |
D | MusicProviderTask.java | 52 protected Void doInBackground(Void... arg0) { in doInBackground() method in MusicProviderTask
|
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/ |
D | PairedTask.java | 63 final protected Output doInBackground(Input... input) { in doInBackground() method in PairedTask
|
/frameworks/base/docs/html-intl/intl/in/guide/components/ |
D | processes-and-threads.jd | 301 android.os.AsyncTask#doInBackground doInBackground()} yang berjalan di kumpulan 304 android.os.AsyncTask#doInBackground doInBackground()} dan berjalan di thread UI, jadi Anda bisa 319 protected Bitmap doInBackground(String... urls) { 324 * the result from doInBackground() */ 340 <li>Metode {@link android.os.AsyncTask#doInBackground doInBackground()} berjalan secara otomatis pa… 345 <li>Nilai yang dikembalikan oleh {@link android.os.AsyncTask#doInBackground doInBackground()} akan … 348 android.os.AsyncTask#doInBackground doInBackground()} untuk mengeksekusi {@link
|
/frameworks/base/docs/html-intl/intl/id/guide/components/ |
D | processes-and-threads.jd | 301 android.os.AsyncTask#doInBackground doInBackground()} yang berjalan di kumpulan 304 android.os.AsyncTask#doInBackground doInBackground()} dan berjalan di thread UI, jadi Anda bisa 319 protected Bitmap doInBackground(String... urls) { 324 * the result from doInBackground() */ 340 <li>Metode {@link android.os.AsyncTask#doInBackground doInBackground()} berjalan secara otomatis pa… 345 <li>Nilai yang dikembalikan oleh {@link android.os.AsyncTask#doInBackground doInBackground()} akan … 348 android.os.AsyncTask#doInBackground doInBackground()} untuk mengeksekusi {@link
|
/frameworks/base/test-runner/src/android/test/ |
D | LoaderTestCase.java | 42 protected Void doInBackground(Void... args) {return null;} in AsyncTask() method
|
/frameworks/support/compat/java/android/support/v4/content/ |
D | ModernAsyncTask.java | 138 result = doInBackground(mParams); in ModernAsyncTask() 211 protected abstract Result doInBackground(Params... params); in doInBackground() method in ModernAsyncTask
|
/frameworks/base/docs/html/guide/components/ |
D | processes-and-threads.jd | 306 android.os.AsyncTask#doInBackground doInBackground()} callback method, which runs in a pool of 309 android.os.AsyncTask#doInBackground doInBackground()} and runs in the UI thread, so you can safely 324 protected Bitmap doInBackground(String... urls) { 329 * the result from doInBackground() */ 345 <li>The method {@link android.os.AsyncTask#doInBackground doInBackground()} executes automatically 350 <li>The value returned by {@link android.os.AsyncTask#doInBackground doInBackground()} is sent to 353 android.os.AsyncTask#doInBackground doInBackground()} to execute {@link
|
/frameworks/base/core/java/android/os/ |
D | AsyncTask.java | 305 result = doInBackground(mParams); in AsyncTask() 375 protected abstract Result doInBackground(Params... params); in doInBackground() method in AsyncTask
|
/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/graphics/ |
D | ImageLoader.java | 62 protected Bitmap doInBackground(Void... params) { in loadMediaStoreThumbnail()
|
/frameworks/base/docs/html-intl/intl/pt-br/guide/components/ |
D | processes-and-threads.jd | 301 android.os.AsyncTask#doInBackground doInBackground()}, que executa uma série 304 android.os.AsyncTask#doInBackground doInBackground()} e é executado no encadeamento da IU para que … 319 protected Bitmap doInBackground(String... urls) { 324 * the result from doInBackground() */ 340 <li>O método {@link android.os.AsyncTask#doInBackground doInBackground()} é executado automaticamen… 345 <li>O valor retornado por {@link android.os.AsyncTask#doInBackground doInBackground()} 348 android.os.AsyncTask#doInBackground doInBackground()} para executar {@link
|
/frameworks/base/packages/Shell/src/com/android/shell/ |
D | BugreportReceiver.java | 78 protected Void doInBackground(Void... params) { in cleanupOldFiles() method
|
/frameworks/base/tests/LargeAssetTest/src/com/android/largeassettest/ |
D | LargeAssetTest.java | 67 protected Boolean doInBackground(AssetManager... params) { in doInBackground() method in LargeAssetTest.Validator
|
/frameworks/base/services/core/java/com/android/server/ |
D | MasterClearReceiver.java | 96 protected Void doInBackground(Void... params) { in doInBackground() method in MasterClearReceiver.WipeAdoptableDisksTask
|
/frameworks/opt/chips/src/com/android/ex/chips/ |
D | DefaultPhotoManager.java | 89 protected byte[] doInBackground(Void... params) { in fetchPhotoAsync()
|
/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/media/ |
D | AlbumArtCache.java | 95 protected Bitmap[] doInBackground(Void[] objects) { in fetch() method
|
/frameworks/base/core/java/android/print/ |
D | PrintFileDocumentAdapter.java | 116 protected Void doInBackground(Void... params) { in doInBackground() method in PrintFileDocumentAdapter.WriteFileAsyncTask
|