OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getActivePhoneType
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/telephony/java/com/android/internal/telephony/
ITelephony.aidl
260
int
getActivePhoneType
();
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastReceiver.java
197
isCdma = (phone.
getActivePhoneType
() == TelephonyManager.PHONE_TYPE_CDMA);
200
Log.w(TAG, "phone.
getActivePhoneType
() failed", e);
/frameworks/base/telephony/java/android/telephony/
TelephonyManager.java
404
return telephony.
getActivePhoneType
();
[
all
...]
/packages/services/Telephony/src/com/android/phone/
PhoneInterfaceManager.java
849
public int
getActivePhoneType
() {
[
all
...]
Completed in 364 milliseconds