public static interface TelephonyCallback.DisplayInfoListener

android.telephony.TelephonyCallback.DisplayInfoListener



Interface for display info listener.

Summary

Public methods

abstract void onDisplayInfoChanged(TelephonyDisplayInfo telephonyDisplayInfo)

Callback invoked when the display info has changed on the registered subscription.

Public methods

onDisplayInfoChanged

public abstract void onDisplayInfoChanged (TelephonyDisplayInfo telephonyDisplayInfo)

Callback invoked when the display info has changed on the registered subscription.

The TelephonyDisplayInfo contains status information shown to the user based on carrier policy.

Parameters
telephonyDisplayInfo TelephonyDisplayInfo: The display information.
This value cannot be null.

Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.

Last updated 2026-02-13 UTC.