Home
last modified time | relevance | path

Searched defs:userId (Results 1 – 3 of 3) sorted by relevance

/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/platform/
DContactOperations.java72 public static ContactOperations createNewContact(Context context, long userId, in createNewContact()
100 public ContactOperations(Context context, long userId, String accountName, in ContactOperations()
222 public ContactOperations addProfileAction(long userId) { in addProfileAction()
351 public ContactOperations updateProfileAction(Integer userId, Uri uri) { in updateProfileAction()
DContactManager.java529 final long userId = rawContact.getServerContactId(); in updateContactStatus() local
624 private static long lookupProfile(ContentResolver resolver, long userId) { in lookupProfile()
/development/samples/JetBoy/src/com/example/android/jetboy/
DJetBoyView.java1283 public void onJetUserIdUpdate(JetPlayer player, int userId, int repeatCount) { in onJetUserIdUpdate()