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()
111 private long mAccountId = 0; field in BluetoothMapObexServer140 mAccountId = account.getAccountId(); in BluetoothMapObexServer()144 Log.d(TAG, "BluetoothMapObexServer(): accountId=" + mAccountId); in BluetoothMapObexServer()152 BluetoothMapContract.buildFolderUri(mAuthority, Long.toString(mAccountId)); in BluetoothMapObexServer()565 long accountId = mAccountId; in updateInbox()