Searched refs:paired (Results 1 – 5 of 5) sorted by relevance
166 Emits a comma-separated list of C type-name paired parameters for the given
406 Emits a comma-separated list of C type-name paired parameters for the given
95 // ethernet, a paired BT device or a wifi the user asked to connect to.
4349 // OPEN: Settings->Connected Devices->Bluetooth->(click on details link for a paired device)4373 // OPEN: Settings->Connected Devices->Bluetooth->(click on details link for a paired device)4465 // OPEN: Settings->Connected Devices->Bluetooth->(click on details link for a paired device)
3086 String paired = parser.getAttributeValue(null, ATTR_DEVICE_PAIRED); in loadSettingsLocked() local3087 if (paired != null && Boolean.toString(true).equals(paired)) { in loadSettingsLocked()