Searched refs:CellBroadcastAlertService (Results 1 – 9 of 9) 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.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 | 23 import com.android.cellbroadcastreceiver.CellBroadcastAlertService.AlertType;
|
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/ |
D | CellBroadcastReceiver.java | 87 intent.setClass(context, CellBroadcastAlertService.class); in onReceiveWithPrivilege() 107 CellBroadcastAlertService.createNotificationChannels(context); in onReceiveWithPrivilege() 114 CellBroadcastAlertService.resetMessageDuplicateDetection(); in onReceiveWithPrivilege()
|
D | CellBroadcastAreaInfoReceiver.java | 42 CellBroadcastAlertService.CB_AREA_INFO_RECEIVED_ACTION); in onReceive() 43 areaInfoIntent.setPackage(CellBroadcastAlertService.SETTINGS_APP); in onReceive()
|
D | CellBroadcastAlertDialog.java | 313 CellBroadcastAlertService.addToNotificationBar(getLatestMessage(), mMessageList, in onStop() 411 notificationManager.cancel(CellBroadcastAlertService.NOTIFICATION_ID); in clearNotification() 493 notificationManager.cancel(CellBroadcastAlertService.NOTIFICATION_ID); in dismiss()
|
D | CellBroadcastAlertService.java | 66 public class CellBroadcastAlertService extends Service { class 372 alertIntent.setClass(this, CellBroadcastAlertService.class); in handleCellBroadcastIntent() 798 public CellBroadcastAlertService getService() { in getService() 799 return CellBroadcastAlertService.this; in getService()
|
D | CellBroadcastListActivity.java | 71 .cancel(CellBroadcastAlertService.NOTIFICATION_ID); in onCreate()
|
D | CellBroadcastChannelManager.java | 26 import com.android.cellbroadcastreceiver.CellBroadcastAlertService.AlertType;
|
D | CellBroadcastAlertAudio.java | 46 import com.android.cellbroadcastreceiver.CellBroadcastAlertService.AlertType;
|