HomeSort by relevance Sort by last modified time
    Searched refs:createRegisterIntent (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/sync/android/javatests/src/org/chromium/sync/notifier/
InvalidationServiceTest.java 525 Intent registrationIntent = createRegisterIntent(account, false, desiredRegistrations);
540 getService().onHandleIntent(createRegisterIntent(account, true, null));
550 getService().onHandleIntent(createRegisterIntent(account2, true, null));
613 createRegisterIntent(account, new int[] {1, 2}, new String[] {"obj1", "obj2"});
620 registrationIntent = createRegisterIntent(account, false, types);
630 registrationIntent = createRegisterIntent(
637 registrationIntent = createRegisterIntent(account, false, types);
643 registrationIntent = createRegisterIntent(account, false, types);
649 registrationIntent = createRegisterIntent(
656 registrationIntent = createRegisterIntent(account, new int[0], new String[0])
    [all...]
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/invalidation/
InvalidationController.java 46 InvalidationIntentProtocol.createRegisterIntent(account, allTypes, types);
79 InvalidationIntentProtocol.createRegisterIntent(
  /external/chromium_org/sync/android/java/src/org/chromium/sync/notifier/
InvalidationIntentProtocol.java 63 public static Intent createRegisterIntent(Account account,
86 * are registered using the other version of createRegisterIntent.
88 public static Intent createRegisterIntent(Account account, int[] objectSources,

Completed in 483 milliseconds