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

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

Change-Id: Ife6c9bbe5433a818d42bf91509160fea8ae924f8
This commit is contained in:
Jason Chiu
2021-11-03 07:05: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;
}
}
}