OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CB_AREA_INFO_RECEIVED_ACTION
(Results
1 - 3
of
3
) sorted by null
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastAlertService.java
57
static final String
CB_AREA_INFO_RECEIVED_ACTION
=
264
Intent intent = new Intent(
CB_AREA_INFO_RECEIVED_ACTION
);
CellBroadcastReceiver.java
98
CellBroadcastAlertService.
CB_AREA_INFO_RECEIVED_ACTION
);
/packages/apps/Settings/src/com/android/settings/deviceinfo/
Status.java
110
static final String
CB_AREA_INFO_RECEIVED_ACTION
=
196
if (
CB_AREA_INFO_RECEIVED_ACTION
.equals(action)) {
320
registerReceiver(mAreaInfoReceiver, new IntentFilter(
CB_AREA_INFO_RECEIVED_ACTION
),
Completed in 114 milliseconds