Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
DAtPhonebook.java85 private int mCpbrIndex1, mCpbrIndex2; field in AtPhonebook
113 mCpbrIndex1 = mCpbrIndex2 = -1; in AtPhonebook()
149 mCpbrIndex1 = mCpbrIndex2 = cpbrIndex; in setCpbrIndex()
311 if (mCpbrIndex1 != -1) { in handleCpbrCommand()
345 mCpbrIndex1 = index1; in handleCpbrCommand()
353 mCpbrIndex1 = mCpbrIndex2 = -1; in handleCpbrCommand()
359 mCpbrIndex1 = mCpbrIndex2 = -1; in handleCpbrCommand()
449 mCpbrIndex1 = mCpbrIndex2 = -1; in resetAtState()
502 if (pbr.cursor.getCount() == 0 || mCpbrIndex1 <= 0 || mCpbrIndex2 < mCpbrIndex1 || in processCpbrCommand()
503 mCpbrIndex2 > pbr.cursor.getCount() || mCpbrIndex1 > pbr.cursor.getCount()) { in processCpbrCommand()
[all …]