OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CURRENT_ACTIVE_PHONE
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/telephony/java/com/android/internal/telephony/
TelephonyProperties.java
91
static final String
CURRENT_ACTIVE_PHONE
= "gsm.current.phone-type";
/frameworks/base/telephony/java/android/telephony/
TelephonyManager.java
438
SystemProperties.getInt(TelephonyProperties.
CURRENT_ACTIVE_PHONE
,
444
// When the system property
CURRENT_ACTIVE_PHONE
, has not been set,
[
all
...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CDMAPhone.java
183
SystemProperties.set(TelephonyProperties.
CURRENT_ACTIVE_PHONE
,
[
all
...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GSMPhone.java
206
SystemProperties.set(TelephonyProperties.
CURRENT_ACTIVE_PHONE
,
[
all
...]
Completed in 691 milliseconds