HomeSort by relevance Sort by last modified time
    Searched refs:SHOW_NEW_ALERT_ACTION (Results 1 - 2 of 2) sorted by null

  /packages/apps/CellBroadcastReceiver/tests/unit/src/com/android/cellbroadcastreceiver/
CellBroadcastAlertServiceTest.java 20 import static com.android.cellbroadcastreceiver.CellBroadcastAlertService.SHOW_NEW_ALERT_ACTION;
116 assertEquals(SHOW_NEW_ALERT_ACTION, mServiceIntentToVerify.getAction());
128 intent.setAction(SHOW_NEW_ALERT_ACTION);
157 assertEquals(SHOW_NEW_ALERT_ACTION, mServiceIntentToVerify.getAction());
196 assertEquals(SHOW_NEW_ALERT_ACTION, mServiceIntentToVerify.getAction());
  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastAlertService.java 67 static final String SHOW_NEW_ALERT_ACTION = "cellbroadcastreceiver.SHOW_NEW_ALERT";
180 } else if (SHOW_NEW_ALERT_ACTION.equals(action)) {
307 final Intent alertIntent = new Intent(SHOW_NEW_ALERT_ACTION);
330 Log.e(TAG, "received SHOW_NEW_ALERT_ACTION with no extras!");
337 Log.e(TAG, "received SHOW_NEW_ALERT_ACTION with no message extra");
    [all...]

Completed in 240 milliseconds