Merge "Define a constant Sliceable#NO_RES for no resource cases" into sc-v2-dev am: 1565bba600

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/16177442

Change-Id: I6a3448e6e54666b45f6f67288593034a03d50d64
This commit is contained in:
Jason Chiu
2021-11-03 06:54:55 +00:00
committed by Automerger Merge Worker
11 changed files with 21 additions and 14 deletions

View File

@@ -305,7 +305,7 @@ public class ProviderModelSliceHelperTest {
@Override
public int getSliceHighlightMenuRes() {
return 0;
return NO_RES;
}
}

View File

@@ -146,7 +146,7 @@ public class SpecialCaseSliceManagerTest {
@Override
public int getSliceHighlightMenuRes() {
return 0;
return NO_RES;
}
}
}