Loading core/java/android/net/TrafficStats.java +0 −2 Original line number Diff line number Diff line Loading @@ -228,7 +228,6 @@ public class TrafficStats { * statistics parameters. * * @see #setThreadStatsTag(int) * @see #setThreadStatsUid(int) */ public static void tagSocket(Socket socket) throws SocketException { SocketTagger.get().tag(socket); Loading @@ -249,7 +248,6 @@ public class TrafficStats { * parameters. * * @see #setThreadStatsTag(int) * @see #setThreadStatsUid(int) */ public static void tagDatagramSocket(DatagramSocket socket) throws SocketException { SocketTagger.get().tag(socket); Loading core/java/android/os/storage/StorageManager.java +2 −2 Original line number Diff line number Diff line Loading @@ -1062,8 +1062,8 @@ public class StorageManager { } /** * Return if data stored at the given path will be encrypted while at rest. * This can help apps avoid the overhead of double-encrypting data. * Return if data stored at or under the given path will be encrypted while * at rest. This can help apps avoid the overhead of double-encrypting data. */ public boolean isEncrypted(File file) { if (FileUtils.contains(Environment.getDataDirectory(), file)) { Loading Loading
core/java/android/net/TrafficStats.java +0 −2 Original line number Diff line number Diff line Loading @@ -228,7 +228,6 @@ public class TrafficStats { * statistics parameters. * * @see #setThreadStatsTag(int) * @see #setThreadStatsUid(int) */ public static void tagSocket(Socket socket) throws SocketException { SocketTagger.get().tag(socket); Loading @@ -249,7 +248,6 @@ public class TrafficStats { * parameters. * * @see #setThreadStatsTag(int) * @see #setThreadStatsUid(int) */ public static void tagDatagramSocket(DatagramSocket socket) throws SocketException { SocketTagger.get().tag(socket); Loading
core/java/android/os/storage/StorageManager.java +2 −2 Original line number Diff line number Diff line Loading @@ -1062,8 +1062,8 @@ public class StorageManager { } /** * Return if data stored at the given path will be encrypted while at rest. * This can help apps avoid the overhead of double-encrypting data. * Return if data stored at or under the given path will be encrypted while * at rest. This can help apps avoid the overhead of double-encrypting data. */ public boolean isEncrypted(File file) { if (FileUtils.contains(Environment.getDataDirectory(), file)) { Loading