OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getAllSubInfoCount
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/telephony/java/com/android/internal/telephony/
ISub.aidl
60
int
getAllSubInfoCount
();
/frameworks/base/telephony/java/android/telephony/
SubscriptionManager.java
405
public static int
getAllSubInfoCount
() {
406
if (VDBG) logd("[
getAllSubInfoCount
]+");
413
result = iSub.
getAllSubInfoCount
();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
SubscriptionController.java
488
public int
getAllSubInfoCount
() {
489
logd("[
getAllSubInfoCount
]+");
497
logd("[
getAllSubInfoCount
]- " + count + " SUB(s) in DB");
505
logd("[
getAllSubInfoCount
]- no SUB in DB");
[
all
...]
Completed in 41 milliseconds