OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:chosenphone
(Results
1 - 1
of
1
) sorted by null
/packages/services/Telephony/src/com/android/services/telephony/
TelephonyConnectionService.java
588
Phone
chosenPhone
= null;
592
chosenPhone
= PhoneFactory.getPhone(phoneId);
597
if (isEmergency && (
chosenPhone
== null || ServiceState.STATE_IN_SERVICE !=
chosenPhone
601
chosenPhone
= getFirstPhoneForEmergencyCall();
603
(
chosenPhone
== null ? "null" :
chosenPhone
.getSubId()));
605
return
chosenPhone
;
[
all
...]
Completed in 821 milliseconds