Searched refs:deviceTypeStr (Results 1 – 3 of 3) sorted by relevance
724 String deviceTypeStr = new String(deviceType); in shouldActivateWhenConnected() local725 if (deviceTypeStr.equals(BluetoothDevice.DEVICE_TYPE_WATCH)) { in shouldActivateWhenConnected()
1242 String deviceTypeStr = new String(deviceType); in isWatch() local1243 if (deviceTypeStr.equals(BluetoothDevice.DEVICE_TYPE_WATCH)) { in isWatch()
836 String deviceTypeStr = new String(deviceType); in isWatch() local837 if (deviceTypeStr.equals(BluetoothDevice.DEVICE_TYPE_WATCH)) { in isWatch()