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

/packages/services/Telecomm/src/com/android/server/telecom/
H A DTelecomSystem.java49 public class TelecomSystem { class
53 * Activity-s) that wish to use the TelecomSystem but would like to be testable. Such a
57 * A refactoring goal for Telecom is to limit use of the TelecomSystem singleton to those
62 TelecomSystem getTelecomSystem();
101 private static TelecomSystem INSTANCE = null;
167 public static TelecomSystem getInstance() {
171 public static void setInstance(TelecomSystem instance) {
173 Log.w("TelecomSystem", "Attempt to set TelecomSystem.INSTANCE twice");
175 Log.i(TelecomSystem
179 public TelecomSystem( method in class:TelecomSystem
[all...]

Completed in 59 milliseconds