HomeSort by relevance Sort by last modified time
    Searched full:autoinitialize (Results 1 - 15 of 15) sorted by null

  /cts/hostsidetests/content/test-apps/CtsSyncAccountAccessSameCertTests/src/com/android/cts/content/
SyncAdapter.java 42 public SyncAdapter(Context context, boolean autoInitialize) {
43 super(context, autoInitialize);
  /developers/build/prebuilts/androidtv/sample-inputs/app/src/main/java/com/example/android/sampletvinput/syncadapter/
SyncAdapter.java 57 public SyncAdapter(Context context, boolean autoInitialize) {
58 super(context, autoInitialize);
62 public SyncAdapter(Context context, boolean autoInitialize, boolean allowParallelSyncs) {
63 super(context, autoInitialize, allowParallelSyncs);
  /packages/apps/Contacts/tests/src/com/android/contacts/tests/testauth/
TestSyncAdapter.java 46 public TestSyncAdapter(Context context, boolean autoInitialize) {
47 super(context, autoInitialize);
  /frameworks/base/core/java/android/content/
AbstractThreadedSyncAdapter.java 119 * @param autoInitialize if true then sync requests that have
125 public AbstractThreadedSyncAdapter(Context context, boolean autoInitialize) {
126 this(context, autoInitialize, false /* allowParallelSyncs */);
132 * @param autoInitialize if true then sync requests that have
142 boolean autoInitialize, boolean allowParallelSyncs) {
146 mAutoInitialize = autoInitialize;
  /developers/build/prebuilts/gradle/BasicSyncAdapter/Application/src/main/java/com/example/android/basicsyncadapter/
SyncAdapter.java 105 public SyncAdapter(Context context, boolean autoInitialize) {
106 super(context, autoInitialize);
114 public SyncAdapter(Context context, boolean autoInitialize, boolean allowParallelSyncs) {
115 super(context, autoInitialize, allowParallelSyncs);
  /developers/samples/android/connectivity/sync/BasicSyncAdapter/Application/src/main/java/com/example/android/basicsyncadapter/
SyncAdapter.java 105 public SyncAdapter(Context context, boolean autoInitialize) {
106 super(context, autoInitialize);
114 public SyncAdapter(Context context, boolean autoInitialize, boolean allowParallelSyncs) {
115 super(context, autoInitialize, allowParallelSyncs);
  /development/samples/browseable/BasicSyncAdapter/src/com.example.android.basicsyncadapter/
SyncAdapter.java 105 public SyncAdapter(Context context, boolean autoInitialize) {
106 super(context, autoInitialize);
114 public SyncAdapter(Context context, boolean autoInitialize, boolean allowParallelSyncs) {
115 super(context, autoInitialize, allowParallelSyncs);
  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/syncadapter/
SyncAdapter.java 60 public SyncAdapter(Context context, boolean autoInitialize) {
61 super(context, autoInitialize);
  /cts/hostsidetests/incident/apps/batterystatsapp/src/com/android/server/cts/device/batterystats/
BatteryStatsSyncAdapter.java 50 super(context, /* autoInitialize= */ false);
  /packages/apps/Email/provider_src/com/android/email/service/
PopImapSyncAdapterService.java 59 super(context, true /* autoInitialize */);
  /external/icu/icu4c/source/common/
umutex.cpp 19 * 11/22/99 aliu Make non-global mutex autoinitialize [j151]
  /system/tpm/tpm_manager/server/
tpm_manager_service_test.cc 101 TEST_F(TpmManagerServiceTest_NoWaitForOwnership, AutoInitialize) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ndis.h     [all...]
wdm.h     [all...]
  /prebuilts/sdk/14/
android.jar 

Completed in 845 milliseconds