Searched refs:sPhone (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhoneFactory.java65 // lock sLockProxyPhones protects both sPhones and sPhone
68 static private Phone sPhone = null; field in class:PhoneFactory
200 sPhone = sPhones[0];
263 return sPhone;
276 if (DBG) dbgInfo = "phoneId == DEFAULT_PHONE_ID return sPhone";
277 phone = sPhone;

Completed in 55 milliseconds