Searched refs:mAccountId (Results 1 – 2 of 2) sorted by relevance
29 private long mAccountId; field in MatchScore41 this.mAccountId = accountId; in MatchScore()47 this.mAccountId = 0; in MatchScore()53 this.mAccountId = accountId; in reset()75 return mAccountId; in getAccountId()146 return mRawContactId + "/" + mContactId + "/" + mAccountId + ": " + mPrimaryScore + in toString()
114 private long mAccountId = 0; field in BluetoothMapObexServer148 mAccountId = account.getAccountId(); in BluetoothMapObexServer()151 Log.d(TAG, "BluetoothMapObexServer(): accountId=" + mAccountId); in BluetoothMapObexServer()156 BluetoothMapContract.buildFolderUri(mAuthority, Long.toString(mAccountId)); in BluetoothMapObexServer()590 long accountId = mAccountId; in updateInbox()