Package 

Object DeviceMarketingNames

    • Method Detail

      • getNames

         final String getNames()

        Get all marketing names of the device. If multiple names match the model, those are concatenated and separated by " / ". The model used for the lookup is determined by Build.MODEL. Lookup results are cached.

      • getNamesAsList

         final List<String> getNamesAsList()

        Get all marketing names of the device as list. The model used for the lookup is determined by Build.MODEL. Lookup results are cached.

      • getSingleName

         final String getSingleName()

        Get one marketing name of the device. If multiple names match the model, the first match is selected. The model used for the lookup is determined by Build.MODEL. Lookup results are cached.

      • getNamesFromModel

         final String getNamesFromModel(String model)

        Get all marketing names for the given model. If multiple names match the model, those are concatenated and separated by " / ".

      • getSingleNameFromModel

         final String getSingleNameFromModel(String model)

        Get one marketing name for the given model. If multiple names match the model, the first match is selected.