| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
| |
VoicePhone interface was not a generic voice phone. It was a partial
implementation of an ImsPhone (i.e. served no added-value purpose but
confused functionality). Removed.
Change-Id: Ida5d0fb2b09dcc6ec295ddd7a03f2cf6536b840b
Conflicts:
CleanSpec.mk
|
| |
|
|
|
|
|
| |
Auto persisting WAP push code would cause circular dependency. So move
mms lib code into telephony
Change-Id: Iae3875662bca140280224ad2dc92c1d8dfac1d9e
|
| |
|
|
|
| |
Bug: 15712558
Change-Id: Ieb35fa69d8002286e54e6f5d8e73e057300ae94c
|
| |
|
|
| |
Change-Id: I6299cf6b4e14248024baf8daa451e173141b3c0f
|
| |
|
|
| |
Change-Id: Idb607c0aa32f80fe4fe1539aedea7a221e9e7f04
|
| |
|
|
| |
Change-Id: I34ee9e87545e6b15ebf4d3ec101d4ed3d322f7b2
|
| |
|
|
|
|
|
|
|
| |
Because ISms.aidl imports PendingIntent we couldn't easily
make opt/telephony part of the PDK. So this change moves
ISms.aidl and SmsRawData.*, which ISms.aidl also imports,
back to frameworks/base.
Change-Id: Ia64c6e771d5a292d9bfebb413a43f3745df55c85
|
| |
|
|
| |
Change-Id: Ic3ae3a501a733508808866494b3bca0fcc819f3e
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
Build command: make telephony-common
Build error info as below:
make: *** No rule to make target `frameworks/opt/telephony/
src/java/com/android/internal/telephony/AdnRecord.aidl',
needed by `out/target/common/obj/JAVA_LIBRARIES/
telephony-common_intermediates/src/src/java/com/android/
internal/telephony/IIccPhoneBook.java'. Stop.
Change-Id: I028a3d7ed94c63849bbbc5063142037f1d1ac7bf
Signed-off-by: Roger Chen <cxr514033970@gmail.com>
|
| |
|
|
| |
Change-Id: I827343c758dd2aac9014c4f98b247e3784606516
|
|
|
telephony-common was created by moving some of
frameworks/base/telephony
to:
frameworks/opt/telephony
Change-Id: I32cbb5eec1fa239c1587e055c8f7ef4fc48fb62c
|