Merge "Index database before getting Uri Descendants" into pi-dev am: a7fd137e2d
am: 03f1fafaaf
Change-Id: I700fd063084ad0e41289feb552b3a1bfafd3cd57
This commit is contained in:
@@ -89,6 +89,7 @@ public class SlicesDatabaseAccessor {
|
||||
* @return a list of keys in the Slices database matching on {@param isPlatformSlice}.
|
||||
*/
|
||||
public List<String> getSliceKeys(boolean isPlatformSlice) {
|
||||
verifyIndexing();
|
||||
final String whereClause;
|
||||
|
||||
if (isPlatformSlice) {
|
||||
|
||||
Reference in New Issue
Block a user