Home
last modified time | relevance | path

Searched refs:mAccountId (Results 1 – 2 of 2) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/
DMatchScore.java29 private long mAccountId; field in MatchScore
41 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()
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapObexServer.java111 private long mAccountId = 0; field in BluetoothMapObexServer
140 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()