Home
last modified time | relevance | path

Searched defs:isRegistered (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/telephony/current/src/android/telephony/cts/
DCellInfoTest.java373 private void verifyBaseCellIdentity(CellIdentity id, boolean isRegistered) { in verifyBaseCellIdentity()
404 private void verifyCellIdentityCdma(CellIdentityCdma cdma, boolean isRegistered) { in verifyCellIdentityCdma()
564 private void verifyCellIdentityNr(CellIdentityNr nr, boolean isRegistered) { in verifyCellIdentityNr()
669 private void verifyCellIdentityLte(CellIdentityLte lte, boolean isRegistered) { in verifyCellIdentityLte()
856 private void verifyCellIdentityWcdma(CellIdentityWcdma wcdma, boolean isRegistered) { in verifyCellIdentityWcdma()
979 private void verifyCellIdentityGsm(CellIdentityGsm gsm, boolean isRegistered) { in verifyCellIdentityGsm()
1089 private void verifyCellIdentityTdscdma(CellIdentityTdscdma tdscdma, boolean isRegistered) { in verifyCellIdentityTdscdma()
/cts/hostsidetests/numberblocking/app/src/com/android/cts/numberblocking/hostside/
DCallBlockingTest.java143 boolean isRegistered) { in assertPhoneAccountRegistered()
/cts/tests/tests/telecom/src/android/telecom/cts/
DVideoCallTest.java639 final Call call, final Boolean isRegistered) { in assertVideoCallbackRegistered()