Searched refs:resPackageName (Results 1 – 8 of 8) sorted by relevance
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/account/ |
D | FallbackAccountType.java | 29 private FallbackAccountType(Context context, String resPackageName) { in FallbackAccountType() argument 36 this.resourcePackageName = resPackageName; in FallbackAccountType() 37 this.syncAdapterPackageName = resPackageName; in FallbackAccountType() 71 static AccountType createWithPackageNameForTest(Context context, String resPackageName) { in createWithPackageNameForTest() argument 72 return new FallbackAccountType(context, resPackageName); in createWithPackageNameForTest()
|
D | ExternalAccountType.java | 105 public ExternalAccountType(Context context, String resPackageName, boolean isExtension) { in ExternalAccountType() argument 106 this(context, resPackageName, isExtension, null); in ExternalAccountType() 190 public static XmlResourceParser loadContactsXml(Context context, String resPackageName) { in loadContactsXml() argument 192 final Intent intent = new Intent(SYNC_META_DATA).setPackage(resPackageName); in loadContactsXml() 224 public static boolean hasContactsXml(Context context, String resPackageName) { in hasContactsXml() argument 225 return loadContactsXml(context, resPackageName) != null; in hasContactsXml()
|
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/ |
D | ExternalSource.java | 83 public ExternalSource(String resPackageName) { in ExternalSource() argument 84 this.resPackageName = resPackageName; in ExternalSource() 85 this.summaryResPackageName = resPackageName; in ExternalSource()
|
D | ContactsSource.java | 58 public String resPackageName; field in ContactsSource 177 kind.resPackageName = this.resPackageName; in addKind() 190 public String resPackageName; field in ContactsSource.DataKind
|
D | GoogleSource.java | 45 public GoogleSource(String resPackageName) { in GoogleSource() argument 47 this.resPackageName = null; in GoogleSource() 48 this.summaryResPackageName = resPackageName; in GoogleSource()
|
D | ExchangeSource.java | 41 public ExchangeSource(String resPackageName) { in ExchangeSource() argument 43 this.resPackageName = null; in ExchangeSource() 44 this.summaryResPackageName = resPackageName; in ExchangeSource()
|
D | Sources.java | 120 mKnownPackages.add(source.resPackageName); in addSource() 161 if (TextUtils.equals(packageName, source.resPackageName)) { in invalidateCache()
|
/packages/experimental/LoaderApp/src/com/android/loaderapp/fragments/ |
D | ContactFragment.java | 530 public String resPackageName = null; field in ContactFragment.ViewEntry 565 entry.resPackageName = kind.resPackageName; in fromValues() 744 if (entry.resPackageName != null) { in bindView() 746 actionIcon = mContext.getPackageManager().getDrawable(entry.resPackageName, in bindView()
|