Home | History | Annotate | Download | only in content

Lines Matching refs:userId

61     public void addPendingOperations(int userId) {
63 if (op.userId != userId) continue;
66 op.account, op.userId, op.authority);
68 SyncAdapterType.newKey(op.authority, op.account.type), op.userId);
70 Log.w(TAG, "Missing sync adapter info for authority " + op.authority + ", userId "
71 + op.userId);
75 op.account, op.userId, op.reason, op.syncSource, op.authority, op.extras,
77 mSyncStorageEngine.getDelayUntilTime(op.account, op.userId, op.authority),
125 operation.account, operation.userId, operation.reason, operation.syncSource,
139 public void removeUser(int userId) {
142 if (op.userId == userId) {
167 public void onBackoffChanged(Account account, int userId, String providerName, long backoff) {
172 && op.userId == userId) {
190 public void remove(Account account, int userId, String authority) {
201 if (userId != syncOperation.userId) {