[Settings] Add search icon in region picker
Bug: 38526548 Flag: EXEMPT refactor Change-Id: I1016f5f812d8f0c43a2b3a899bd70b6672f44481
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
package com.android.settings.localepicker;
|
||||
|
||||
import androidx.annotation.NonNull;
|
||||
import androidx.annotation.Nullable;
|
||||
|
||||
import com.android.internal.app.LocaleStore;
|
||||
|
||||
@@ -25,5 +26,6 @@ import java.util.List;
|
||||
public interface LocaleListSearchCallback {
|
||||
|
||||
/** Callback method for searching changes. */
|
||||
void onSearchListChanged(@NonNull List<LocaleStore.LocaleInfo> localeInfoList);
|
||||
void onSearchListChanged(@NonNull List<LocaleStore.LocaleInfo> localeInfoList,
|
||||
@Nullable CharSequence prefix);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user