Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DDeviceStateMonitorTest.java48 private DeviceStateMonitor mDSM;
60 mDSM = new DeviceStateMonitor(mPhone); in onLooperPrepared()
141 DeviceStateMonitor.EVENT_SCREEN_STATE_CHANGED, screenState, 0).sendToTarget(); in sendStates()
143 DeviceStateMonitor.EVENT_CHARGING_STATE_CHANGED, chargingState, 0).sendToTarget(); in sendStates()
145 DeviceStateMonitor.EVENT_WIFI_CONNECTION_CHANGED, wifiState, 0).sendToTarget(); in sendStates()
156 DeviceStateMonitor.CELL_INFO_INTERVAL_LONG_MS, mDSM.computeCellInfoMinInterval()); in testWifi()
160 DeviceStateMonitor.CELL_INFO_INTERVAL_LONG_MS, mDSM.computeCellInfoMinInterval()); in testWifi()
164 DeviceStateMonitor.CELL_INFO_INTERVAL_SHORT_MS, mDSM.computeCellInfoMinInterval()); in testWifi()
168 DeviceStateMonitor.CELL_INFO_INTERVAL_LONG_MS, mDSM.computeCellInfoMinInterval()); in testWifi()
172 DeviceStateMonitor.CELL_INFO_INTERVAL_SHORT_MS, mDSM.computeCellInfoMinInterval()); in testWifi()
DTelephonyTest.java220 protected DeviceStateMonitor mDeviceStateMonitor;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DDeviceStateMonitor.java63 public class DeviceStateMonitor extends Handler { class
65 protected static final String TAG = DeviceStateMonitor.class.getSimpleName();
246 public DeviceStateMonitor(Phone phone) { in DeviceStateMonitor() method in DeviceStateMonitor
DTelephonyComponentFactory.java399 public DeviceStateMonitor makeDeviceStateMonitor(Phone phone) {
400 return new DeviceStateMonitor(phone);
DPhone.java317 protected DeviceStateMonitor mDeviceStateMonitor;
DGsmCdmaPhone.java265 mDeviceStateMonitor = mTelephonyComponentFactory.inject(DeviceStateMonitor.class.getName()) in GsmCdmaPhone()
/frameworks/base/config/
Dpreloaded-classes4738 com.android.internal.telephony.DeviceStateMonitor$1
4739 com.android.internal.telephony.DeviceStateMonitor$2
4740 com.android.internal.telephony.DeviceStateMonitor$3
4741 com.android.internal.telephony.DeviceStateMonitor$AccessNetworkThresholds
4742 com.android.internal.telephony.DeviceStateMonitor