OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getDefaultVoiceSubId
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/telephony/java/android/telephony/
SubscriptionManager.java
734
* will be
getDefaultVoiceSubId
() and on a data only device it will be
755
public static long
getDefaultVoiceSubId
() {
761
subId = iSub.
getDefaultVoiceSubId
();
767
if (VDBG) logd("
getDefaultVoiceSubId
, sub id = " + subId);
786
return getSubInfoForSubscriber(
getDefaultVoiceSubId
());
791
return getPhoneId(
getDefaultVoiceSubId
());
900
if (
getDefaultVoiceSubId
() == INVALID_SUB_ID) {
PhoneNumberUtils.java
[
all
...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
SubscriptionController.java
[
all
...]
Completed in 154 milliseconds