Loading proguard.flags +1 −1 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ -keep class com.android.contacts.common.** { *;} # For test: -keep class com.android.contacts.commonbind.analytics.AnalyticsUtil { *;} -keep class com.android.contactsbind.analytics.AnalyticsUtil { *;} -keep class com.android.contacts.interactions.** { *;} -keep class com.android.contacts.util.SyncUtil { *;} -keep class com.google.common.base.Objects { *;} Loading src-bind/com/android/commonbind/ObjectFactory.java→src-bind/com/android/contactsbind/ObjectFactory.java +1 −1 Original line number Diff line number Diff line Loading @@ -11,7 +11,7 @@ * or implied. See the License for the specific language governing permissions and limitations under * the License. */ package com.android.contacts.commonbind; package com.android.contactsbind; import com.android.contacts.common.logging.Logger; import com.android.contacts.common.preference.PreferenceManager; Loading src-bind/com/android/commonbind/analytics/AnalyticsUtil.java→src-bind/com/android/contactsbind/analytics/AnalyticsUtil.java +1 −1 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ * the License. */ package com.android.contacts.commonbind.analytics; package com.android.contactsbind.analytics; import android.app.Activity; import android.app.Application; Loading src-bind/com/android/commonbind/experiments/Flags.java→src-bind/com/android/contactsbind/experiments/Flags.java +1 −1 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License */ package com.android.contacts.commonbind.experiments; package com.android.contactsbind.experiments; import android.content.Context; Loading src-bind/com/android/commonbind/util/UserAgentGenerator.java→src-bind/com/android/contactsbind/util/UserAgentGenerator.java +1 −1 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ * limitations under the License */ package com.android.contacts.commonbind.util; package com.android.contactsbind.util; import android.content.Context; import android.content.pm.PackageManager; Loading Loading
proguard.flags +1 −1 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ -keep class com.android.contacts.common.** { *;} # For test: -keep class com.android.contacts.commonbind.analytics.AnalyticsUtil { *;} -keep class com.android.contactsbind.analytics.AnalyticsUtil { *;} -keep class com.android.contacts.interactions.** { *;} -keep class com.android.contacts.util.SyncUtil { *;} -keep class com.google.common.base.Objects { *;} Loading
src-bind/com/android/commonbind/ObjectFactory.java→src-bind/com/android/contactsbind/ObjectFactory.java +1 −1 Original line number Diff line number Diff line Loading @@ -11,7 +11,7 @@ * or implied. See the License for the specific language governing permissions and limitations under * the License. */ package com.android.contacts.commonbind; package com.android.contactsbind; import com.android.contacts.common.logging.Logger; import com.android.contacts.common.preference.PreferenceManager; Loading
src-bind/com/android/commonbind/analytics/AnalyticsUtil.java→src-bind/com/android/contactsbind/analytics/AnalyticsUtil.java +1 −1 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ * the License. */ package com.android.contacts.commonbind.analytics; package com.android.contactsbind.analytics; import android.app.Activity; import android.app.Application; Loading
src-bind/com/android/commonbind/experiments/Flags.java→src-bind/com/android/contactsbind/experiments/Flags.java +1 −1 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License */ package com.android.contacts.commonbind.experiments; package com.android.contactsbind.experiments; import android.content.Context; Loading
src-bind/com/android/commonbind/util/UserAgentGenerator.java→src-bind/com/android/contactsbind/util/UserAgentGenerator.java +1 −1 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ * limitations under the License */ package com.android.contacts.commonbind.util; package com.android.contactsbind.util; import android.content.Context; import android.content.pm.PackageManager; Loading