Searched refs:getCarrierId (Results 1 – 5 of 5) sorted by relevance
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | CarrierIdentifierTest.java | 111 assertEquals(CID_VZW, mCarrierIdentifier.getCarrierId()); in testCarrierMatch() 117 assertEquals(CID_FI, mCarrierIdentifier.getCarrierId()); in testCarrierMatch() 123 assertEquals(CID_TMO, mCarrierIdentifier.getCarrierId()); in testCarrierMatch() 135 assertEquals(CID_VZW, mCarrierIdentifier.getCarrierId()); in testCarrierMatchSpnOverride() 141 assertEquals(CID_FI, mCarrierIdentifier.getCarrierId()); in testCarrierMatchSpnOverride() 153 assertEquals(CID_VZW, mCarrierIdentifier.getCarrierId()); in testCarrierMatchSimAbsent() 158 assertEquals(CID_UNKNOWN, mCarrierIdentifier.getCarrierId()); in testCarrierMatchSimAbsent() 171 assertEquals(CID_UNKNOWN, mCarrierIdentifier.getCarrierId()); in testCarrierNoMatch() 183 assertEquals(CID_VZW, mCarrierIdentifier.getCarrierId()); in testCarrierMatchPreferApnChange() 190 assertEquals(CID_DOCOMO, mCarrierIdentifier.getCarrierId()); in testCarrierMatchPreferApnChange()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | CarrierIdentifier.java | 596 public int getCarrierId() { in getCarrierId() method in CarrierIdentifier
|
D | GsmCdmaPhone.java | 1541 public int getCarrierId() { in getCarrierId() method in GsmCdmaPhone 1542 return mCarrerIdentifier.getCarrierId(); in getCarrierId()
|
D | Phone.java | 3061 public int getCarrierId() { in getCarrierId() method in Phone
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 9456 HPLcom/android/internal/telephony/CarrierIdentifier;->getCarrierId()I 9537 HPLcom/android/internal/telephony/GsmCdmaPhone;->getCarrierId()I
|