Home
last modified time | relevance | path

Searched refs:getCellBroadcastAreaInfo (Results 1 – 4 of 4) sorted by relevance

/packages/modules/CellBroadcastService/src/com/android/cellbroadcastservice/
DDefaultCellBroadcastService.java112 public @NonNull String getCellBroadcastAreaInfo(int slotIndex) { in getCellBroadcastAreaInfo() method in DefaultCellBroadcastService
114 return mGsmCellBroadcastHandler.getCellBroadcastAreaInfo(slotIndex); in getCellBroadcastAreaInfo()
DGsmCellBroadcastHandler.java260 public String getCellBroadcastAreaInfo(int slotIndex) { in getCellBroadcastAreaInfo() method in GsmCellBroadcastHandler
/packages/modules/CellBroadcastService/tests/src/com/android/cellbroadcastservice/tests/
DGsmCellBroadcastHandlerTest.java530 assertEquals(areaInfo, mGsmCellBroadcastHandler.getCellBroadcastAreaInfo(0)); in testResetAreaInfoOnOutOfService()
541 assertEquals("", mGsmCellBroadcastHandler.getCellBroadcastAreaInfo(0)); in testResetAreaInfoOnOutOfService()
549 assertEquals(areaInfo, mGsmCellBroadcastHandler.getCellBroadcastAreaInfo(0)); in testResetAreaInfoWithDefaultSubChanged()
574 assertEquals("", mGsmCellBroadcastHandler.getCellBroadcastAreaInfo(0)); in testResetAreaInfoWithDefaultSubChanged()
/packages/apps/Settings/src/com/android/settings/deviceinfo/simstatus/
DSimStatusDialogController.java341 cellBroadcastService.getCellBroadcastAreaInfo(mSlotIndex)); in updateAreaInfoText()