Searched defs:customization (Results 1 - 5 of 5) sorted by relevance

/packages/apps/TV/src/com/android/tv/customization/
H A DCustomAction.java17 package com.android.tv.customization;
24 * Describes a custom option defined in customization package.
H A DTvCustomizationManager.java17 package com.android.tv.customization;
101 * Returns {@code true} if there's a customization package installed and it specifies built-in
130 String customization = null;
135 customization = resId == 0 ? null : res.getString(resId);
137 if (customization != null) {
139 if (TRICKPLAY_MODE_STRINGS[i].equalsIgnoreCase(customization)) {
163 * Initialize TV customization options.
190 Log.w(TAG, "A customization package " + sCustomizationPackage
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/preprovisioning/
H A DPreProvisioningActivity.java270 CustomizationParams customization) {
276 .findTheme(customization.swiperColor));
283 customization.statusBarColor);
291 nextButton.setBackgroundTintList(ColorStateList.valueOf(customization.buttonColor));
292 if (mUtils.isBrightColor(customization.buttonColor)) {
306 initiateUIDeviceOwner(packageLabel, packageIcon, headers, customization);
345 @NonNull String termsHeaders, CustomizationParams customization) {
348 shortInfoText.setText(assembleDOTermsMessage(termsHeaders, customization.orgName));
356 if (customization.supportUrl != null) {
364 Intent intent = WebActivity.createIntent(this, customization
268 initiateUi(int layoutId, int titleId, String packageLabel, Drawable packageIcon, boolean isProfileOwnerProvisioning, boolean isComp, List<String> termsHeaders, CustomizationParams customization) argument
344 initiateUIDeviceOwner(String packageName, Drawable packageIcon, @NonNull String termsHeaders, CustomizationParams customization) argument
[all...]
H A DPreProvisioningController.java165 * @param customization customization parameters
169 @NonNull List<String> termsHeaders, @NonNull CustomizationParams customization);
276 CustomizationParams customization = CustomizationParams.createInstance(mParams, mContext,
283 isComp, getDisclaimerHeadings(), customization);
300 customization);
167 initiateUi(int layoutRes, int titleRes, @Nullable String packageLabel, @Nullable Drawable packageIcon, boolean isProfileOwnerProvisioning, boolean isComp, @NonNull List<String> termsHeaders, @NonNull CustomizationParams customization) argument
/packages/apps/Messaging/src/com/android/messaging/datamodel/
H A DSyncManager.java49 * Record of any user customization to conversation settings
103 * User customization to conversations. If this is set, we need to recover them after
280 // Conversation customization only used once
321 final LongSparseArray<ConversationCustomization> customization) {
322 this.mCustomization = customization;
408 * @param customization The user setting customization to the conversation if any
412 final long threadId, int refSubId, final ConversationCustomization customization) {
427 if (customization != null) {
428 // There is user customization w
320 setCustomization( final LongSparseArray<ConversationCustomization> customization) argument
411 getOrCreateConversation(final DatabaseWrapper db, final long threadId, int refSubId, final ConversationCustomization customization) argument
[all...]

Completed in 1265 milliseconds