HomeSort by relevance Sort by last modified time
    Searched full:objectids (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/sync/android/javatests/src/org/chromium/sync/notifier/
TestableInvalidationService.java 54 public void register(byte[] clientId, Iterable<ObjectId> objectIds) {
55 mRegistrations.add(Lists.newArrayList(objectIds));
56 super.register(clientId, objectIds);
60 public void unregister(byte[] clientId, Iterable<ObjectId> objectIds) {
61 mUnregistrations.add(Lists.newArrayList(objectIds));
62 super.unregister(clientId, objectIds);
  /external/chromium_org/sync/android/java/src/org/chromium/sync/internal_api/pub/base/
ModelType.java 155 Set<ObjectId> objectIds = Sets.newHashSetWithExpectedSize(modelTypes.size());
158 objectIds.add(modelType.toObjectId());
161 return objectIds;
166 Set<String> objectIds = Sets.newHashSetWithExpectedSize(modelTypes.size());
168 objectIds.add(modelType.toString());
170 return objectIds;
  /external/chromium_org/sync/notifier/
invalidator.h 61 // Updates the set of ObjectIds associated with |handler|. |handler| must
invalidator_registrar.h 39 // Updates the set of ObjectIds associated with |handler|. |handler| must
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
X509Extensions.java 328 * @param objectIDs a vector of the object identifiers.
333 Vector objectIDs,
336 Enumeration e = objectIDs.elements();
  /external/chromium_org/chrome/browser/invalidation/
invalidation_service.h 77 // Updates the set of ObjectIds associated with |handler|. |handler| must
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.resources.compatibility_3.4.0.v20090505.jar 

Completed in 322 milliseconds