Searched refs:knownAccountTypes (Results 1 – 2 of 2) sorted by relevance
63 Set<String> knownAccountTypes) { in Cp2DeviceLocalAccountLocator() argument67 mSelection = getSelection(knownAccountTypes); in Cp2DeviceLocalAccountLocator()68 mSelectionArgs = getSelectionArgs(knownAccountTypes); in Cp2DeviceLocalAccountLocator()119 private static String getSelection(Set<String> knownAccountTypes) { in getSelection() argument122 if (knownAccountTypes.isEmpty()) { in getSelection()126 for (String ignored : knownAccountTypes) { in getSelection()134 private static String[] getSelectionArgs(Set<String> knownAccountTypes) { in getSelectionArgs() argument135 if (knownAccountTypes.isEmpty()) return null; in getSelectionArgs()137 return knownAccountTypes.toArray(new String[knownAccountTypes.size()]); in getSelectionArgs()
53 Set<String> knownAccountTypes) { in create() argument56 ObjectFactory.getDeviceLocalAccountTypeFactory(context), knownAccountTypes); in create()