Searched refs:mMemoryRegions (Results 1 – 2 of 2) sorted by relevance
51 private MemoryRegion[] mMemoryRegions; field in ContextHubInfo80 mMemoryRegions = new MemoryRegion[0]; in ContextHubInfo()103 mMemoryRegions = new MemoryRegion[0]; in ContextHubInfo()245 return Arrays.copyOf(mMemoryRegions, mMemoryRegions.length); in getMemoryRegions()343 && Arrays.equals(other.getMemoryRegions(), mMemoryRegions); in equals()369 mMemoryRegions = in.createTypedArray(MemoryRegion.CREATOR); in ContextHubInfo()395 out.writeTypedArray(mMemoryRegions, flags); in writeToParcel()
21103 Landroid/hardware/location/ContextHubInfo;->mMemoryRegions:[Landroid/hardware/location/MemoryRegion;