OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ImsCallProfile
(Results
1 - 3
of
3
) sorted by null
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
ImsPhoneConnectionTest.java
29
import com.android.ims.
ImsCallProfile
;
162
doReturn(
ImsCallProfile
.OIR_PRESENTATION_PAYPHONE).when(mImsCallProfile)
163
.getCallExtraInt(eq(
ImsCallProfile
.EXTRA_CNAP));
164
doReturn(
ImsCallProfile
.OIR_PRESENTATION_NOT_RESTRICTED).when(mImsCallProfile)
165
.getCallExtraInt(eq(
ImsCallProfile
.EXTRA_OIR));
168
assertEquals(
ImsCallProfile
.OIRToPresentation(
ImsCallProfile
.OIR_PRESENTATION_PAYPHONE),
170
assertEquals(
ImsCallProfile
.OIRToPresentation(
171
ImsCallProfile
.OIR_PRESENTATION_NOT_RESTRICTED),
247
mBundle.putString(
ImsCallProfile
.EXTRA_CALL_RAT_TYPE
[
all
...]
/frameworks/base/telephony/java/com/android/ims/
ImsCallProfile.java
33
public class
ImsCallProfile
implements Parcelable {
34
private static final String TAG = "
ImsCallProfile
";
124
* {@link
ImsCallProfile
#OIR_DEFAULT}
125
* {@link
ImsCallProfile
#OIR_PRESENTATION_RESTRICTED}
126
* {@link
ImsCallProfile
#OIR_PRESENTATION_NOT_RESTRICTED}
128
* {@link
ImsCallProfile
#OIR_DEFAULT}
129
* {@link
ImsCallProfile
#OIR_PRESENTATION_RESTRICTED}
130
* {@link
ImsCallProfile
#OIR_PRESENTATION_NOT_RESTRICTED}
132
* {@link
ImsCallProfile
#DIALSTRING_NORMAL_CALL}
133
* {@link
ImsCallProfile
#DIALSTRING_SS_CONF
[
all
...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneCallTracker.java
58
import com.android.ims.
ImsCallProfile
;
143
mUssdSession.accept(
ImsCallProfile
.CALL_TYPE_VOICE);
[
all
...]
Completed in 202 milliseconds