/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/ |
GsmSmsCbMessage.java | 119 int dataCodingScheme = header.getDataCodingScheme(); 123 switch ((dataCodingScheme & 0xf0) >> 4) { 126 language = LANGUAGE_CODES_GROUP_0[dataCodingScheme & 0x0f]; 131 if ((dataCodingScheme & 0x0f) == 0x01) { 140 language = LANGUAGE_CODES_GROUP_2[dataCodingScheme & 0x0f]; 149 switch ((dataCodingScheme & 0x0c) >> 2) { 172 throw new IllegalArgumentException("Unsupported GSM dataCodingScheme " 173 + dataCodingScheme); 176 if (((dataCodingScheme & 0x04) >> 2) == 0x01) {
|
/packages/apps/Bluetooth/src/com/android/bluetooth/map/ |
BluetoothMapSmsPdu.java | 640 int dataCodingScheme = pdu.gsmSubmitGetTpDcs(); 645 if ((dataCodingScheme & 0x80) == 0) { 647 userDataCompressed = (0 != (dataCodingScheme & 0x20)); 651 + "(compression) " + (dataCodingScheme & 0xff)); 653 switch ((dataCodingScheme >> 2) & 0x3) { 665 + (dataCodingScheme & 0xff)); 670 } else if ((dataCodingScheme & 0xf0) == 0xf0) { 673 if (0 == (dataCodingScheme & 0x04)) { 680 } else if ((dataCodingScheme & 0xF0) == 0xC0 681 || (dataCodingScheme & 0xF0) == 0xD [all...] |
/device/google/marlin/location/loc_api/loc_api_v02/ |
LocApiV02.cpp | [all...] |
location_service_v02.h | [all...] |
location_service_v02.c | 244 QMI_IDL_OFFSET16ARRAY(qmiLocNiSuplNotifyVerifyStructT_v02, dataCodingScheme), 263 QMI_IDL_OFFSET8(qmiLocNiUmtsCpCodedStringStructT_v02, dataCodingScheme), 281 QMI_IDL_OFFSET8(qmiLocNiUmtsCpNotifyVerifyStructT_v02, dataCodingScheme), [all...] |
/device/huawei/angler/location/loc_api/loc_api_v02/ |
LocApiV02.cpp | [all...] |
location_service_v02.h | [all...] |
location_service_v02.c | 244 QMI_IDL_OFFSET16ARRAY(qmiLocNiSuplNotifyVerifyStructT_v02, dataCodingScheme), 263 QMI_IDL_OFFSET8(qmiLocNiUmtsCpCodedStringStructT_v02, dataCodingScheme), 281 QMI_IDL_OFFSET8(qmiLocNiUmtsCpNotifyVerifyStructT_v02, dataCodingScheme), [all...] |
/device/lge/bullhead/location/loc_api/loc_api_v02/ |
LocApiV02.cpp | [all...] |
location_service_v02.h | [all...] |
location_service_v02.c | 244 QMI_IDL_OFFSET16ARRAY(qmiLocNiSuplNotifyVerifyStructT_v02, dataCodingScheme), 263 QMI_IDL_OFFSET8(qmiLocNiUmtsCpCodedStringStructT_v02, dataCodingScheme), 281 QMI_IDL_OFFSET8(qmiLocNiUmtsCpNotifyVerifyStructT_v02, dataCodingScheme), [all...] |
/device/moto/shamu/location/loc_api/loc_api_v02/ |
LocApiV02.cpp | [all...] |
location_service_v02.h | [all...] |
location_service_v02.c | 245 QMI_IDL_OFFSET16ARRAY(qmiLocNiSuplNotifyVerifyStructT_v02, dataCodingScheme), 264 QMI_IDL_OFFSET8(qmiLocNiUmtsCpCodedStringStructT_v02, dataCodingScheme), 282 QMI_IDL_OFFSET8(qmiLocNiUmtsCpNotifyVerifyStructT_v02, dataCodingScheme), [all...] |
/external/robolectric/v3/runtime/ |
android-all-4.4_r1-robolectric-1.jar | |
android-all-5.0.0_r2-robolectric-1.jar | |
android-all-5.1.1_r9-robolectric-1.jar | |