Home
last modified time | relevance | path

Searched refs:loadJsonFile (Results 1 – 2 of 2) sorted by relevance

/packages/apps/CellBroadcastReceiver/tests/compliancetests/src/com/android/cellbroadcastreceiver/compliancetests/
DCellBroadcastBaseTest.java194 String jsonCarrier = loadJsonFile(CARRIER_LISTS_JSON); in beforeAllTests()
196 String jsonChannels = loadJsonFile(EXPECTED_RESULT_CHANNELS_JSON); in beforeAllTests()
198 String jsonSettings = loadJsonFile(EXPECTED_RESULT_SETTINGS_JSON); in beforeAllTests()
242 protected static String loadJsonFile(String jsonFile) { in loadJsonFile() method in CellBroadcastBaseTest
260 String jsonCarrier = loadJsonFile(CARRIER_LISTS_JSON); in paramsForTest()
273 String jsonCarrier = loadJsonFile(CARRIER_LISTS_JSON); in paramsCarrierAndChannelForTest()
280 String jsonChannels = loadJsonFile(EXPECTED_RESULT_CHANNELS_JSON); in paramsCarrierAndChannelForTest()
/packages/services/Telephony/src/com/android/phone/utils/
DCarrierAllowListInfo.java61 loadJsonFile(context); in CarrierAllowListInfo()
78 private void loadJsonFile(Context context) { in loadJsonFile() method in CarrierAllowListInfo
174 loadJsonFile(mContext); in updateJsonForTest()