Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
DMetricsCollector.java205 Phone[] phones = getPhonesIfAny(); in pullSupportedRadioAccessFamily()
221 Phone[] phones = getPhonesIfAny(); in pullCarrierIdTableVersion()
319 for (Phone phone : getPhonesIfAny()) { in pullCellularServiceState()
338 for (Phone phone : getPhonesIfAny()) { in pullImsRegistrationStats()
565 private static Phone[] getPhonesIfAny() { in getPhonesIfAny() method in MetricsCollector