OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:syncAdapterType
(Results
1 - 6
of
6
) sorted by null
/packages/apps/Settings/tests/robotests/src/com/android/settings/accounts/
AccountSyncPreferenceControllerTest.java
28
import android.content.
SyncAdapterType
;
96
SyncAdapterType
syncAdapterType
= new
SyncAdapterType
("authority" /* authority */,
98
SyncAdapterType
[] syncAdapters = {
syncAdapterType
};
109
SyncAdapterType
syncAdapterType
= new
SyncAdapterType
("authority" /* authority */,
111
SyncAdapterType
[] syncAdapters = {syncAdapterType}
[
all
...]
/frameworks/base/services/core/java/com/android/server/content/
SyncManager.java
46
import android.content.
SyncAdapterType
;
626
mSyncAdapters.setListener(new RegisteredServicesCacheListener<
SyncAdapterType
>() {
628
public void onServiceChanged(
SyncAdapterType
type, int userId, boolean removed) {
[
all
...]
/external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar
android-all-4.2.2_r1.2-robolectric-0.jar
/prebuilts/misc/common/robolectric/android-all/
android-all-4.1.2_r1-robolectric-0.jar
android-all-4.2.2_r1.2-robolectric-0.jar
Completed in 354 milliseconds