Searched refs:mUserName (Results 1 – 4 of 4) sorted by relevance
24 private String mUserName; field in LoginInfo28 mUserName = userName; in LoginInfo()33 return mUserName; in getUserName()
156 String mUserName; field in BlockedContactsActivity.UnblockAction161 mUserName = userName; in UnblockAction()175 manager.unBlockContact(mUserName); in run()
144 String mUserName; field in ChatView271 if (c.getAddress().getFullName().equals(mUserName)) {478 mUserName = mCursor.getString(USERNAME_COLUMN); in updateContactInfo()563 mUserName = from; in bindSubscription()606 manager.approveSubscription(mUserName); in approveSubscription()617 manager.declineSubscription(mUserName); in declineSubscription()663 uri = Im.Messages.getContentUriByContact(mProviderId, mAccountId, mUserName); in startQuery()760 manager.blockContact(mUserName); in blockContact()790 return mUserName; in getUserName()878 mApp.dismissChatNotification(mProviderId, mUserName); in registerChatListener()
62 private String mUserName; field in SigningInActivity107 mUserName = c.getString(c.getColumnIndexOrThrow(Im.Account.USERNAME)); in onCreate()180 mConn.login(mAccountId, mUserName, mPassword, true); in signInAccount()