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

Commit 97cb6d0b authored by Xin Li's avatar Xin Li
Browse files

Merge 24Q3 (ab/11976889) to aosp-main-future

Bug: 347831320
Merged-In: Ice09a7ad54167e68cd2dc892692fc49a0afbabc1
Change-Id: Iff912f47972fa25834be8d11008ffbbe2d1ad86e
parents c6161036 5f07eaa4
Loading
Loading
Loading
Loading
+21 B (1.23 MiB)

File changed.

No diff preview for this file type.

+1 −1
Original line number Diff line number Diff line
@@ -49,7 +49,7 @@ android_test {

    instrumentation_for: "LatinIME",

    min_sdk_version: "14",
    min_sdk_version: "19",
    target_sdk_version: "30",
    sdk_version: "current",
}
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@

package com.android.inputmethod.keyboard;

import android.test.suitebuilder.annotation.SmallTest;
import androidx.test.filters.SmallTest;

@SmallTest
public class KeyboardLayoutSetNavigateMoreKeysKlpTests
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@

package com.android.inputmethod.keyboard;

import android.test.suitebuilder.annotation.SmallTest;
import androidx.test.filters.SmallTest;

import com.android.inputmethod.keyboard.internal.KeyboardIconsSet;

+2 −1
Original line number Diff line number Diff line
@@ -16,10 +16,11 @@

package com.android.inputmethod.keyboard.action;

import android.test.suitebuilder.annotation.LargeTest;
import android.view.inputmethod.EditorInfo;
import android.view.inputmethod.InputMethodSubtype;

import androidx.test.filters.LargeTest;

import com.android.inputmethod.latin.utils.SubtypeLocaleUtils;

@LargeTest
Loading