Migrate SearchFeatureProviderImpl to Kotlin
This is no-op. Bug: 346776183 Flag: EXEMPT refactor Test: manual - do settings search Change-Id: I5c113f6ed5db1401e1d237f0022ab6dccde8d060
This commit is contained in:
@@ -124,8 +124,8 @@ public class SearchFeatureProviderImplTest {
|
||||
}
|
||||
|
||||
@Test(expected = IllegalArgumentException.class)
|
||||
public void verifyLaunchSearchResultPageCaller_nullCaller_shouldCrash() {
|
||||
mProvider.verifyLaunchSearchResultPageCaller(mActivity, null /* caller */);
|
||||
public void verifyLaunchSearchResultPageCaller_emptyCaller_shouldCrash() {
|
||||
mProvider.verifyLaunchSearchResultPageCaller(mActivity, "");
|
||||
}
|
||||
|
||||
@Test(expected = SecurityException.class)
|
||||
|
||||
Reference in New Issue
Block a user