Home
last modified time | relevance | path

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

/aosp12/frameworks/base/telephony/java/android/telephony/
H A DCellBroadcastService.java119 public abstract @NonNull CharSequence getCellBroadcastAreaInfo(int slotIndex); in getCellBroadcastAreaInfo() method in CellBroadcastService
191 public @NonNull CharSequence getCellBroadcastAreaInfo(int slotIndex) { in getCellBroadcastAreaInfo() method in CellBroadcastService.ICellBroadcastServiceWrapper
H A DICellBroadcastService.aidl41 CharSequence getCellBroadcastAreaInfo(int slotIndex); in getCellBroadcastAreaInfo() method
/aosp12/packages/modules/CellBroadcastService/src/com/android/cellbroadcastservice/
H A DDefaultCellBroadcastService.java118 public @NonNull String getCellBroadcastAreaInfo(int slotIndex) { in getCellBroadcastAreaInfo() method in DefaultCellBroadcastService
H A DGsmCellBroadcastHandler.java234 public String getCellBroadcastAreaInfo(int slotIndex) { in getCellBroadcastAreaInfo() method in GsmCellBroadcastHandler