Searched refs:myUri (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/ |
D | BluetoothPbapVcardManager.java | 175 final Uri myUri = DevicePolicyUtils.getEnterprisePhoneUri(mContext); in getContactsSize() local 182 contactCursor = mResolver.query(myUri, in getContactsSize() 204 final Uri myUri = CallLog.Calls.CONTENT_URI; in getCallHistorySize() local 210 mResolver.query(myUri, null, selection, null, CallLog.Calls.DEFAULT_SORT_ORDER); in getCallHistorySize() 230 final Uri myUri = CallLog.Calls.CONTENT_URI; in loadCallHistoryList() local 240 callCursor = mResolver.query(myUri, projection, selection, null, CALLLOG_SORT_ORDER); in loadCallHistoryList() 281 final Uri myUri = DevicePolicyUtils.getEnterprisePhoneUri(mContext); in getPhonebookNameList() local 289 contactCursor = mResolver.query(myUri, PHONES_CONTACTS_PROJECTION, null, null, orderBy); in getPhonebookNameList() 344 final Uri myUri = DevicePolicyUtils.getEnterprisePhoneUri(mContext); in getSelectedPhonebookNameList() local 347 contactCursor = mResolver.query(myUri, PHONES_CONTACTS_PROJECTION, null, null, in getSelectedPhonebookNameList() [all …]
|
/packages/apps/Car/libs/car-media-common/src/com/android/car/media/common/ |
D | MediaItemMetadata.java | 153 Uri myUri = getImageURI(); in equals() local 155 if ((myUri != null) || (otherUri != null)) { in equals() 156 return Objects.equals(myUri, otherUri); in equals()
|