Loading core/java/android/content/SyncAdaptersCache.java +2 −1 Original line number Diff line number Diff line Loading @@ -20,6 +20,7 @@ import android.content.pm.RegisteredServicesCache; import android.content.pm.XmlSerializerAndParser; import android.content.res.Resources; import android.content.res.TypedArray; import android.text.TextUtils; import android.util.ArrayMap; import android.util.AttributeSet; import android.util.SparseArray; Loading Loading @@ -63,7 +64,7 @@ public class SyncAdaptersCache extends RegisteredServicesCache<SyncAdapterType> sa.getString(com.android.internal.R.styleable.SyncAdapter_contentAuthority); final String accountType = sa.getString(com.android.internal.R.styleable.SyncAdapter_accountType); if (authority == null || accountType == null) { if (TextUtils.isEmpty(authority) || TextUtils.isEmpty(accountType)) { return null; } final boolean userVisible = Loading Loading
core/java/android/content/SyncAdaptersCache.java +2 −1 Original line number Diff line number Diff line Loading @@ -20,6 +20,7 @@ import android.content.pm.RegisteredServicesCache; import android.content.pm.XmlSerializerAndParser; import android.content.res.Resources; import android.content.res.TypedArray; import android.text.TextUtils; import android.util.ArrayMap; import android.util.AttributeSet; import android.util.SparseArray; Loading Loading @@ -63,7 +64,7 @@ public class SyncAdaptersCache extends RegisteredServicesCache<SyncAdapterType> sa.getString(com.android.internal.R.styleable.SyncAdapter_contentAuthority); final String accountType = sa.getString(com.android.internal.R.styleable.SyncAdapter_accountType); if (authority == null || accountType == null) { if (TextUtils.isEmpty(authority) || TextUtils.isEmpty(accountType)) { return null; } final boolean userVisible = Loading