OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getActivePhoneType
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/telephony/java/com/android/internal/telephony/
ITelephony.aidl
222
int
getActivePhoneType
();
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastReceiver.java
90
isCdma = (phone.
getActivePhoneType
() == TelephonyManager.PHONE_TYPE_CDMA);
93
Log.w(TAG, "phone.
getActivePhoneType
() failed", e);
/packages/apps/Phone/src/com/android/phone/
PhoneInterfaceManager.java
640
public int
getActivePhoneType
() {
671
if (
getActivePhoneType
() == Phone.PHONE_TYPE_GSM) {
/frameworks/base/telephony/java/android/telephony/
TelephonyManager.java
287
return telephony.
getActivePhoneType
();
/packages/apps/Contacts/src/com/android/contacts/
TwelveKeyDialer.java
[
all
...]
Completed in 376 milliseconds