Home
last modified time | relevance | path

Searched defs:userId (Results 1 – 7 of 7) 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/browseable/AsymmetricFingerprintDialog/src/com.example.android.asymmetricfingerprintdialog/server/
DStoreBackend.java59 boolean enroll(String userId, String password, PublicKey publicKey); in enroll()
DStoreBackendImpl.java69 public boolean enroll(String userId, String password, PublicKey publicKey) { in enroll()
DTransaction.java41 public Transaction(String userId, long itemId, long clientNonce) { in Transaction()
/development/apps/Development/src/com/android/development/
DSyncAdapterDriver.java200 public void onServiceChanged(SyncAdapterType type, int userId, boolean removed) { in onServiceChanged()
/development/samples/JetBoy/src/com/example/android/jetboy/
DJetBoyView.java1283 public void onJetUserIdUpdate(JetPlayer player, int userId, int repeatCount) { in onJetUserIdUpdate()