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

/packages/services/Telephony/src/com/android/phone/
H A DPhoneGlobals.java67 public class PhoneGlobals extends ContextWrapper { class in inherits:ContextWrapper
89 (PhoneGlobals.DBG_LEVEL >= 1) && (SystemProperties.getInt("ro.debuggable", 0) == 1);
90 private static final boolean VDBG = (PhoneGlobals.DBG_LEVEL >= 2);
122 private static PhoneGlobals sMe;
258 public PhoneGlobals(Context context) { method in class:PhoneGlobals
295 // If PhoneGlobals has crashed and is being restarted, then restart.
400 public static PhoneGlobals getInstance() {
402 throw new IllegalStateException("No PhoneGlobals here!");
411 static PhoneGlobals getInstanceIfPrimary() {
515 * the device sleep {@link PhoneGlobals#setScreenTimeou
[all...]

Completed in 55 milliseconds