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/
CellBroadcastAreaInfoReceiver.java
42
CellBroadcastAlertService.
CB_AREA_INFO_RECEIVED_ACTION
);
CellBroadcastAlertService.java
68
static final String
CB_AREA_INFO_RECEIVED_ACTION
=
353
Intent intent = new Intent(
CB_AREA_INFO_RECEIVED_ACTION
);
/packages/apps/Settings/src/com/android/settings/deviceinfo/
SimStatus.java
92
static final String
CB_AREA_INFO_RECEIVED_ACTION
=
125
if (
CB_AREA_INFO_RECEIVED_ACTION
.equals(action)) {
218
new IntentFilter(
CB_AREA_INFO_RECEIVED_ACTION
),
Completed in 164 milliseconds