Searched refs:onRequestNetworkRegistrationInfoComplete (Results 1 – 9 of 9) sorted by relevance
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
H A D | CellularNetworkServiceTest.java | 147 verify(mCallback, timeout(1000).times(1)).onRequestNetworkRegistrationInfoComplete( in testGetNetworkRegistrationInfo() 172 verify(mCallback, timeout(1000).times(1)).onRequestNetworkRegistrationInfoComplete( in testGetNetworkRegistrationInfo() 245 verify(mCallback, timeout(1000).times(1)).onRequestNetworkRegistrationInfoComplete( in testGetNetworkRegistrationInfoV1_5() 265 verify(mCallback, timeout(1000).times(1)).onRequestNetworkRegistrationInfoComplete( in testGetNetworkRegistrationInfoV1_5() 338 verify(mCallback, timeout(1000).times(1)).onRequestNetworkRegistrationInfoComplete( in testGetNetworkRegistrationInfoV1_6WithLte() 358 verify(mCallback, timeout(1000).times(1)).onRequestNetworkRegistrationInfoComplete( in testGetNetworkRegistrationInfoV1_6WithLte() 424 verify(mCallback, timeout(1000).times(1)).onRequestNetworkRegistrationInfoComplete( in testGetNetworkRegistrationInfoV1_6WithNr() 443 verify(mCallback, timeout(1000).times(1)).onRequestNetworkRegistrationInfoComplete( in testGetNetworkRegistrationInfoV1_6WithNr()
|
/aosp12/frameworks/base/telephony/java/android/telephony/ |
H A D | NetworkServiceCallback.java | 80 public void onRequestNetworkRegistrationInfoComplete(int result, in onRequestNetworkRegistrationInfoComplete() method in NetworkServiceCallback 84 mCallback.onRequestNetworkRegistrationInfoComplete(result, state); in onRequestNetworkRegistrationInfoComplete()
|
H A D | INetworkServiceCallback.aidl | 27 void onRequestNetworkRegistrationInfoComplete(int result, in NetworkRegistrationInfo state); in onRequestNetworkRegistrationInfoComplete() method
|
H A D | NetworkService.java | 117 callback.onRequestNetworkRegistrationInfoComplete( in requestNetworkRegistrationInfo()
|
/aosp12/packages/services/Iwlan/test/com/google/android/iwlan/ |
H A D | IwlanNetworkServiceTest.java | 134 .onRequestNetworkRegistrationInfoComplete( in testRequestNetworkRegistrationInfo() 187 .onRequestNetworkRegistrationInfoComplete( in testNetworkRegistrationInfoForCellularAndCstDisabled() 238 .onRequestNetworkRegistrationInfoComplete( in testNetworkRegistrationInfoForCellularAndCstEnabled() 289 .onRequestNetworkRegistrationInfoComplete( in testNetworkRegistrationInfoForWiFiAndCstEnabled() 340 .onRequestNetworkRegistrationInfoComplete( in testNetworkRegistrationInfoForWiFiAndCstDisabled()
|
/aosp12/packages/services/Iwlan/src/com/google/android/iwlan/ |
H A D | IwlanNetworkService.java | 216 callback.onRequestNetworkRegistrationInfoComplete( in requestNetworkRegistrationInfo() 240 callback.onRequestNetworkRegistrationInfoComplete( in requestNetworkRegistrationInfo()
|
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
H A D | CellularNetworkService.java | 110 callback.onRequestNetworkRegistrationInfoComplete( in CellularNetworkServiceProvider() 561 callback.onRequestNetworkRegistrationInfoComplete( in requestNetworkRegistrationInfo()
|
H A D | NetworkRegistrationManager.java | 220 public void onRequestNetworkRegistrationInfoComplete( in onRequestNetworkRegistrationInfoComplete() method in NetworkRegistrationManager.NetworkRegStateCallback
|
/aosp12/frameworks/base/core/api/ |
H A D | system-current.txt | 11435 …method public void onRequestNetworkRegistrationInfoComplete(int, @Nullable android.telephony.Netwo…
|