OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NO_SUB_ID
(Results
1 - 2
of
2
) sorted by null
/packages/services/Telephony/src/com/android/phone/
SubscriptionInfoHelper.java
40
public static final int
NO_SUB_ID
= -1;
51
private static int mSubId =
NO_SUB_ID
;
59
mSubId = intent.getIntExtra(SUB_ID_EXTRA,
NO_SUB_ID
);
121
return mSubId !=
NO_SUB_ID
;
NotificationMgr.java
166
if (subId == SubscriptionInfoHelper.
NO_SUB_ID
) {
Completed in 402 milliseconds