Searched refs:newp (Results 1 – 1 of 1) sorted by relevance
5272 PatternMatcher[] newp = new PatternMatcher[N+1]; in parseProviderTags() local5273 System.arraycopy(outInfo.info.uriPermissionPatterns, 0, newp, 0, N); in parseProviderTags()5274 newp[N] = pa; in parseProviderTags()5275 outInfo.info.uriPermissionPatterns = newp; in parseProviderTags()5370 PathPermission[] newp = new PathPermission[N+1]; in parseProviderTags() local5371 System.arraycopy(outInfo.info.pathPermissions, 0, newp, 0, N); in parseProviderTags()5372 newp[N] = pa; in parseProviderTags()5373 outInfo.info.pathPermissions = newp; in parseProviderTags()