OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:new_devices
(Results
1 - 9
of
9
) sorted by null
/developers/build/prebuilts/gradle/BluetoothChat/Application/src/main/res/layout/
activity_device_list.xml
53
android:id="@+id/
new_devices
"
/developers/samples/android/connectivity/bluetooth/BluetoothChat/Application/src/main/res/layout/
activity_device_list.xml
53
android:id="@+id/
new_devices
"
/development/samples/BluetoothChat/res/layout/
device_list.xml
45
<ListView android:id="@+id/
new_devices
"
/development/samples/browseable/BluetoothChat/res/layout/
activity_device_list.xml
53
android:id="@+id/
new_devices
"
/external/libusb-compat/libusb/
core.c
585
struct usb_device *
new_devices
= NULL;
local
588
r = find_devices(dev_list, dev_list_len, bus, &
new_devices
);
601
struct usb_device *ndev =
new_devices
;
605
LIST_DEL(
new_devices
, ndev);
624
/* anything left in
new_devices
is a new device */
625
dev =
new_devices
;
636
LIST_DEL(
new_devices
, dev);
/developers/build/prebuilts/gradle/BluetoothChat/Application/src/main/java/com/example/android/bluetoothchat/
DeviceListActivity.java
99
ListView newDevicesListView = (ListView) findViewById(R.id.
new_devices
);
/developers/samples/android/connectivity/bluetooth/BluetoothChat/Application/src/main/java/com/example/android/bluetoothchat/
DeviceListActivity.java
99
ListView newDevicesListView = (ListView) findViewById(R.id.
new_devices
);
/development/samples/BluetoothChat/src/com/example/android/BluetoothChat/
DeviceListActivity.java
90
ListView newDevicesListView = (ListView) findViewById(R.id.
new_devices
);
/development/samples/browseable/BluetoothChat/src/com.example.android.bluetoothchat/
DeviceListActivity.java
99
ListView newDevicesListView = (ListView) findViewById(R.id.
new_devices
);
Completed in 123 milliseconds