Searched defs:buildInputId (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/media/java/android/media/tv/
H A DTvContract.java467 public static String buildInputId(ComponentName name) { method in class:TvContract
1979 * <p>Use {@link #buildInputId} to build the ID.
2778 * <p>Use {@link #buildInputId} to build the ID.
/frameworks/support/tv-provider/src/android/support/media/tv/
H A DTvContractCompat.java344 public static String buildInputId(ComponentName name) { method in class:TvContractCompat
345 return TvContract.buildInputId(name);
1818 * <p>Use {@link #buildInputId} to build the ID.
2628 * <p>Use {@link #buildInputId} to build the ID.

Completed in 294 milliseconds