OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Thread
(Results
976 - 1000
of
1369
) sorted by null
<<
31
32
33
34
35
36
37
38
39
40
>>
/packages/apps/Browser/src/com/android/browser/
DownloadHandler.java
219
new
Thread
("Browser download") {
GoogleAccountLogin.java
130
//
thread
as a second
thread
will handle the next login
162
//
thread
that calls done() but I am paranoid.
201
new
Thread
(this).start();
/packages/apps/Browser/tests/src/com/android/browser/
JNIBindingsTestApp.java
72
private class GetWebKitDataThread extends
Thread
{
/packages/apps/Calendar/src/com/android/calendar/
EventLoader.java
160
private static class LoaderThread extends
Thread
{
232
* Posts uiCallback to the {@link Handler} for this view, which will run in the UI
thread
.
233
* Reuses an existing background
thread
, if events were already being loaded in the background.
234
* NOTE: events and uiCallback are not used if an existing background
thread
gets reused --
235
* the ones that were passed in on the call that results in the background
thread
getting
247
// Send the load request to the background
thread
274
// Send load request to the background
thread
/packages/apps/Camera/tests/src/com/android/camera/functional/
VideoCaptureIntentTest.java
246
Thread
.sleep(ms);
250
// UI
thread
.
/packages/apps/KeyChain/tests/src/com/android/keychain/tests/
KeyChainServiceTest.java
108
new
Thread
(new Test(), TAG).start();
/packages/apps/Launcher2/src/com/android/launcher2/
DeleteDropTarget.java
205
new
Thread
("deleteAppWidgetId") {
/packages/apps/Mms/src/com/android/mms/data/
Contact.java
138
Thread
current =
Thread
.currentThread();
481
Thread
mWorkerThread;
486
mWorkerThread = new
Thread
(new Runnable() {
538
//
thread
.
[
all
...]
WorkingMessage.java
763
// Make sure we are saving to the correct
thread
ID.
815
// bug 2169583: don't bother creating a
thread
id only to delete the
thread
816
// because the content is empty. When we delete the
thread
in updateDraftSmsMessage,
818
// is holding onto a
thread
id that isn't in the database. If a new message arrives
819
// and takes that
thread
id (because it's the next
thread
id to be assigned), the
820
// new message will be merged with the draft message
thread
, causing confusion!
[
all
...]
/packages/apps/Mms/src/com/android/mms/transaction/
NotificationTransaction.java
126
new
Thread
(this).start();
212
// Make sure this
thread
isn't over the limits in message count.
RetrieveTransaction.java
123
new
Thread
(this).start();
/packages/apps/Mms/tests/src/com/android/mms/ui/
ComposeMessageActivityTests.java
171
Thread
.sleep(1000);
204
workingMsg.setText("This is test #" + i + "
thread
id: " + conv.getThreadId());
/packages/apps/Nfc/tests/src/com/android/nfc/snep/
SnepValidationClientTests.java
45
Thread
.sleep(8000);
/packages/apps/Settings/src/com/android/settings/quicklaunch/
BookmarkPicker.java
146
* This should be called from the UI
thread
.
149
// Get the activities in a separate
thread
150
new
Thread
("data updater") {
156
* adapter in this
thread
!
175
// Post this back on the UI
thread
/packages/apps/VoiceDialer/src/com/android/voicedialer/
VoiceDialerActivity.java
164
private
Thread
mRecognizerThread = null;
493
// get work off UAPI
thread
522
Thread
.sleep(playSound(ToneGenerator.TONE_PROP_NACK));
[
all
...]
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
UserDictionary.java
179
new
Thread
("addWord") {
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gldebugger/
SampleView.java
95
Thread
thread
;
field in class:SampleView
625
thread
= new
Thread
(this);
626
thread
.start();
635
thread
= new
Thread
(this);
636
thread
.start();
752
Thread
.sleep(1);
774
/** can be called from non-UI
thread
*/
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/functests/sampleProjects/
SampleProjectTest.java
216
Thread
.sleep(50);
/sdk/monkeyrunner/src/com/android/monkeyrunner/
MonkeyRunner.java
94
Thread
.sleep(ms);
/sdk/screenshot/src/com/android/screenshot/
Screenshot.java
117
// we can't just ask for the device list right away, as the internal
thread
getting
123
Thread
.sleep(100);
/cts/tests/tests/media/src/android/media/cts/
AudioTrackTest.java
404
Thread
.sleep(100);
463
Thread
.sleep(WAIT_MSEC);
529
Thread
.sleep(WAIT_MSEC);
531
Thread
.sleep(WAIT_MSEC);
596
Thread
.sleep(100);
[
all
...]
/frameworks/base/libs/gui/tests/
SurfaceTexture_test.cpp
709
class ProducerThread : public
Thread
{
792
sp<
Thread
> pt(new ProducerThread(mANW, testPixels));
[
all
...]
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/audio/
MediaAudioTrackTest.java
342
Thread
.sleep(100);
370
Thread
.sleep(100);
400
Thread
.sleep(100);
402
Thread
.sleep(100); // TODO: what is a sensible value?
431
Thread
.sleep(100);
[
all
...]
/frameworks/base/services/tests/servicestests/src/com/android/server/
DropBoxTest.java
58
Thread
.sleep(5);
60
Thread
.sleep(5);
62
Thread
.sleep(5);
65
Thread
.sleep(5);
459
Thread
.sleep(2000);
/libcore/luni/src/test/java/tests/api/javax/net/ssl/
SSLEngineTest.java
[
all
...]
Completed in 2649 milliseconds
<<
31
32
33
34
35
36
37
38
39
40
>>