OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getMatchingImsis
(Results
1 - 3
of
3
) sorted by null
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
SIMAccessor.java
19
public List<String>
getMatchingImsis
(IMSIParameter mccMnc) {
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/
PasspointProviderTest.java
456
when(mSimAccessor.
getMatchingImsis
(new IMSIParameter(testImsi, false)))
517
when(mSimAccessor.
getMatchingImsis
(new IMSIParameter(testImsi, false)))
585
when(mSimAccessor.
getMatchingImsis
(new IMSIParameter(testImsi, false)))
[
all
...]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
PasspointProvider.java
124
mMatchingSIMImsiList = simAccessor.
getMatchingImsis
(mImsiParameter);
Completed in 1364 milliseconds