/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/platform/ |
D | ContactOperations.java | 72 public static ContactOperations createNewContact(Context context, long userId, in createNewContact() argument 74 return new ContactOperations(context, userId, accountName, isSyncOperation, batchOperation); in createNewContact() 100 public ContactOperations(Context context, long userId, String accountName, in ContactOperations() argument 105 mValues.put(RawContacts.SOURCE_ID, userId); in ContactOperations() 222 public ContactOperations addProfileAction(long userId) { in addProfileAction() argument 224 if (userId != 0) { in addProfileAction() 225 mValues.put(SampleSyncAdapterColumns.DATA_PID, userId); in addProfileAction() 351 public ContactOperations updateProfileAction(Integer userId, Uri uri) { in updateProfileAction() argument 353 mValues.put(SampleSyncAdapterColumns.DATA_PID, userId); in updateProfileAction()
|
D | ContactManager.java | 529 final long userId = rawContact.getServerContactId(); in updateContactStatus() local 534 final long profileId = lookupProfile(resolver, userId); in updateContactStatus() 543 values.put(StatusUpdates.IM_HANDLE, userId); in updateContactStatus() 624 private static long lookupProfile(ContentResolver resolver, long userId) { in lookupProfile() argument 629 new String[] {String.valueOf(userId)}, null); in lookupProfile()
|
/development/samples/browseable/AsymmetricFingerprintDialog/src/com.example.android.asymmetricfingerprintdialog/server/ |
D | StoreBackendImpl.java | 69 public boolean enroll(String userId, String password, PublicKey publicKey) { in enroll() argument 71 mPublicKeys.put(userId, publicKey); in enroll()
|
D | Transaction.java | 41 public Transaction(String userId, long itemId, long clientNonce) { in Transaction() argument 43 mUserId = userId; in Transaction()
|
D | StoreBackend.java | 59 boolean enroll(String userId, String password, PublicKey publicKey); in enroll() argument
|
/development/apps/Development/src/com/android/development/ |
D | SyncAdapterDriver.java | 200 public void onServiceChanged(SyncAdapterType type, int userId, boolean removed) { in onServiceChanged() argument
|
/development/samples/JetBoy/src/com/example/android/jetboy/ |
D | JetBoyView.java | 1283 public void onJetUserIdUpdate(JetPlayer player, int userId, int repeatCount) { in onJetUserIdUpdate() argument
|
/development/tools/logblame/ |
D | sample.txt | 85 …o{com.android.systemui/com.android.systemui.doze.DozeService}, isTest=false, canDoze=true, userId=0 398 …o{com.android.systemui/com.android.systemui.doze.DozeService}, isTest=false, canDoze=true, userId=0 1458 …o{com.android.systemui/com.android.systemui.doze.DozeService}, isTest=false, canDoze=true, userId=0 1779 …o{com.android.systemui/com.android.systemui.doze.DozeService}, isTest=false, canDoze=true, userId=0
|
/development/tools/repo_diff/service/repodiff/persistence/filesystem/testdata/ |
D | commit.csv | 39724 …fi,fake_E-_RbhGuQUa9pNzrFARvfA@fakeemail.com,WifiConfigManager: Don't reset the userId on user stop 96453 …s/base,fake_UGJBsCL5TfWkrshud6Njww@fakeemail.com,Support content URIs w/ userId in IC#commitContent 104687 …,platform/frameworks/base,fake_gztErWhkTgKyzSnMKEATfg@fakeemail.com,Pass userId through to singlet… 106124 …works/base,fake_gztErWhkTgKyzSnMKEATfg@fakeemail.com,Media: check Settings.AUTHORITY without userId 107097 …/frameworks/base,fake_DEk6pCXtTUO7ffQUKJrA0Q@fakeemail.com,Use context's userId in ContentResolver… 107624 …qsKvobuKU0AA@fakeemail.com,"Wire up PM.getInstalledApplicationsAsUser(flags, userId) as hidden API" 107665 …K7ZkPLzbgNYw@fakeemail.com,Add ICompanionDeviceManager.getAssociation overload with explicit userId
|