private static WritableMap getDefaultValues()

in packages/@fbcmobile-signalscan/android/src/main/java/com/fbc/signalscan/CellScanResultsModule.java [342:348]


  private static WritableMap getDefaultValues() {
    WritableMap fields = Arguments.createMap();
    fields.putInt(CELL_FIELD_DBM, MIN_SIGNAL_STRENGTH);
    fields.putString(CELL_FIELD_ID, "0");
    fields.putString(CELL_FIELD_MNC, "0");
    return fields;
  }