HomeSort by relevance Sort by last modified time
    Searched defs:syncAdapterPackageName (Results 1 - 5 of 5) sorted by null

  /packages/apps/Dialer/java/com/android/contacts/common/
MoreContactUtils.java 198 * AccountType#syncAdapterPackageName}).
201 String syncAdapterPackageName = accountType.syncAdapterPackageName;
203 if (TextUtils.isEmpty(syncAdapterPackageName) || TextUtils.isEmpty(className)) {
207 intent.setClassName(syncAdapterPackageName, className);
  /packages/apps/Contacts/src/com/android/contacts/
MoreContactUtils.java 226 * {@link AccountType#syncAdapterPackageName}).
229 String syncAdapterPackageName = accountType.syncAdapterPackageName;
231 if (TextUtils.isEmpty(syncAdapterPackageName) || TextUtils.isEmpty(className)) {
235 intent.setClassName(syncAdapterPackageName, className);
  /packages/apps/Contacts/src/com/android/contacts/model/account/
AccountType.java 71 * TODO Clean up {@link #resourcePackageName}, {@link #syncAdapterPackageName} and
75 * - {@link #syncAdapterPackageName} is always set to the actual sync adapter package name.
86 public String syncAdapterPackageName;
149 * {@link #syncAdapterPackageName}.
169 * This is introduced for {@link GoogleAccountType} where {@link #syncAdapterPackageName}
174 return syncAdapterPackageName;
184 return getResourceText(context, syncAdapterPackageName, titleRes, accountType);
239 return getResourceText(context, syncAdapterPackageName, getInviteContactActionResId(), "");
249 getResourceText(context, syncAdapterPackageName, getViewGroupLabelResId(), null);
277 return getDisplayIcon(context, titleRes, iconRes, syncAdapterPackageName);
    [all...]
  /packages/apps/Dialer/java/com/android/contacts/common/model/account/
AccountType.java 67 * <p>TODO Clean up {@link #resourcePackageName}, {@link #syncAdapterPackageName} and {@link
70 * <p>There's the following invariants: - {@link #syncAdapterPackageName} is always set to the
81 public String syncAdapterPackageName;
112 Context context, int titleRes, int iconRes, String syncAdapterPackageName) {
113 if (titleRes != -1 && syncAdapterPackageName != null) {
115 return pm.getDrawable(syncAdapterPackageName, iconRes, null);
157 * sync adapter package as determined by {@link #syncAdapterPackageName}.
167 * sync adapter package as determined by {@link #syncAdapterPackageName}.
177 * sync adapter package as determined by {@link #syncAdapterPackageName}.
197 * <p>This is introduced for {@link GoogleAccountType} where {@link #syncAdapterPackageName} i
    [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-7.0.0_r1-robolectric-0.jar 

Completed in 92 milliseconds