/packages/apps/IM/src/com/android/im/app/ |
D | ContactListActivity.java | 65 long mAccountId; field in ContactListActivity 91 mAccountId = intent.getLongExtra(ImServiceConstants.EXTRA_INTENT_ACCOUNT_ID, -1); in onCreate() 92 if (mAccountId == -1) { in onCreate() 99 Cursor c = cr.query(ContentUris.withAppendedId(Im.Account.CONTENT_URI, mAccountId), in onCreate() 173 i.putExtra(ImServiceConstants.EXTRA_INTENT_ACCOUNT_ID, mAccountId); in onOptionsItemSelected() 182 ContentUris.appendId(builder, mAccountId); in onOptionsItemSelected() 282 uri = ContentUris.withAppendedId(uri, mAccountId); in showFilterView() 405 values.put(Im.AccountStatus.ACCOUNT, mAccountId); in clearConnectionStatus()
|
D | SigningInActivity.java | 59 private long mAccountId; field in SigningInActivity 106 mAccountId = c.getLong(c.getColumnIndexOrThrow(Im.Account._ID)); in onCreate() 136 activateAccount(mProviderId, mAccountId); in onCreate() 180 mConn.login(mAccountId, mUserName, mPassword, true); in signInAccount()
|
D | ContactListTreeAdapter.java | 66 long mAccountId; field in ContactListTreeAdapter 181 mAccountId = conn.getAccountId(); in changeConnection() 216 uri = ContentUris.withAppendedId(uri, mAccountId); in startQueryContactLists() 229 uri = ContentUris.withAppendedId(uri, mAccountId); in startQueryOngoingConversations() 242 uri = ContentUris.withAppendedId(uri, mAccountId); in startQuerySubscriptions() 643 String where = Im.Contacts.ACCOUNT + "=" + mAccountId; in getOnlineChildCount()
|
D | AddContactActivity.java | 73 private long mAccountId; field in AddContactActivity 121 uri = ContentUris.withAppendedId(uri, mAccountId); in queryContactLists() 142 mAccountId = intent.getLongExtra( in resolveIntent()
|
D | ChatView.java | 146 long mAccountId; field in ChatView 475 mAccountId = mCursor.getLong(ACCOUNT_COLUMN); in updateContactInfo() 663 uri = Im.Messages.getContentUriByContact(mProviderId, mAccountId, mUserName); in startQuery() 786 return mAccountId; in getAccountId()
|
/packages/apps/IM/src/com/android/im/service/ |
D | ImConnectionAdapter.java | 75 long mAccountId = -1; field in ImConnectionAdapter 106 return mAccountId; in getAccountId() 138 ContentUris.appendId(builder, mAccountId); in getSessionCookiesUri() 145 mAccountId = accountId; in login() 316 values.put(Im.AccountStatus.ACCOUNT, mAccountId); in updateAccountStatusInDb() 453 values.put(Im.Invitation.ACCOUNT, mAccountId); in onGroupInvitation() 474 … mService.getStatusBarNotifier().notifyGroupInvitation(mProviderId, mAccountId, id, sender); in onGroupInvitation()
|
D | ContactListManagerAdapter.java | 78 private long mAccountId; field in ContactListManagerAdapter 106 mAccountId = mConn.getAccountId(); in ContactListManagerAdapter() 111 ContentUris.appendId(builder, mAccountId); in ContactListManagerAdapter() 117 ContentUris.appendId(builder, mAccountId); in ContactListManagerAdapter() 381 ContentUris.appendId(builder, mAccountId); in removeObsoleteContactsAndLists() 390 ContentUris.appendId(builder, mAccountId); in removeObsoleteContactsAndLists() 618 mContext.getStatusBarNotifier().notifySubscriptionRequest(mProviderId, mAccountId, in onSubScriptionRequest() 699 ContentUris.appendId(builder, mAccountId); in insertBlockedContactToDataBase() 717 ContentUris.appendId(builder, mAccountId); in removeBlockedContactFromDataBase() 815 values.put(Im.Contacts.ACCOUNT, mAccountId); in updatePresenceContent() [all …]
|
D | StatusBarNotifier.java | 214 private long mAccountId; field in StatusBarNotifier.NotificationInfo 218 mAccountId = accountId; in NotificationInfo() 267 intent.putExtra(ImServiceConstants.EXTRA_INTENT_ACCOUNT_ID, mAccountId); in getDefaultIntent() 276 intent.putExtra(ImServiceConstants.EXTRA_INTENT_ACCOUNT_ID, mAccountId); in getMultipleNotificationIntent()
|
D | ChatSessionAdapter.java | 365 Im.Contacts.CONTENT_URI, mConnection.mProviderId), mConnection.mAccountId); in insertGroupContactInDb()
|