OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:INVALID_SUB_ID
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/telephony/java/android/telephony/
SubscriptionManager.java
69
public static final long
INVALID_SUB_ID
= -1000;
739
long subId =
INVALID_SUB_ID
;
756
long subId =
INVALID_SUB_ID
;
795
* @return subId of the DefaultSms subscription or the value
INVALID_SUB_ID
if an error.
799
long subId =
INVALID_SUB_ID
;
839
long subId =
INVALID_SUB_ID
;
894
if (getDefaultDataSubId() ==
INVALID_SUB_ID
) {
897
if (getDefaultSmsSubId() ==
INVALID_SUB_ID
) {
900
if (getDefaultVoiceSubId() ==
INVALID_SUB_ID
) {
908
*
INVALID_SUB_ID
[
all
...]
SubInfoRecord.java
80
this.subId = SubscriptionManager.
INVALID_SUB_ID
;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
SubscriptionController.java
65
* will fail and return the appropriate error value. Ie calling getSlotId(
INVALID_SUB_ID
) will
66
* return INVALID_SLOT_ID and calling getSubInfoForSubscriber(
INVALID_SUB_ID
) will return null.
131
private static long mDefaultVoiceSubId = SubscriptionManager.
INVALID_SUB_ID
;
[
all
...]
SubInfoRecordUpdater.java
132
SubscriptionManager.
INVALID_SUB_ID
);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DcTrackerBase.java
483
SubscriptionManager.
INVALID_SUB_ID
);
488
// if ((currSubId == SubscriptionManager.
INVALID_SUB_ID
) || (currSubId != phoneSubId)) {
[
all
...]
Completed in 118 milliseconds