commit | 13f9fa164f10d556850986af58063ea64c7250a5 | [log] [tgz] |
---|---|---|
author | Hakjun Choi <hakjunc@google.com> | Sat Jan 13 07:29:56 2024 +0000 |
committer | Hakjun Choi <hakjunc@google.com> | Sat Jan 13 07:29:56 2024 +0000 |
tree | bef41de0deecf77d1188f88f1fe312f0aa6ed048 | |
parent | 4ba6f93bbddc8bd83fe4e65e180bdc969aa8f613 [diff] |
Fix wrong import for INtnSignalStrangthConsumer It is supposed to import NtnSignalStrength in stub, but implemented to refer NtnSignalStrength for applicatoin. Bug: 319416432 Test: atest SatelliteControllerTest, SatelliteManagerTest, SatelliteManagerTestOnMockService with iterations 100 Change-Id: If3ec8fc7d27d890dc5947d8fc9c7ee7fac7c946f
diff --git a/telephony/java/android/telephony/satellite/stub/INtnSignalStrengthConsumer.aidl b/telephony/java/android/telephony/satellite/stub/INtnSignalStrengthConsumer.aidl index b7712bd..655da740 100644 --- a/telephony/java/android/telephony/satellite/stub/INtnSignalStrengthConsumer.aidl +++ b/telephony/java/android/telephony/satellite/stub/INtnSignalStrengthConsumer.aidl
@@ -16,7 +16,7 @@ package android.telephony.satellite.stub; -import android.telephony.satellite.NtnSignalStrength; +import android.telephony.satellite.stub.NtnSignalStrength; /** * Consumer pattern for a request that receives the signal strength of non-terrestrial network from