Merge "Index database before getting Uri Descendants" into pi-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
a7fd137e2d
@@ -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