Home
last modified time | relevance | path

Searched refs:getPci (Results 1 – 7 of 7) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DCellIdentityNrTest.java59 assertThat(cellIdentityNr.getPci()).isEqualTo(PCI); in testGetMethod()
116 assertThat(anotherCellIdentityNr.getPci()).isEqualTo(PCI); in testParcel()
DCellIdentityLteTest.java59 assertEquals(PCI, ci.getPci()); in testDefaultConstructor()
153 assertEquals(PCI, ci.getPci()); in testFormerConstructor()
/frameworks/base/telephony/java/android/telephony/
DCellIdentityNr.java214 public int getPci() { in getPci() method in CellIdentityNr
DCellIdentityLte.java225 public int getPci() { in getPci() method in CellIdentityLte
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DServiceStateTracker.java2677 pci = ((CellIdentityLte) cellIdentity).getPci(); in getPrimaryPhysicalChannelConfigForCell()
2680 pci = ((CellIdentityNr) cellIdentity).getPci(); in getPrimaryPhysicalChannelConfigForCell()
/frameworks/base/core/api/
Dcurrent.txt41101 method public int getPci();
41114 method @IntRange(from=0, to=1007) public int getPci();
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt28219 method public int getPci();