Home
last modified time | relevance | path

Searched refs:DisplayInfoListener (Results 1 – 15 of 15) sorted by relevance

/aosp14/frameworks/base/libs/input/
H A DPointerController.h115 class DisplayInfoListener : public gui::WindowInfosListener {
117 explicit DisplayInfoListener(PointerController* pc) : mPointerController(pc){}; in DisplayInfoListener() function
128 sp<DisplayInfoListener> mDisplayInfoListener;
H A DPointerController.cpp47 void PointerController::DisplayInfoListener::onWindowInfosChanged( in onWindowInfosChanged()
57 void PointerController::DisplayInfoListener::onPointerControllerDestroyed() { in onPointerControllerDestroyed()
106 mDisplayInfoListener(new DisplayInfoListener(this)), in PointerController()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/prod/
H A DMobileConnectionTelephonySmokeTests.kt25 import android.telephony.TelephonyCallback.DisplayInfoListener
182 val displayInfoCallback = getTelephonyCallbackForType<DisplayInfoListener>()
263 val displayInfoCallback = getTelephonyCallbackForType<DisplayInfoListener>()
340 callback: DisplayInfoListener,
H A DMobileConnectionRepositoryTest.kt30 import android.telephony.TelephonyCallback.DisplayInfoListener
453 val callback = getTelephonyCallbackForType<TelephonyCallback.DisplayInfoListener>()
475 val callback = getTelephonyCallbackForType<TelephonyCallback.DisplayInfoListener>()
493 val callback = getTelephonyCallbackForType<TelephonyCallback.DisplayInfoListener>()
510 val callback = getTelephonyCallbackForType<TelephonyCallback.DisplayInfoListener>()
636 val cb = getTelephonyCallbackForType<DisplayInfoListener>()
/aosp14/frameworks/base/core/java/android/telephony/
H A DTelephonyCallback.java1102 public interface DisplayInfoListener { interface in TelephonyCallback
1825 DisplayInfoListener listener = (DisplayInfoListener)mTelephonyCallbackWeakRef.get(); in onDisplayInfoChanged()
H A DTelephonyRegistryManager.java1051 if (telephonyCallback instanceof TelephonyCallback.DisplayInfoListener) { in getEventsFromCallback()
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/mobile/
H A DMobileStatusTracker.java126 TelephonyCallback.DisplayInfoListener{
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/prod/
H A DMobileConnectionRepositoryImpl.kt142 TelephonyCallback.DisplayInfoListener,
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/dialog/
H A DInternetDialogController.java1133 TelephonyCallback.DisplayInfoListener,
/aosp14/frameworks/base/boot/
H A Dpreloaded-classes7491 android.telephony.TelephonyCallback$DisplayInfoListener
H A Dboot-image-profile.txt30289 Landroid/telephony/TelephonyCallback$DisplayInfoListener;
/aosp14/frameworks/base/config/
H A Dpreloaded-classes7522 android.telephony.TelephonyCallback$DisplayInfoListener
H A Dboot-image-profile.txt40423 Landroid/telephony/TelephonyCallback$DisplayInfoListener;
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt45579 public static interface TelephonyCallback.DisplayInfoListener {