Searched refs:newp (Results 1 – 1 of 1) sorted by relevance
5242 PatternMatcher[] newp = new PatternMatcher[N+1]; in parseProviderTags() local5243 System.arraycopy(outInfo.info.uriPermissionPatterns, 0, newp, 0, N); in parseProviderTags()5244 newp[N] = pa; in parseProviderTags()5245 outInfo.info.uriPermissionPatterns = newp; in parseProviderTags()5340 PathPermission[] newp = new PathPermission[N+1]; in parseProviderTags() local5341 System.arraycopy(outInfo.info.pathPermissions, 0, newp, 0, N); in parseProviderTags()5342 newp[N] = pa; in parseProviderTags()5343 outInfo.info.pathPermissions = newp; in parseProviderTags()