[hal] Add Java SimDeviceDataJNI.getSimDeviceName (#2924)

This was mistakenly omitted from the Java interface.
This commit is contained in:
Peter Johnson
2020-12-08 20:42:46 -08:00
committed by GitHub
parent a699435ede
commit 941edca597
2 changed files with 14 additions and 0 deletions

View File

@@ -22,6 +22,8 @@ public class SimDeviceDataJNI extends JNIWrapper {
public static native int getSimDeviceHandle(String name);
public static native String getSimDeviceName(int handle);
public static native int getSimValueDeviceHandle(int handle);
public static class SimDeviceInfo {