/aosp14/frameworks/base/libs/input/ |
H A D | PointerController.h | 115 class DisplayInfoListener : public gui::WindowInfosListener { 117 explicit DisplayInfoListener(PointerController* pc) : mPointerController(pc){}; in DisplayInfoListener() function 128 sp<DisplayInfoListener> mDisplayInfoListener;
|
H A D | PointerController.cpp | 47 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 D | MobileConnectionTelephonySmokeTests.kt | 25 import android.telephony.TelephonyCallback.DisplayInfoListener 182 val displayInfoCallback = getTelephonyCallbackForType<DisplayInfoListener>() 263 val displayInfoCallback = getTelephonyCallbackForType<DisplayInfoListener>() 340 callback: DisplayInfoListener,
|
H A D | MobileConnectionRepositoryTest.kt | 30 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 D | TelephonyCallback.java | 1102 public interface DisplayInfoListener { interface in TelephonyCallback 1825 DisplayInfoListener listener = (DisplayInfoListener)mTelephonyCallbackWeakRef.get(); in onDisplayInfoChanged()
|
H A D | TelephonyRegistryManager.java | 1051 if (telephonyCallback instanceof TelephonyCallback.DisplayInfoListener) { in getEventsFromCallback()
|
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/mobile/ |
H A D | MobileStatusTracker.java | 126 TelephonyCallback.DisplayInfoListener{
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/prod/ |
H A D | MobileConnectionRepositoryImpl.kt | 142 TelephonyCallback.DisplayInfoListener,
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/dialog/ |
H A D | InternetDialogController.java | 1133 TelephonyCallback.DisplayInfoListener,
|
/aosp14/frameworks/base/boot/ |
H A D | preloaded-classes | 7491 android.telephony.TelephonyCallback$DisplayInfoListener
|
H A D | boot-image-profile.txt | 30289 Landroid/telephony/TelephonyCallback$DisplayInfoListener;
|
/aosp14/frameworks/base/config/ |
H A D | preloaded-classes | 7522 android.telephony.TelephonyCallback$DisplayInfoListener
|
H A D | boot-image-profile.txt | 40423 Landroid/telephony/TelephonyCallback$DisplayInfoListener;
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 45579 public static interface TelephonyCallback.DisplayInfoListener {
|