OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PhoneFactory
(Results
1 - 2
of
2
) sorted by null
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
PhoneFactory.java
38
public class
PhoneFactory
{
39
static final String LOG_TAG = "
PhoneFactory
";
71
"
PhoneFactory
.makeDefaultPhone must be called from Looper thread");
90
throw new RuntimeException("
PhoneFactory
probably already running");
161
"
PhoneFactory
.getDefaultPhone must be called from Looper thread");
/packages/services/Telephony/src/com/android/phone/
PhoneGlobals.java
66
import com.android.internal.telephony.
PhoneFactory
;
391
PhoneFactory
.makeDefaultPhones(this);
394
phone =
PhoneFactory
.getDefaultPhone();
[
all
...]
Completed in 188 milliseconds