Searched defs:cm (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/telephony/java/com/android/internal/telephony/
H A DCallTracker.java42 public CommandsInterface cm; field in class:CallTracker
68 cm.getCurrentCalls(lastRelevantPoll);
H A DServiceStateTracker.java49 protected CommandsInterface cm; field in class:ServiceStateTracker
219 cm.getPreferredNetworkType(
246 cm.setLocationUpdates(true, obtainMessage(EVENT_LOCATION_UPDATES_ENABLED));
252 cm.setLocationUpdates(true, obtainMessage(EVENT_LOCATION_UPDATES_ENABLED));
258 cm.setLocationUpdates(false, null);
265 cm.setLocationUpdates(false, null);

Completed in 22 milliseconds