Searched refs:CellBroadcastAlertService (Results 1 – 11 of 11) sorted by relevance
/packages/apps/CellBroadcastReceiver/tests/unit/src/com/android/cellbroadcastreceiver/ |
D | CellBroadcastAlertServiceTest.java | 20 import static com.android.cellbroadcastreceiver.CellBroadcastAlertService.SHOW_NEW_ALERT_ACTION; 44 CellBroadcastServiceTestCase<CellBroadcastAlertService> { 47 super(CellBroadcastAlertService.class); in CellBroadcastAlertServiceTest() 99 Intent intent = new Intent(mContext, CellBroadcastAlertService.class); in sendMessage() 127 Intent intent = new Intent(mContext, CellBroadcastAlertService.class); in testShowNewAlert() 137 assertEquals(CellBroadcastAlertService.AlertType.CMAS_DEFAULT, in testShowNewAlert() 167 Intent intent = new Intent(mContext, CellBroadcastAlertService.class); in testDuplicateMessage() 187 Intent intent = new Intent(mContext, CellBroadcastAlertService.class); in testNonDuplicateMessage() 197 assertEquals(CellBroadcastAlertService.class.getName(), in testNonDuplicateMessage()
|
D | CellBroadcastChannelManagerTest.java | 25 import com.android.cellbroadcastreceiver.CellBroadcastAlertService.AlertType;
|
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/ |
D | CellBroadcastAlertDialog.java | 273 if (message != null && CellBroadcastAlertService. in onCreate() 289 if (message != null && CellBroadcastAlertService. in onResume() 313 CellBroadcastAlertService.addToNotificationBar(getLatestMessage(), mMessageList, in onStop() 410 notificationManager.cancel(CellBroadcastAlertService.NOTIFICATION_ID); in clearNotification() 458 if (CellBroadcastAlertService.isEmergencyMessage( in dismiss() 492 notificationManager.cancel(CellBroadcastAlertService.NOTIFICATION_ID); in dismiss()
|
D | CellBroadcastAlertService.java | 65 public class CellBroadcastAlertService extends Service { class 302 alertIntent.setClass(this, CellBroadcastAlertService.class); in handleCellBroadcastIntent() 704 public CellBroadcastAlertService getService() { in getService() 705 return CellBroadcastAlertService.this; in getService()
|
D | CellBroadcastAreaInfoReceiver.java | 42 CellBroadcastAlertService.CB_AREA_INFO_RECEIVED_ACTION); in onReceive() 43 areaInfoIntent.setPackage(CellBroadcastAlertService.SETTINGS_APP); in onReceive()
|
D | CellBroadcastReceiver.java | 96 intent.setClass(context, CellBroadcastAlertService.class); in onReceiveWithPrivilege() 116 CellBroadcastAlertService.createNotificationChannels(context); in onReceiveWithPrivilege()
|
D | CellBroadcastChannelManager.java | 22 import com.android.cellbroadcastreceiver.CellBroadcastAlertService.AlertType;
|
D | CellBroadcastConfigService.java | 31 import com.android.cellbroadcastreceiver.CellBroadcastAlertService.AlertType;
|
D | CellBroadcastListActivity.java | 64 .cancel(CellBroadcastAlertService.NOTIFICATION_ID); in onCreate()
|
D | CellBroadcastResources.java | 296 if (CellBroadcastAlertService.isEmergencyMessage(context, cbm)) { in getDialogTitleResource()
|
D | CellBroadcastAlertAudio.java | 44 import com.android.cellbroadcastreceiver.CellBroadcastAlertService.AlertType;
|