mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-22 04:05:31 -04:00
9 lines
267 B
Text
9 lines
267 B
Text
package vendor.samsung.hardware.radio@2.1;
|
|
|
|
import vendor.samsung.hardware.radio@2.0::ISehRadio;
|
|
|
|
interface ISehRadio extends @2.0::ISehRadio {
|
|
oneway setNrMode(int32_t serial, int32_t mode);
|
|
oneway getNrMode(int32_t serial);
|
|
oneway getNrIconType(int32_t serial);
|
|
};
|