OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:iccid
(Results
1 - 9
of
9
) sorted by null
/system/connectivity/shill/
mock_pending_activation_store.h
36
State(IdentifierType type, const std::string&
iccid
));
39
const std::string&
iccid
,
42
bool(IdentifierType type, const std::string&
iccid
));
/packages/services/Telephony/src/com/android/phone/
CarrierConfigLoader.java
159
String
iccid
;
194
iccid
= getIccIdForPhoneId(phoneId);
195
config = restoreConfigFromXml(DEFAULT_CARRIER_CONFIG_PACKAGE,
iccid
);
228
iccid
= getIccIdForPhoneId(phoneId);
229
saveConfigToXml(DEFAULT_CARRIER_CONFIG_PACKAGE,
iccid
, config);
263
iccid
= getIccIdForPhoneId(phoneId);
264
config = restoreConfigFromXml(carrierPackageName,
iccid
);
300
iccid
= getIccIdForPhoneId(phoneId);
301
saveConfigToXml(carrierPackageName,
iccid
, config);
460
* The bundle will be written to a file named after the package name and
ICCID
, so that it ca
[
all
...]
/system/connectivity/shill/cellular/
mobile_operator_info.h
212
void UpdateICCID(const std::string&
iccid
);
mobile_operator_info.cc
225
void MobileOperatorInfo::UpdateICCID(const string&
iccid
) {
226
SLOG(this, 3) << GetLogPrefix(__func__) << "(" <<
iccid
<< ")";
227
impl_->UpdateICCID(
iccid
);
mobile_operator_info_unittest.cc
284
void UpdateICCID(const std::string&
iccid
) {
285
operator_info_->UpdateICCID(
iccid
);
633
// matchs the given SID, NID,
ICCID
.
650
// second update:
ICCID
.
846
// message: MNO with one MVNO (
iccid
filter).
848
// MVNO fails to match by fist
iccid
update,
849
// then MVNO matches by
iccid
.
896
// - one with
iccid
filter.
897
// - one with name and
iccid
filter.
[
all
...]
mobile_operator_info_impl.cc
171
// information (say the
iccid
range), determine that this is an MVNO. In
258
void MobileOperatorInfoImpl::UpdateICCID(const string&
iccid
) {
259
if (user_iccid_ ==
iccid
) {
263
user_iccid_ =
iccid
;
264
// |
iccid
| is not an exposed property, so don't raise event for just this
mobile_operator_info_impl.h
74
void UpdateICCID(const std::string&
iccid
);
/packages/apps/Settings/src/com/android/settings/deviceinfo/
SimStatus.java
89
private static final String KEY_ICCID = "
iccid
";
406
// Get
ICCID
, which is SIM serial number
407
String
iccid
= mTelephonyManager.getSimSerialNumber(mSir.getSubscriptionId());
local
408
setSummaryText(KEY_ICCID,
iccid
);
/system/connectivity/shill/mobile_operator_db/
serviceproviders.prototxt
[
all
...]
Completed in 122 milliseconds