Searched refs:arrayCi (Results 1 – 3 of 3) sorted by relevance
163 public void onCellInfoChanged(List<CellInfo> arrayCi) { in onCellInfoChanged() argument169 instance.updateHandlers(arrayCi); in onCellInfoChanged()547 private synchronized void updateHandlers(List<CellInfo> arrayCi) { in updateHandlers() argument552 handler.obtainMessage(event, mSlotId, 0 /* unused */, arrayCi).sendToTarget(); in updateHandlers()
269 List<CellInfo> arrayCi = new ArrayList<>(); in testCellInfoChanged() local278 eq(arrayCi))) in testCellInfoChanged()289 mTelephonyCallback.onCellInfoChanged(arrayCi); in testCellInfoChanged()
415 public void onCellInfoChanged(List<CellInfo> arrayCi) { in onCellInfoChanged() argument416 log("onCellInfoChanged: arrayCi=" + arrayCi); in onCellInfoChanged()417 mCellInfoResult = arrayCi; in onCellInfoChanged()1187 private String buildCellInfoString(List<CellInfo> arrayCi) { in buildCellInfoString() argument1195 if (arrayCi != null) { in buildCellInfoString()1196 for (CellInfo ci : arrayCi) { in buildCellInfoString()1254 private void updateCellInfo(List<CellInfo> arrayCi) { in updateCellInfo() argument1255 mCellInfo.setText(buildCellInfoString(arrayCi)); in updateCellInfo()