Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c016cb74 authored by Jordan Liu's avatar Jordan Liu Committed by android-build-merger
Browse files

Merge "Remove @Postsubmit annotations"

am: b6618922

Change-Id: Id04616a661bcb3ff602a89e1da11bcda7e68a338
parents f003ab8a b6618922
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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;
@@ -426,7 +425,6 @@ public class CallLogManagerTest extends TelecomTestCase {

    @MediumTest
    @FlakyTest
    @Postsubmit
    public void testLogCallDirectionOutgoingWithMultiUserCapability() {
        when(mMockPhoneAccountRegistrar.getPhoneAccountUnchecked(any(PhoneAccountHandle.class)))
                .thenReturn(makeFakePhoneAccount(mOtherUserAccountHandle,
@@ -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));