Searched defs:providerName (Results 1 - 4 of 4) 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.java75 ProviderEntry(CharSequence providerName, String accountType) { argument
76 name = providerName;
131 CharSequence providerName = getLabelForType(accountType);
151 mProviderList.add(new ProviderEntry(providerName, accountType));
154 Log.v(TAG, "Skipped pref " + providerName + ": has no authority we need");
/packages/apps/Launcher2/src/com/android/launcher2/
H A DLauncherAppWidgetInfo.java40 ComponentName providerName; field in class:LauncherAppWidgetInfo
54 LauncherAppWidgetInfo(int appWidgetId, ComponentName providerName) { argument
57 this.providerName = providerName;
/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncherAppWidgetInfo.java64 ComponentName providerName; field in class:LauncherAppWidgetInfo
88 LauncherAppWidgetInfo(int appWidgetId, ComponentName providerName) { argument
91 this.providerName = providerName;
106 values.put(LauncherSettings.Favorites.APPWIDGET_PROVIDER, providerName.flattenToString());

Completed in 80 milliseconds