Home
last modified time | relevance | path

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

/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
DCellBroadcastResources.java316 int resourcesKey = channelManager.getCellBroadcastChannelResourcesKey(serviceCategory); in getSmsSenderAddressResource()
356 int resourcesKey = channelManager.getCellBroadcastChannelResourcesKey(serviceCategory); in getDialogTitleResource()
431 if (channelManager.getCellBroadcastChannelResourcesKey(serviceCategory) in getDialogPictogramResource()
DCellBroadcastChannelManager.java523 return getCellBroadcastChannelResourcesKey(channel) == key; in checkCellBroadcastChannelRange()
532 public int getCellBroadcastChannelResourcesKey(int channel) { in getCellBroadcastChannelResourcesKey() method in CellBroadcastChannelManager
DCellBroadcastAlertService.java235 if (channelManager.getCellBroadcastChannelResourcesKey(message.getServiceCategory()) in shouldDisplayFullScreenMessage()
542 int resourcesKey = channelManager.getCellBroadcastChannelResourcesKey(channel); in isChannelEnabled()
/packages/apps/CellBroadcastReceiver/tests/unit/src/com/android/cellbroadcastreceiver/unit/
DCellBroadcastChannelManagerTest.java266 assertEquals(mChannelManager1.getCellBroadcastChannelResourcesKey(0xA804), in testGetCellBroadcastChannelResourcesKey()
269 assertEquals(mChannelManager2.getCellBroadcastChannelResourcesKey(0xA804), in testGetCellBroadcastChannelResourcesKey()
272 assertEquals(mChannelManager2.getCellBroadcastChannelResourcesKey(0xAFED), in testGetCellBroadcastChannelResourcesKey()