HomeSort by relevance Sort by last modified time
    Searched full:teleservice (Results 1 - 13 of 13) sorted by null

  /build/target/product/
core.mk 58 TeleService \
  /packages/services/Telephony/
Android.mk 30 LOCAL_PACKAGE_NAME := TeleService
  /packages/services/Telephony/tests/
Android.mk 30 LOCAL_INSTRUMENTATION_FOR := TeleService
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaInboundSmsHandler.java 133 int teleService = sms.getTeleService();
135 switch (teleService) {
159 loge("unsupported teleservice 0x" + Integer.toHexString(teleService));
171 if (SmsEnvelope.TELESERVICE_WAP == teleService) {
SmsMessage.java 142 env.teleService = p.readInt(); //p_cur->uTeleserviceID
148 if (SmsEnvelope.TELESERVICE_NOT_SET == env.teleService) {
478 * Returns the teleservice type of the message.
479 * @return the teleservice:
487 return mEnvelope.teleService;
523 env.teleService = dis.readInt();
601 env.teleService = dis.readUnsignedShort();
602 Rlog.i(LOG_TAG, "teleservice = " + env.teleService);
719 if (mEnvelope.teleService == SmsEnvelope.TELESERVICE_MWI)
897 int teleservice = bearerData.hasUserDataHeader ? local
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/sms/
SmsEnvelope.java 68 * The 16-bit Teleservice parameter identifies which upper layer service access point is sending
72 public int teleService = TELESERVICE_NOT_SET;
  /device/generic/armv7-a-neon/
mini_common.mk 37 TeleService \
  /frameworks/base/telephony/java/android/telephony/cdma/
CdmaSmsCbProgramResults.java 23 * CDMA Service Category Program Results from SCPT teleservice SMS.
CdmaSmsCbProgramData.java 23 * CDMA Service Category Program Data from SCPT teleservice SMS.
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
SsData.java 143 Rlog.e(GsmCdmaPhone.LOG_TAG, "Invalid Teleservice type");
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/cdma/
CdmaSmsCbTest.java 593 * Initialize a Parcel for incoming Service Category Program Data teleservice. The caller will
    [all...]
  /packages/services/Car/bluetooth/bt-map-service/
bt_hci_startup_issues.txt     [all...]
  /system/extras/perfprofd/tests/
canned.perf.data     [all...]

Completed in 282 milliseconds