Home
last modified time | relevance | path

Searched refs:notifySignalStrength (Results 1 – 14 of 14) sorted by relevance

/aosp12/packages/apps/TV/common/src/com/android/tv/common/compat/
H A DTisSessionCompat.java74 public void notifySignalStrength(int value) { in notifySignalStrength() method in TisSessionCompat
75 mTifCompatProcessor.notifySignalStrength(value); in notifySignalStrength()
/aosp12/packages/apps/TV/common/tests/robotests/src/com/android/tv/common/compat/internal/
H A DSessionEventTest.java64 public void notifySignalStrength() throws InvalidProtocolBufferException { in notifySignalStrength() method in SessionEventTest
65 mCompatProcess.notifySignalStrength(3); in notifySignalStrength()
/aosp12/packages/apps/TV/common/src/com/android/tv/common/compat/api/
H A DSessionCompatEvents.java23 void notifySignalStrength(int value); in notifySignalStrength() method
/aosp12/packages/apps/TV/common/src/com/android/tv/common/compat/internal/
H A DTifSessionCompatProcessor.java64 public void notifySignalStrength(int value) { in notifySignalStrength() method in TifSessionCompatProcessor
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DDefaultPhoneNotifierTest.java107 mDefaultPhoneNotifierUT.notifySignalStrength(mPhone); in testNotifySignalStrength()
114 mDefaultPhoneNotifierUT.notifySignalStrength(mPhone); in testNotifySignalStrength()
H A DTestPhoneNotifier.java.broken42 public void notifySignalStrength(Phone sender) {
H A DServiceStateTrackerTest.java697 mSimulatedCommands.notifySignalStrength(); in sendSignalStrength()
781 mSimulatedCommands.notifySignalStrength(); in testLteSignalStrengthReportingCriteria()
797 mSimulatedCommands.notifySignalStrength(); in testLteSignalStrengthReportingCriteria()
825 mSimulatedCommands.notifySignalStrength(); in test5gNrSignalStrengthReportingCriteria_UseSsRsrp()
852 mSimulatedCommands.notifySignalStrength(); in test5gNrSignalStrengthReportingCriteria_UseSsRsrpAndSsRsrq()
880 mSimulatedCommands.notifySignalStrength(); in test5gNrSignalStrengthReportingCriteria_ConfiguredThresholds()
896 mSimulatedCommands.notifySignalStrength(); in test5gNrSignalStrengthReportingCriteria_ConfiguredThresholds()
913 mSimulatedCommands.notifySignalStrength(); in testWcdmaSignalStrengthReportingCriteria()
930 mSimulatedCommands.notifySignalStrength(); in testWcdmaSignalStrengthReportingCriteria()
H A DSimulatedCommands.java2282 public void notifySignalStrength() { in notifySignalStrength() method in SimulatedCommands
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhoneNotifier.java67 void notifySignalStrength(Phone sender); in notifySignalStrength() method
H A DDefaultPhoneNotifier.java93 public void notifySignalStrength(Phone sender) { in notifySignalStrength() method in DefaultPhoneNotifier
H A DServiceStateTracker.java901 protected boolean notifySignalStrength() { in notifySignalStrength() method in ServiceStateTracker
905 mPhone.notifySignalStrength(); in notifySignalStrength()
3880 notifySignalStrength(); in pollStateDone()
3886 notifySignalStrength(); in pollStateDone()
5353 boolean ssChanged = notifySignalStrength(); in onSignalStrengthResult()
H A DPhone.java2801 public void notifySignalStrength() { in notifySignalStrength() method in Phone
2802 mNotifier.notifySignalStrength(this); in notifySignalStrength()
/aosp12/packages/apps/TV/tuner/src/com/android/tv/tuner/tvinput/
H A DTunerSessionWorkerExoV2.java1253 mSession.notifySignalStrength(0); in handleMessageCheckSignal()
1335 mSession.notifySignalStrength(signal); in notifySignal()
1779 mSession.notifySignalStrength(mSignalStrength); in prepareTune()
H A DTunerSessionWorker.java1318 mSession.notifySignalStrength(0); in handleMessageCheckSignal()
1402 mSession.notifySignalStrength(signal); in notifySignal()
1845 mSession.notifySignalStrength(mSignalStrength); in prepareTune()