Searched refs:phoneContentUri (Results 1 – 1 of 1) sorted by relevance
435 final Uri phoneContentUri = DevicePolicyUtils.getEnterprisePhoneUri(mContext); in queryPhonebook() local436 pbr.cursor = mContentResolver.query(phoneContentUri, PHONES_PROJECTION, where, null, in queryPhonebook()