Searched refs:bsic (Results 1 – 1 of 1) sorted by relevance
/packages/modules/NetworkStack/tests/unit/src/com/android/server/connectivity/ |
D | NetworkMonitorTest.java | 989 private static CellIdentityGsm makeCellIdentityGsm(int lac, int cid, int arfcn, int bsic, in makeCellIdentityGsm() argument 993 return new CellIdentityGsm(lac, cid, arfcn, bsic, mccStr, mncStr, alphal, alphas, in makeCellIdentityGsm() 1000 return constructor.newInstance(lac, cid, arfcn, bsic, mccStr, mncStr, alphal, alphas); in makeCellIdentityGsm()
|