OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IMSI
(Results
1 - 4
of
4
) sorted by null
/cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/
DeviceInfoConstants.java
32
public static final String
IMSI
= "
imsi
";
DeviceInfoInstrument.java
110
//
imsi
111
String
imsi
= tm.getSubscriberId();
local
112
addResult(
IMSI
,
imsi
);
/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
DeviceInfoResult.java
301
combineMetrics(metricsCopy, DeviceInfoConstants.PHONE_NUMBER, DeviceInfoConstants.
IMSI
,
302
DeviceInfoConstants.
IMSI
, DeviceInfoConstants.SERIAL_NUMBER);
/cts/tools/host/src/com/android/cts/
TestDevice.java
788
* Get
IMSI
790
* @return
IMSI
.
793
return mInfoMap.get(
IMSI
);
[
all
...]
Completed in 47 milliseconds