Loading tests/src/com/android/server/telecom/tests/CallLogManagerTest.java +0 −3 Original line number Diff line number Diff line Loading @@ -31,7 +31,6 @@ import android.os.Looper; import android.os.PersistableBundle; import android.os.UserHandle; import android.os.UserManager; import android.platform.test.annotations.Postsubmit; import android.provider.CallLog; import android.provider.CallLog.Calls; import android.support.test.filters.FlakyTest; Loading Loading @@ -426,7 +425,6 @@ public class CallLogManagerTest extends TelecomTestCase { @MediumTest @FlakyTest @Postsubmit public void testLogCallDirectionOutgoingWithMultiUserCapability() { when(mMockPhoneAccountRegistrar.getPhoneAccountUnchecked(any(PhoneAccountHandle.class))) .thenReturn(makeFakePhoneAccount(mOtherUserAccountHandle, Loading Loading @@ -521,7 +519,6 @@ public class CallLogManagerTest extends TelecomTestCase { @MediumTest @FlakyTest @Postsubmit public void testLogCallDirectionOutgoingFromManagedProfile() { when(mMockPhoneAccountRegistrar.getPhoneAccountUnchecked(any(PhoneAccountHandle.class))) .thenReturn(makeFakePhoneAccount(mManagedProfileAccountHandle, 0)); Loading Loading
tests/src/com/android/server/telecom/tests/CallLogManagerTest.java +0 −3 Original line number Diff line number Diff line Loading @@ -31,7 +31,6 @@ import android.os.Looper; import android.os.PersistableBundle; import android.os.UserHandle; import android.os.UserManager; import android.platform.test.annotations.Postsubmit; import android.provider.CallLog; import android.provider.CallLog.Calls; import android.support.test.filters.FlakyTest; Loading Loading @@ -426,7 +425,6 @@ public class CallLogManagerTest extends TelecomTestCase { @MediumTest @FlakyTest @Postsubmit public void testLogCallDirectionOutgoingWithMultiUserCapability() { when(mMockPhoneAccountRegistrar.getPhoneAccountUnchecked(any(PhoneAccountHandle.class))) .thenReturn(makeFakePhoneAccount(mOtherUserAccountHandle, Loading Loading @@ -521,7 +519,6 @@ public class CallLogManagerTest extends TelecomTestCase { @MediumTest @FlakyTest @Postsubmit public void testLogCallDirectionOutgoingFromManagedProfile() { when(mMockPhoneAccountRegistrar.getPhoneAccountUnchecked(any(PhoneAccountHandle.class))) .thenReturn(makeFakePhoneAccount(mManagedProfileAccountHandle, 0)); Loading