Home
last modified time | relevance | path

Searched refs:PHYSICAL_CELL_ID_UNKNOWN (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/telephony/java/android/telephony/
DPhysicalChannelConfig.java66 public static final int PHYSICAL_CELL_ID_UNKNOWN = -1; field in PhysicalChannelConfig
305 return new Builder(this).setPhysicalCellId(PHYSICAL_CELL_ID_UNKNOWN).build(); in createLocationInfoSanitizedCopy()
555 mPhysicalCellId = PHYSICAL_CELL_ID_UNKNOWN; in Builder()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DNetworkTypeController.java233 private int mLastAnchorNrCellId = PhysicalChannelConfig.PHYSICAL_CELL_ID_UNKNOWN;
683 mLastAnchorNrCellId = PhysicalChannelConfig.PHYSICAL_CELL_ID_UNKNOWN; in processMessage()
1268 int anchorNrCellId = PhysicalChannelConfig.PHYSICAL_CELL_ID_UNKNOWN; in updatePhysicalChannelConfigs()
1269 int anchorLteCellId = PhysicalChannelConfig.PHYSICAL_CELL_ID_UNKNOWN; in updatePhysicalChannelConfigs()
1276 && anchorNrCellId == PhysicalChannelConfig.PHYSICAL_CELL_ID_UNKNOWN) { in updatePhysicalChannelConfigs()
1283 && anchorLteCellId == PhysicalChannelConfig.PHYSICAL_CELL_ID_UNKNOWN) { in updatePhysicalChannelConfigs()
1294 if (anchorNrCellId == PhysicalChannelConfig.PHYSICAL_CELL_ID_UNKNOWN in updatePhysicalChannelConfigs()
1295 && anchorLteCellId != PhysicalChannelConfig.PHYSICAL_CELL_ID_UNKNOWN) { in updatePhysicalChannelConfigs()
1299 if (anchorNrCellId == PhysicalChannelConfig.PHYSICAL_CELL_ID_UNKNOWN) { in updatePhysicalChannelConfigs()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DTelephonyRegistryTest.java18 import static android.telephony.PhysicalChannelConfig.PHYSICAL_CELL_ID_UNKNOWN;
941 assertEquals(PHYSICAL_CELL_ID_UNKNOWN, mPhysicalChannelConfigs.get(0).getPhysicalCellId()); in testPhysicalChannelConfigChanged()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/api/
Dcurrent.txt45378 field public static final int PHYSICAL_CELL_ID_UNKNOWN = -1; // 0xffffffff