Searched defs:userId (Results 1 – 7 of 7) 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/samples/browseable/AsymmetricFingerprintDialog/src/com.example.android.asymmetricfingerprintdialog/server/ |
D | StoreBackend.java | 59 boolean enroll(String userId, String password, PublicKey publicKey); in enroll()
|
D | StoreBackendImpl.java | 69 public boolean enroll(String userId, String password, PublicKey publicKey) { in enroll()
|
D | Transaction.java | 41 public Transaction(String userId, long itemId, long clientNonce) { in Transaction()
|
/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()
|