OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SyncThread
(Results
1 - 8
of
8
) sorted by null
/frameworks/base/core/java/android/content/
AbstractThreadedSyncAdapter.java
115
private final HashMap<Account,
SyncThread
> mSyncThreads = new HashMap<Account,
SyncThread
>();
199
SyncThread
syncThread
= new
SyncThread
(
202
mSyncThreads.put(threadsKey,
syncThread
);
203
syncThread
.start();
235
SyncThread
info = null;
237
for (
SyncThread
current : mSyncThreads.values()) {
276
private class
SyncThread
extends Thread
[
all
...]
/frameworks/base/config/
compiled-classes-phone
828
android.content.AbstractThreadedSyncAdapter$
SyncThread
[
all
...]
/external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar
android-all-4.2.2_r1.2-robolectric-0.jar
android-all-4.3_r2-robolectric-0.jar
/prebuilts/misc/common/robolectric/lib/
android-all-4.1.2_r1-robolectric-0.jar
android-all-4.2.2_r1.2-robolectric-0.jar
android-all-4.3_r2-robolectric-0.jar
Completed in 714 milliseconds