HomeSort by relevance Sort by last modified time
    Searched defs:CB_AREA_INFO_RECEIVED_ACTION (Results 1 - 2 of 2) 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);
  /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 344 milliseconds