Searched defs:providerName (Results 1 - 3 of 3) sorted by relevance

/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/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;

Completed in 524 milliseconds