Lines Matching defs:info
525 final RawGatewayInfo info = mCallGatewayManager.getGatewayInfo(connection);
528 if (!info.isEmpty()) {
529 call.setGatewayNumber(info.getFormattedGatewayNumber());
530 call.setGatewayPackage(info.packageName);
575 RawGatewayInfo info = mCallGatewayManager.getGatewayInfo(connection);
576 if (!info.isEmpty()) {
577 newNumber = info.trueNumber;