OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:checkBluetoothAddress
(Results
1 - 3
of
3
) sorted by null
/cts/tests/tests/bluetooth/src/android/bluetooth/cts/
BasicAdapterTest.java
62
assertFalse(BluetoothAdapter.
checkBluetoothAddress
(null));
65
assertFalse(BluetoothAdapter.
checkBluetoothAddress
(""));
66
assertFalse(BluetoothAdapter.
checkBluetoothAddress
("0"));
67
assertFalse(BluetoothAdapter.
checkBluetoothAddress
("00"));
68
assertFalse(BluetoothAdapter.
checkBluetoothAddress
("00:"));
69
assertFalse(BluetoothAdapter.
checkBluetoothAddress
("00:0"));
70
assertFalse(BluetoothAdapter.
checkBluetoothAddress
("00:00"));
71
assertFalse(BluetoothAdapter.
checkBluetoothAddress
("00:00:"));
72
assertFalse(BluetoothAdapter.
checkBluetoothAddress
("00:00:0"));
73
assertFalse(BluetoothAdapter.
checkBluetoothAddress
("00:00:00"))
[
all
...]
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
BluetoothTest.java
77
assertTrue(BluetoothAdapter.
checkBluetoothAddress
(mAdapter.getAddress()));
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowBluetoothAdapter.java
172
protected static boolean
checkBluetoothAddress
(String address) {
Completed in 182 milliseconds