Searched defs:userId (Results 1 – 4 of 4) sorted by relevance
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/platform/ |
D | ContactOperations.java | 72 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()
|
D | ContactManager.java | 529 final long userId = rawContact.getServerContactId(); in updateContactStatus() local 624 private static long lookupProfile(ContentResolver resolver, long userId) { in lookupProfile()
|
/development/apps/Development/src/com/android/development/ |
D | SyncAdapterDriver.java | 200 public void onServiceChanged(SyncAdapterType type, int userId, boolean removed) { in onServiceChanged()
|
/development/samples/JetBoy/src/com/example/android/jetboy/ |
D | JetBoyView.java | 1283 public void onJetUserIdUpdate(JetPlayer player, int userId, int repeatCount) { in onJetUserIdUpdate()
|