Searched refs:discoverable (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/core/java/android/server/ |
D | BluetoothService.java | 646 String discoverable = getProperty("Discoverable", false); in initBluetoothAfterTurningOn() local 653 if (discoverable.equals("true") && Integer.valueOf(timeout) != 0) { in initBluetoothAfterTurningOn() 815 boolean discoverable; in setScanMode() 820 discoverable = false; in setScanMode() 824 discoverable = false; in setScanMode() 828 discoverable = true; in setScanMode() 836 setPropertyBoolean("Discoverable", discoverable); in setScanMode() 1002 boolean discoverable = getProperty("Discoverable", true).equals("true"); in getScanMode() 1003 return bluezStringToScanMode (pairable, discoverable); in getScanMode() 2018 /* package */ static int bluezStringToScanMode(boolean pairable, boolean discoverable) { in bluezStringToScanMode() argument [all …]
|
D | BluetoothEventLoop.java | 334 String discoverable = name.equals("Discoverable") ? propValues[1] : in onPropertyChanged() local 338 if (pairable == null || discoverable == null) in onPropertyChanged() 343 discoverable.equals("true")); in onPropertyChanged()
|
/frameworks/base/docs/html/guide/topics/connectivity/ |
D | bluetooth.jd | 299 request only if it is currently enabled to be discoverable. If a device is 300 discoverable, it will respond to the discovery request by sharing some 325 discoverable by default. A user can make 326 the device discoverable for a limited time through the system settings, or an 417 <p>If you would like to make the local device discoverable to other devices, 420 Intent. This will issue a request to enable discoverable mode through the system 422 discoverable for 120 seconds. You can define a different duration by adding the 425 means the device is always discoverable. Any value below 0 or above 3600 is 441 discoverable, as shown in Figure 2. If the user responds "Yes," then the device 442 will become discoverable for the specified amount of time. Your activity will [all …]
|
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/ |
D | BluetoothStressTest.java | 90 mTestUtils.discoverable(adapter); in testDiscoverable()
|
D | BluetoothTestUtils.java | 543 public void discoverable(BluetoothAdapter adapter) { in discoverable() method in BluetoothTestUtils
|
/frameworks/base/docs/html/guide/practices/ui_guidelines/ |
D | menu_design.jd | 256 are less discoverable than either buttons fixed on-screen or the Options menu. 303 discoverable location for commands — a user can immediately see the command 375 particularly discoverable.
|
/frameworks/base/docs/html/about/versions/ |
D | android-2.3.3.jd | 120 their applications are not discoverable to users whose devices do not support
|
D | android-2.3.jd | 73 their applications are not discoverable to users whose devices do not include 120 their applications are not discoverable to users whose devices do not support 142 applications are not discoverable to users whose devices do not offer a
|
/frameworks/base/docs/html/guide/topics/search/ |
D | searchable-config.jd | 307 keys are not generally discoverable, so you should not provide them as a core user feature.</p>
|
/frameworks/base/docs/html/guide/google/play/ |
D | expansion-files.jd | 580 file in which your licensing data is saved will be unique and non-discoverable.</dd>
|