OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RcsFeature
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/telephony/java/android/telephony/ims/feature/
RcsFeature.java
20
* Base implementation of the
RcsFeature
APIs. Any ImsService wishing to support RCS should extend
25
public class
RcsFeature
extends ImsFeature implements IRcsFeature {
27
public
RcsFeature
() {
/frameworks/opt/telephony/tests/telephonytests/src/android/telephony/ims/
TestImsService.java
21
import android.telephony.ims.feature.
RcsFeature
;
56
public
RcsFeature
onCreateRcsFeature(int slotId) {
/frameworks/base/telephony/java/android/telephony/ims/
ImsService.java
30
import android.telephony.ims.feature.
RcsFeature
;
77
* - RCS_FEATURE: This ImsService implements the
RcsFeature
class.
487
* @return An implementation of
RcsFeature
that will be used by the system for RCS.
490
public
RcsFeature
onCreateRcsFeature(int slotId) {
Completed in 871 milliseconds