OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mTm
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Settings/src/com/android/settings/
WirelessSettings.java
82
private TelephonyManager
mTm
;
126
if (
mTm
.hasIccCard() && (ni != null)) {
137
String operatorName =
mTm
.getSimOperatorName();
141
operatorName =
mTm
.getNetworkOperatorName();
154
} else if (
mTm
.hasIccCard() == false) {
250
return (
mTm
.getPhoneType() != TelephonyManager.PHONE_TYPE_NONE);
262
mTm
= (TelephonyManager) getSystemService(Context.TELEPHONY_SERVICE);
/frameworks/base/services/java/com/android/server/
ConnectivityService.java
[
all
...]
Completed in 26 milliseconds