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/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapObexServer.java114 private long mAccountId = 0; field in BluetoothMapObexServer
148 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()