Searched refs:pbr (Results 1 – 1 of 1) sorted by relevance
214 PhonebookResult pbr = getPhonebookResult(mCurrentPhonebook, true); in handleCpbsCommand() local215 if (pbr == null) { in handleCpbsCommand()219 int size = pbr.cursor.getCount(); in handleCpbsCommand()223 pbr.cursor.close(); in handleCpbsCommand()224 pbr.cursor = null; in handleCpbsCommand()285 PhonebookResult pbr = getPhonebookResult(mCurrentPhonebook, true); //false); in handleCpbrCommand() local286 if (pbr == null) { in handleCpbrCommand()292 size = pbr.cursor.getCount(); in handleCpbrCommand()294 pbr.cursor.close(); in handleCpbrCommand()295 pbr.cursor = null; in handleCpbrCommand()[all …]