OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TelephonyIntents
(Results
1 - 25
of
30
) sorted by null
1
2
/frameworks/base/telephony/java/com/android/internal/telephony/
TelephonyIntents.java
26
public class
TelephonyIntents
{
PhoneStateIntentReceiver.java
139
mFilter.addAction(
TelephonyIntents
.ACTION_SERVICE_STATE_CHANGED);
149
mFilter.addAction(
TelephonyIntents
.ACTION_SIGNAL_STRENGTH_CHANGED);
169
if (
TelephonyIntents
.ACTION_SIGNAL_STRENGTH_CHANGED.equals(action)) {
188
} else if (
TelephonyIntents
.ACTION_SERVICE_STATE_CHANGED.equals(action)) {
/packages/experimental/ExampleImsFramework/src/com/android/example/imsframework/
ImsFrameworkApp.java
34
import com.android.internal.telephony.
TelephonyIntents
;
57
intentFilter.addAction(
TelephonyIntents
.ACTION_ANY_DATA_CONNECTION_STATE_CHANGED);
58
intentFilter.addAction(
TelephonyIntents
.ACTION_SIM_STATE_CHANGED);
59
intentFilter.addAction(
TelephonyIntents
.ACTION_RADIO_TECHNOLOGY_CHANGED);
60
intentFilter.addAction(
TelephonyIntents
.ACTION_SERVICE_STATE_CHANGED);
75
} else if (action.equals(
TelephonyIntents
.ACTION_ANY_DATA_CONNECTION_STATE_CHANGED)) {
85
} else if (action.equals(
TelephonyIntents
.ACTION_SIM_STATE_CHANGED)) {
95
} else if (action.equals(
TelephonyIntents
.ACTION_RADIO_TECHNOLOGY_CHANGED)) {
98
} else if (action.equals(
TelephonyIntents
.ACTION_SERVICE_STATE_CHANGED)) {
/packages/apps/Phone/src/com/android/phone/
EmergencyCallbackModeService.java
40
import com.android.internal.telephony.
TelephonyIntents
;
84
filter.addAction(
TelephonyIntents
.ACTION_EMERGENCY_CALLBACK_MODE_CHANGED);
85
filter.addAction(
TelephonyIntents
.ACTION_SHOW_NOTICE_ECM_BLOCK_OTHERS);
117
TelephonyIntents
.ACTION_EMERGENCY_CALLBACK_MODE_CHANGED)) {
124
TelephonyIntents
.ACTION_SHOW_NOTICE_ECM_BLOCK_OTHERS)) {
126
new Intent(
TelephonyIntents
.ACTION_SHOW_NOTICE_ECM_BLOCK_OTHERS)
EmergencyCallbackModeExitDialog.java
43
import com.android.internal.telephony.
TelephonyIntents
;
99
filter.addAction(
TelephonyIntents
.ACTION_EMERGENCY_CALLBACK_MODE_CHANGED);
175
TelephonyIntents
.ACTION_SHOW_NOTICE_ECM_BLOCK_OTHERS)) {
300
TelephonyIntents
.ACTION_EMERGENCY_CALLBACK_MODE_CHANGED)) {