Home
last modified time | relevance | path

Searched refs:sCustomizationPackage (Results 1 – 1 of 1) sorted by relevance

/aosp12/packages/apps/TV/common/src/com/android/tv/common/customization/
H A DCustomizationManager.java89 private static String sCustomizationPackage; field in CustomizationManager
117 .getResourcesForApplication(sCustomizationPackage); in hasLinuxDvbBuiltInTuner()
122 sCustomizationPackage); in hasLinuxDvbBuiltInTuner()
141 .getResourcesForApplication(sCustomizationPackage); in getTrickplayMode()
164 if (sCustomizationPackage == null) { in getCustomizationPackageName()
168 sCustomizationPackage = getCustomizationPackageName(packageInfos); in getCustomizationPackageName()
170 return sCustomizationPackage; in getCustomizationPackageName()
213 if (!TextUtils.equals(packageName, sCustomizationPackage)) { in buildCustomActions()
217 + sCustomizationPackage in buildCustomActions()
228 intent.setClassName(sCustomizationPackage, info.activityInfo.name); in buildCustomActions()
[all …]