Searched refs:mRanType (Results 1 – 3 of 3) sorted by relevance
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/ |
D | CellBroadcastConfigService.java | 87 public int mRanType; field in CellBroadcastConfigService.CbConfig 93 this.mRanType = type; in CbConfig() 387 new CbConfig(range.mStartId, range.mEndId, range.mRanType, enable)); in getCellBroadcastChannelsConfig() 398 new CbConfig(range.mStartId, range.mEndId, range.mRanType, enable)); in getCellBroadcastChannelsConfig() 409 new CbConfig(range.mStartId, range.mEndId, range.mRanType, enable)); in getCellBroadcastChannelsConfig() 420 new CbConfig(range.mStartId, range.mEndId, range.mRanType, enable)); in getCellBroadcastChannelsConfig() 431 new CbConfig(range.mStartId, range.mEndId, range.mRanType, enable)); in getCellBroadcastChannelsConfig() 442 new CbConfig(range.mStartId, range.mEndId, range.mRanType, enable)); in getCellBroadcastChannelsConfig() 454 new CbConfig(range.mStartId, range.mEndId, range.mRanType, enable)); in getCellBroadcastChannelsConfig() 464 new CbConfig(range.mStartId, range.mEndId, range.mRanType, enable)); in getCellBroadcastChannelsConfig() [all …]
|
D | CellBroadcastChannelManager.java | 161 public int mRanType; field in CellBroadcastChannelManager.CellBroadcastChannelRange 197 mRanType = SmsCbMessage.MESSAGE_FORMAT_3GPP; in CellBroadcastChannelRange() 230 mRanType = value.equalsIgnoreCase("cdma") in CellBroadcastChannelRange()
|
/packages/apps/CellBroadcastReceiver/tests/unit/src/com/android/cellbroadcastreceiver/unit/ |
D | CellBroadcastConfigServiceTest.java | 606 configs[0].mEndId, configs[0].mRanType, configs[0].mEnable))); in testDisablingGeoFencingTriggeredChannel() 611 eq(configs[0].mRanType)); in testDisablingGeoFencingTriggeredChannel() 809 configs[i].mEndId, configs[i].mRanType, configs[i].mEnable))); in verifySetRanges() 817 eq(configs[i].mRanType)); in verifySetRanges() 822 eq(configs[i].mRanType)); in verifySetRanges() 839 configs[i].mEndId, configs[i].mRanType, configs[i].mEnable))); in verifySetRanges() 847 eq(configs[i].mRanType)); in verifySetRanges() 852 eq(configs[i].mRanType)); in verifySetRanges() 1398 assertEquals(expectedRanges[i].mRanType, ranges.get(i).mRanType); in verifyRangesAfterMerging()
|