Searched refs:pbr (Results 1 – 1 of 1) sorted by relevance
218 PhonebookResult pbr = getPhonebookResult(mCurrentPhonebook, true); in handleCpbsCommand() local219 if (pbr == null) { in handleCpbsCommand()223 int size = pbr.cursor.getCount(); in handleCpbsCommand()225 pbr.cursor.close(); in handleCpbsCommand()226 pbr.cursor = null; in handleCpbsCommand()281 PhonebookResult pbr = getPhonebookResult(mCurrentPhonebook, true); //false); in handleCpbrCommand() local282 if (pbr == null) { in handleCpbrCommand()288 size = pbr.cursor.getCount(); in handleCpbrCommand()290 pbr.cursor.close(); in handleCpbrCommand()291 pbr.cursor = null; in handleCpbrCommand()[all …]