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

/packages/services/Telecomm/src/com/android/server/telecom/
H A DTelecomSystem.java30 public final class TelecomSystem { class
34 * Activity-s) that wish to use the TelecomSystem but would like to be testable. Such a
38 * A refactoring goal for Telecom is to limit use of the TelecomSystem singleton to those
43 TelecomSystem getTelecomSystem();
57 private static TelecomSystem INSTANCE = null;
80 public static TelecomSystem getInstance() {
84 public static void setInstance(TelecomSystem instance) {
86 throw new RuntimeException("Attempt to set TelecomSystem.INSTANCE twice");
88 Log.i(TelecomSystem.class, "TelecomSystem
92 public TelecomSystem( method in class:TelecomSystem
[all...]

Completed in 98 milliseconds