Home
last modified time | relevance | path

Searched refs:notifyConfigChanged (Results 1 – 5 of 5) sorted by relevance

/packages/services/Telephony/testapps/TestRcsApp/aosp_test_rcsclient/src/com/android/libraries/rcs/simpleclient/provisioning/
DStaticConfigProvisioningController.java121 stateChangeCallback.ifPresent(cb -> cb.notifyConfigChanged(configXml)); in register()
131 stateChangeCallback.ifPresent(cb -> cb.notifyConfigChanged(null)); in register()
141 stateChangeCallback.ifPresent(cb -> cb.notifyConfigChanged(null)); in register()
DProvisioningStateChangeCallback.java23 void notifyConfigChanged(byte[] configXml); in notifyConfigChanged() method
/packages/services/Telephony/testapps/ImsTestService/src/com/android/phone/testapps/imstestapp/
DTestImsConfigImpl.java44 void notifyConfigChanged(); in notifyConfigChanged() method
107 mListener.notifyConfigChanged(); in replaceConfig()
DImsConfigActivity.java70 public void notifyConfigChanged() {
/packages/services/Telephony/src/com/android/phone/
DImsStateCallbackController.java350 void notifyConfigChanged(boolean hasConfig) { in notifyConfigChanged() method in ImsStateCallbackController.MmTelFeatureListener
512 void notifyConfigChanged(boolean hasConfig) { in notifyConfigChanged() method in ImsStateCallbackController.RcsFeatureListener
905 listener.notifyConfigChanged(hasConfig); in onCarrierConfigChanged()
911 listener.notifyConfigChanged(hasConfig); in onCarrierConfigChanged()