/aosp12/packages/apps/TV/common/src/com/android/tv/common/compat/ |
H A D | TisSessionCompat.java | 74 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 D | SessionEventTest.java | 64 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 D | SessionCompatEvents.java | 23 void notifySignalStrength(int value); in notifySignalStrength() method
|
/aosp12/packages/apps/TV/common/src/com/android/tv/common/compat/internal/ |
H A D | TifSessionCompatProcessor.java | 64 public void notifySignalStrength(int value) { in notifySignalStrength() method in TifSessionCompatProcessor
|
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
H A D | DefaultPhoneNotifierTest.java | 107 mDefaultPhoneNotifierUT.notifySignalStrength(mPhone); in testNotifySignalStrength() 114 mDefaultPhoneNotifierUT.notifySignalStrength(mPhone); in testNotifySignalStrength()
|
H A D | TestPhoneNotifier.java.broken | 42 public void notifySignalStrength(Phone sender) {
|
H A D | ServiceStateTrackerTest.java | 697 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 D | SimulatedCommands.java | 2282 public void notifySignalStrength() { in notifySignalStrength() method in SimulatedCommands
|
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
H A D | PhoneNotifier.java | 67 void notifySignalStrength(Phone sender); in notifySignalStrength() method
|
H A D | DefaultPhoneNotifier.java | 93 public void notifySignalStrength(Phone sender) { in notifySignalStrength() method in DefaultPhoneNotifier
|
H A D | ServiceStateTracker.java | 901 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 D | Phone.java | 2801 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 D | TunerSessionWorkerExoV2.java | 1253 mSession.notifySignalStrength(0); in handleMessageCheckSignal() 1335 mSession.notifySignalStrength(signal); in notifySignal() 1779 mSession.notifySignalStrength(mSignalStrength); in prepareTune()
|
H A D | TunerSessionWorker.java | 1318 mSession.notifySignalStrength(0); in handleMessageCheckSignal() 1402 mSession.notifySignalStrength(signal); in notifySignal() 1845 mSession.notifySignalStrength(mSignalStrength); in prepareTune()
|