Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppService.java690 int newVisibility = cursor.getInt(cursor.getColumnIndexOrThrow(BluetoothShare.VISIBILITY)); in updateShare() local
697 && newVisibility != BluetoothShare.VISIBILITY_VISIBLE in updateShare()
702 info.mVisibility = newVisibility; in updateShare()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsDatabaseHelper.java4539 boolean newVisibility = DatabaseUtils.longForQuery(db, in updateContactVisible()
4573 if (oldVisibility == newVisibility) { in updateContactVisible()
4578 if (newVisibility) { in updateContactVisible()