OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:activePhone
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/telephony/java/android/telephony/gsm/
SmsMessage.java
157
int
activePhone
= TelephonyManager.getDefault().getCurrentPhoneType();
159
if (PHONE_TYPE_CDMA ==
activePhone
) {
175
int
activePhone
= TelephonyManager.getDefault().getCurrentPhoneType();
177
if (PHONE_TYPE_CDMA ==
activePhone
) {
249
int
activePhone
= TelephonyManager.getDefault().getCurrentPhoneType();
251
if (PHONE_TYPE_CDMA ==
activePhone
) {
276
int
activePhone
= TelephonyManager.getDefault().getCurrentPhoneType();
278
if (PHONE_TYPE_CDMA ==
activePhone
) {
307
int
activePhone
= TelephonyManager.getDefault().getCurrentPhoneType();
309
if (PHONE_TYPE_CDMA ==
activePhone
) {
[
all
...]
/frameworks/base/telephony/java/android/telephony/
SmsMessage.java
136
int
activePhone
= TelephonyManager.getDefault().getCurrentPhoneType();
137
String format = (PHONE_TYPE_CDMA ==
activePhone
) ? FORMAT_3GPP2 : FORMAT_3GPP;
204
int
activePhone
= TelephonyManager.getDefault().getCurrentPhoneType();
206
if (PHONE_TYPE_CDMA ==
activePhone
) {
225
int
activePhone
= TelephonyManager.getDefault().getCurrentPhoneType();
227
if (PHONE_TYPE_CDMA ==
activePhone
) {
261
int
activePhone
= TelephonyManager.getDefault().getCurrentPhoneType();
262
TextEncodingDetails ted = (PHONE_TYPE_CDMA ==
activePhone
) ?
284
int
activePhone
= TelephonyManager.getDefault().getCurrentPhoneType();
285
TextEncodingDetails ted = (PHONE_TYPE_CDMA ==
activePhone
)
[
all
...]
/frameworks/base/telephony/java/com/android/internal/telephony/
CallManager.java
495
Phone
activePhone
= getActiveFgCall().getPhone();
496
boolean hasBgCall = ! (
activePhone
.getBackgroundCall().isIdle());
497
boolean sameChannel = (
activePhone
== ringingPhone);
506
activePhone
.switchHoldingAndActive();
564
Phone
activePhone
= null;
573
activePhone
= getActiveFgCall().getPhone();
580
if (
activePhone
!= null) {
581
activePhone
.switchHoldingAndActive();
584
if (heldPhone != null && heldPhone !=
activePhone
) {
637
Phone
activePhone
= null
[
all
...]
/frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/
SmsMessageBodyTest.java
562
int
activePhone
= TelephonyManager.getDefault().getPhoneType();
563
if (TelephonyManager.PHONE_TYPE_GSM ==
activePhone
) {
584
int
activePhone
= TelephonyManager.getDefault().getPhoneType();
585
if (TelephonyManager.PHONE_TYPE_CDMA ==
activePhone
) {
Completed in 67 milliseconds