Searched refs:newp (Results 1 – 1 of 1) sorted by relevance
5299 PatternMatcher[] newp = new PatternMatcher[N+1]; in parseProviderTags() local5300 System.arraycopy(outInfo.info.uriPermissionPatterns, 0, newp, 0, N); in parseProviderTags()5301 newp[N] = pa; in parseProviderTags()5302 outInfo.info.uriPermissionPatterns = newp; in parseProviderTags()5397 PathPermission[] newp = new PathPermission[N+1]; in parseProviderTags() local5398 System.arraycopy(outInfo.info.pathPermissions, 0, newp, 0, N); in parseProviderTags()5399 newp[N] = pa; in parseProviderTags()5400 outInfo.info.pathPermissions = newp; in parseProviderTags()