Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapAccountLoader.java52 private int mAccountsEnabledCount = 0; field in BluetoothMapAccountLoader
79 mAccountsEnabledCount=0; in parsePackages()
226 mAccountsEnabledCount++; in parseAccounts()
243 if(D)Log.d(TAG,"Enabled Accounts count:"+ mAccountsEnabledCount); in getAccountsEnabledCount()
244 return mAccountsEnabledCount; in getAccountsEnabledCount()