Searched refs:providerName (Results 1 - 5 of 5) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
H A DLauncherAppWidgetInfo.java39 ComponentName providerName; field in class:LauncherAppWidgetInfo
53 LauncherAppWidgetInfo(int appWidgetId, ComponentName providerName) { argument
56 this.providerName = providerName;
H A DWorkspace.java3689 final ComponentName provider = info.providerName;
/packages/apps/Settings/src/com/android/settings/accounts/
H A DProviderPreference.java35 Context context, String accountType, Drawable icon, CharSequence providerName) {
40 setTitle(providerName);
34 ProviderPreference( Context context, String accountType, Drawable icon, CharSequence providerName) argument
H A DChooseAccountActivity.java62 ProviderEntry(CharSequence providerName, String accountType) { argument
63 name = providerName;
114 CharSequence providerName = getLabelForType(accountType);
134 mProviderList.add(new ProviderEntry(providerName, accountType));
137 Log.v(TAG, "Skipped pref " + providerName + ": has no authority we need");
/packages/apps/Phone/src/com/android/phone/
H A DCallFeaturesSetting.java1932 final String providerName = provider.name;
1933 mVoicemailProviders.setSummary(providerName);

Completed in 200 milliseconds