Merge "Rename getAllNetworkStateSnapshot which should be pluralized"
This commit is contained in:
@@ -1435,9 +1435,9 @@ public class ConnectivityManager {
|
||||
android.Manifest.permission.NETWORK_STACK,
|
||||
android.Manifest.permission.NETWORK_SETTINGS})
|
||||
@NonNull
|
||||
public List<NetworkStateSnapshot> getAllNetworkStateSnapshot() {
|
||||
public List<NetworkStateSnapshot> getAllNetworkStateSnapshots() {
|
||||
try {
|
||||
return mService.getAllNetworkStateSnapshot();
|
||||
return mService.getAllNetworkStateSnapshots();
|
||||
} catch (RemoteException e) {
|
||||
throw e.rethrowFromSystemServer();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user