Loading tests/Android.mk +1 −0 Original line number Diff line number Diff line Loading @@ -20,6 +20,7 @@ include $(CLEAR_VARS) LOCAL_STATIC_JAVA_LIBRARIES := \ android-ex-camera2 \ android-support-v4 \ android-support-test \ guava \ mockito-target \ platform-test-annotations \ Loading tests/src/com/android/server/telecom/tests/CallLogManagerTest.java +3 −0 Original line number Diff line number Diff line Loading @@ -34,6 +34,7 @@ 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; import android.telecom.DisconnectCause; import android.telecom.PhoneAccount; import android.telecom.PhoneAccountHandle; Loading Loading @@ -424,6 +425,7 @@ public class CallLogManagerTest extends TelecomTestCase { } @MediumTest @FlakyTest @Postsubmit public void testLogCallDirectionOutgoingWithMultiUserCapability() { when(mMockPhoneAccountRegistrar.getPhoneAccountUnchecked(any(PhoneAccountHandle.class))) Loading Loading @@ -518,6 +520,7 @@ public class CallLogManagerTest extends TelecomTestCase { } @MediumTest @FlakyTest @Postsubmit public void testLogCallDirectionOutgoingFromManagedProfile() { when(mMockPhoneAccountRegistrar.getPhoneAccountUnchecked(any(PhoneAccountHandle.class))) Loading Loading
tests/Android.mk +1 −0 Original line number Diff line number Diff line Loading @@ -20,6 +20,7 @@ include $(CLEAR_VARS) LOCAL_STATIC_JAVA_LIBRARIES := \ android-ex-camera2 \ android-support-v4 \ android-support-test \ guava \ mockito-target \ platform-test-annotations \ Loading
tests/src/com/android/server/telecom/tests/CallLogManagerTest.java +3 −0 Original line number Diff line number Diff line Loading @@ -34,6 +34,7 @@ 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; import android.telecom.DisconnectCause; import android.telecom.PhoneAccount; import android.telecom.PhoneAccountHandle; Loading Loading @@ -424,6 +425,7 @@ public class CallLogManagerTest extends TelecomTestCase { } @MediumTest @FlakyTest @Postsubmit public void testLogCallDirectionOutgoingWithMultiUserCapability() { when(mMockPhoneAccountRegistrar.getPhoneAccountUnchecked(any(PhoneAccountHandle.class))) Loading Loading @@ -518,6 +520,7 @@ public class CallLogManagerTest extends TelecomTestCase { } @MediumTest @FlakyTest @Postsubmit public void testLogCallDirectionOutgoingFromManagedProfile() { when(mMockPhoneAccountRegistrar.getPhoneAccountUnchecked(any(PhoneAccountHandle.class))) Loading