Searched refs:getCustomLabel (Results 1 – 5 of 5) sorted by relevance
57 assertThat(tile.getCustomLabel()).isEqualTo(CUSTOM_APP_LABEL); in testGetCustomLabel_labelSet()65 assertThat(tile.getCustomLabel()).isNull(); in testGetCustomLabel_labelNotSet()
153 public CharSequence getCustomLabel() { in getCustomLabel() method in Tile
305 if (tile.getCustomLabel() != null || overwriteNulls) { in applyTileState()306 mTile.setLabel(tile.getCustomLabel()); in applyTileState()
494 return TvInputSettings.getCustomLabel(context, mId, UserHandle.myUserId()); in loadCustomLabel()1062 private static String getCustomLabel(Context context, String inputId, int userId) { in getCustomLabel() method in TvInputInfo.TvInputSettings
31402 Landroid/media/tv/TvInputInfo$TvInputSettings;->getCustomLabel(Landroid/content/Context;Ljava/lang/…