OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mccmnc
(Results
1 - 4
of
4
) sorted by null
/cts/tests/tests/telephony/src/android/telephony/cts/
SmsManagerTest.java
202
String
mccmnc
= mTelephonyManager.getSimOperator();
local
203
mDeliveryReportSupported = !(NO_DELIVERY_REPORTS.contains(
mccmnc
));
237
String
mccmnc
= mTelephonyManager.getSimOperator();
local
270
if (!UNSUPPORT_DATA_SMS_MESSAGES.contains(
mccmnc
)) {
289
if (!UNSUPPORT_MULTIPART_SMS_MESSAGES.contains(
mccmnc
)) {
/hardware/qcom/audio/hal/msm8960/
platform.c
212
int
mccmnc
;
local
214
mccmnc
= atoi(value);
215
ALOGD("%s: tmus
mccmnc
%d", __func__,
mccmnc
);
216
switch(
mccmnc
) {
[
all
...]
/hardware/qcom/audio/hal/msm8974/
platform.c
197
int
mccmnc
;
local
199
mccmnc
= atoi(value);
200
ALOGD("%s: tmus
mccmnc
%d", __func__,
mccmnc
);
201
switch(
mccmnc
) {
/hardware/qcom/audio/legacy/alsa_sound/
alsa_default.cpp
87
static int
mccmnc
;
member in namespace:android_audio_legacy
[
all
...]
Completed in 78 milliseconds