Loading core/java/android/net/IpMemoryStore.java +5 −0 Original line number Diff line number Diff line Loading @@ -171,4 +171,9 @@ public class IpMemoryStore { throw e.rethrowFromSystemServer(); } } /** Gets an instance of the memory store */ public static IpMemoryStore getMemoryStore(final Context context) { return (IpMemoryStore) context.getSystemService(Context.IP_MEMORY_STORE_SERVICE); } } Loading
core/java/android/net/IpMemoryStore.java +5 −0 Original line number Diff line number Diff line Loading @@ -171,4 +171,9 @@ public class IpMemoryStore { throw e.rethrowFromSystemServer(); } } /** Gets an instance of the memory store */ public static IpMemoryStore getMemoryStore(final Context context) { return (IpMemoryStore) context.getSystemService(Context.IP_MEMORY_STORE_SERVICE); } }