OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TelephonyManagerUtils
(Results
1 - 4
of
4
) sorted by null
/packages/apps/ContactsCommon/src/com/android/contacts/common/util/
TelephonyManagerUtils.java
29
public class
TelephonyManagerUtils
{
31
private static final String LOG_TAG =
TelephonyManagerUtils
.class.getSimpleName();
/packages/apps/Dialer/src/com/android/dialer/util/
PhoneNumberUtil.java
27
import com.android.contacts.common.util.
TelephonyManagerUtils
;
114
String countryIso =
TelephonyManagerUtils
.getCurrentCountryIso(context, locale);
/packages/apps/Dialer/InCallUI/src/com/android/incallui/
CallerInfo.java
41
import com.android.contacts.common.util.
TelephonyManagerUtils
;
420
name =
TelephonyManagerUtils
.getVoiceMailAlphaTag(context);
CallerInfoAsyncQuery.java
39
import com.android.contacts.common.util.
TelephonyManagerUtils
;
305
TelephonyManagerUtils
.getCurrentCountryIso(mQueryContext,
Completed in 814 milliseconds