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.java220 String jsonCarrier = loadJsonFile(CARRIER_LISTS_JSON); in beforeAllTests()
222 String jsonChannels = loadJsonFile(EXPECTED_RESULT_CHANNELS_JSON); in beforeAllTests()
224 String jsonSettings = loadJsonFile(EXPECTED_RESULT_SETTINGS_JSON); in beforeAllTests()
263 protected static String loadJsonFile(String jsonFile) { in loadJsonFile() method in CellBroadcastBaseTest
281 String jsonCarrier = loadJsonFile(CARRIER_LISTS_JSON); in paramsForTest()
294 String jsonCarrier = loadJsonFile(CARRIER_LISTS_JSON); in paramsCarrierAndMccMncForTest()
313 String jsonCarrier = loadJsonFile(CARRIER_LISTS_JSON); in paramsCarrierAndChannelForTest()
320 String jsonChannels = loadJsonFile(EXPECTED_RESULT_CHANNELS_JSON); in paramsCarrierAndChannelForTest()
/packages/services/Telephony/src/com/android/phone/utils/
DCarrierAllowListInfo.java61 loadJsonFile(context); in CarrierAllowListInfo()
79 private void loadJsonFile(Context context) { in loadJsonFile() method in CarrierAllowListInfo
181 loadJsonFile(mContext); in updateJsonForTest()