OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ACTION_IMS_INCOMING_CALL
(Results
1 - 3
of
3
) sorted by null
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
ImsPhoneCallTrackerTest.java
228
Intent mIntent = new Intent(ImsManager.
ACTION_IMS_INCOMING_CALL
);
304
Intent mIntent = new Intent(ImsManager.
ACTION_IMS_INCOMING_CALL
);
398
Intent mIntent = new Intent(ImsManager.
ACTION_IMS_INCOMING_CALL
);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneCallTracker.java
100
if (intent.getAction().equals(ImsManager.
ACTION_IMS_INCOMING_CALL
)) {
234
intentfilter.addAction(ImsManager.
ACTION_IMS_INCOMING_CALL
);
248
Intent intent = new Intent(ImsManager.
ACTION_IMS_INCOMING_CALL
);
[
all
...]
/frameworks/opt/net/ims/src/java/com/android/ims/
ImsManager.java
126
public static final String
ACTION_IMS_INCOMING_CALL
=
130
* Part of the
ACTION_IMS_INCOMING_CALL
intents.
138
* Part of the
ACTION_IMS_INCOMING_CALL
intents.
147
* Part of the
ACTION_IMS_INCOMING_CALL
intents.
152
* to Phone app using same
ACTION_IMS_INCOMING_CALL
intent.
[
all
...]
Completed in 47 milliseconds