Searched refs:getCellBroadcastAreaInfo (Results 1 – 4 of 4) sorted by relevance
112 public @NonNull String getCellBroadcastAreaInfo(int slotIndex) { in getCellBroadcastAreaInfo() method in DefaultCellBroadcastService114 return mGsmCellBroadcastHandler.getCellBroadcastAreaInfo(slotIndex); in getCellBroadcastAreaInfo()
260 public String getCellBroadcastAreaInfo(int slotIndex) { in getCellBroadcastAreaInfo() method in GsmCellBroadcastHandler
530 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()
341 cellBroadcastService.getCellBroadcastAreaInfo(mSlotIndex)); in updateAreaInfoText()