OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SrvccState
(Results
1 - 21
of
21
) sorted by null
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
CallTracker.java
117
protected void notifySrvccState(Call.
SrvccState
state, ArrayList<Connection> c) {
118
if (state == Call.
SrvccState
.STARTED && c != null) {
121
} else if (state != Call.
SrvccState
.COMPLETED) {
Call.java
63
public enum
SrvccState
{
Phone.java
712
public void notifySrvccState(Call.
SrvccState
state) {
726
Call.
SrvccState
srvccState
= Call.
SrvccState
.NONE;
731
srvccState
= Call.
SrvccState
.STARTED;
740
srvccState
= Call.
SrvccState
.COMPLETED;
742
imsPhone.notifySrvccState(
srvccState
);
749
srvccState
= Call.SrvccState.FAILED
[
all
...]
/hardware/interfaces/radio/1.0/vts/functional/
radio_indication.cpp
193
Return<void> RadioIndication::srvccStateNotify(RadioIndicationType /*type*/,
SrvccState
/*state*/) {
radio_hidl_hal_utils_v1_0.h
493
Return<void> srvccStateNotify(RadioIndicationType type,
SrvccState
state);
/hardware/interfaces/radio/1.1/vts/functional/
radio_indication.cpp
213
SrvccState
/*state*/) {
radio_hidl_hal_utils_v1_1.h
516
Return<void> srvccStateNotify(RadioIndicationType type,
SrvccState
state);
/hardware/interfaces/radio/1.0/
IRadioIndication.hal
388
oneway srvccStateNotify(RadioIndicationType type,
SrvccState
state);
types.hal
[
all
...]
Android.mk
[
all
...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneCallTracker.java
296
private Call.
SrvccState
mSrvccState = Call.
SrvccState
.NONE;
[
all
...]
ImsPhone.java
[
all
...]
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
PhoneMock.java
172
public void notifySrvccState(Call.
SrvccState
state) {
[
all
...]
/hardware/ril/libril/
ril_service.cpp
[
all
...]
/frameworks/base/config/
compiled-classes-phone
[
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
/prebuilts/misc/common/robolectric/lib/
android-all-4.4_r1-robolectric-1.jar
android-all-5.0.0_r2-robolectric-1.jar
android-all-6.0.0_r1-robolectric-0.jar
Completed in 262 milliseconds