Home
last modified time | relevance | path

Searched defs:isAllowedList (Results 1 – 9 of 9) sorted by relevance

/packages/services/Telephony/tests/src/com/android/phone/satellite/accesscontrol/
DS2RangeSatelliteOnDeviceAccessControllerTest.java71 private void testSatelliteAccessControl(boolean isAllowedList) throws Exception { in testSatelliteAccessControl()
167 File file, boolean isAllowedList) throws Exception { in createSatS2File()
171 file, TestUtils.createS2RangeFileFormat(isAllowedList))) { in createSatS2File()
/packages/services/Telephony/utils/satellite/tools/src/main/java/com/android/telephony/tools/sats2/
DFileFormats.java46 public static SatS2RangeFileFormat getFileFormatForLevel(int s2Level, boolean isAllowedList) { in getFileFormatForLevel()
DCreateSatS2File.java57 public String isAllowedList; field in CreateSatS2File.Arguments
DSatS2FileCreator.java54 public static void create(String inputFile, int s2Level, boolean isAllowedList, in create()
/packages/services/Telephony/utils/satellite/s2storage/src/test/java/com/android/telephony/sats2range/
DSatS2RangeFileReaderTest.java43 file, TestUtils.createS2RangeFileFormat(isAllowedList))) { in findEntryByCellId()
/packages/services/Telephony/utils/satellite/s2storage/src/readonly/java/com/android/telephony/sats2range/read/
DSatS2RangeFileFormat.java94 int suffixTableBlockIdOffset, int tableEntryBitCount, boolean isAllowedList) { in SatS2RangeFileFormat()
259 public boolean isAllowedList() { in isAllowedList() method in SatS2RangeFileFormat
DSatS2RangeFileReader.java215 public boolean isAllowedList() { in isAllowedList() method in SatS2RangeFileReader
/packages/services/Telephony/utils/satellite/tools/src/test/java/com/android/telephony/tools/sats2/
DCreateSatS2FileTest.java95 private void testCreateSatS2FileWithValidInput(boolean isAllowedList) throws Exception { in testCreateSatS2FileWithValidInput()
/packages/services/Telephony/utils/satellite/s2storage/src/testutils/java/com/android/telephony/sats2range/testutils/
DTestUtils.java40 public static SatS2RangeFileFormat createS2RangeFileFormat(boolean isAllowedList) { in createS2RangeFileFormat()