Searched refs:handleConfigurationChanged (Results 1 – 9 of 9) sorted by relevance
202 mNetworkController.handleConfigurationChanged(); in testAlwaysShowDataRatIcon()218 mNetworkController.handleConfigurationChanged(); in test4gDataIconConfigChange()
42 client.handleConfigurationChanged(mConfiguration); in execute()
177 public abstract void handleConfigurationChanged(Configuration config); in handleConfigurationChanged() method in ClientTransactionHandler
1917 handleConfigurationChanged((Configuration) msg.obj); in handleMessage()3413 handleConfigurationChanged(null, null); in handleLaunchActivity()4863 handleConfigurationChanged(mConfiguration, data.info); in handleUpdatePackageCompatibilityInfo()5193 handleConfigurationChanged(changedConfig, null); in handleRelaunchActivity()5595 public void handleConfigurationChanged(Configuration config) { in handleConfigurationChanged() method in ActivityThread5600 handleConfigurationChanged(config, null /* compat */); in handleConfigurationChanged()5607 private void handleConfigurationChanged(Configuration config, CompatibilityInfo compat) { in handleConfigurationChanged() method in ActivityThread5738 handleConfigurationChanged(newConfig, null); in handleApplicationInfoChanged()
168 mReceiverHandler.post(() -> handleConfigurationChanged());547 mReceiverHandler.post(this::handleConfigurationChanged); in onReceive()567 mReceiverHandler.post(this::handleConfigurationChanged); in onReceive()588 void handleConfigurationChanged() { in handleConfigurationChanged() method in NetworkControllerImpl
5784 handleConfigurationChanged(context); in onReceive()6055 private void handleConfigurationChanged(Context context) { in handleConfigurationChanged() method in AudioService
791 HSPLandroid/app/ActivityThread;->handleConfigurationChanged(Landroid/content/res/Configuration;)V792 HSPLandroid/app/ActivityThread;->handleConfigurationChanged(Landroid/content/res/Configuration;Land…
2089 Landroid/app/ActivityThread;->handleConfigurationChanged(Landroid/content/res/Configuration;)V2090 Landroid/app/ActivityThread;->handleConfigurationChanged(Landroid/content/res/Configuration;Landroi…4614 Landroid/app/ClientTransactionHandler;->handleConfigurationChanged(Landroid/content/res/Configurati…
4262 HSPLcom/android/server/audio/AudioService;->handleConfigurationChanged(Landroid/content/Context;)V