HomeSort by relevance Sort by last modified time
    Searched full:bluetoothdevicelist (Results 1 - 5 of 5) sorted by null

  /external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/
BluetoothDeviceList.java 36 public class BluetoothDeviceList extends ListActivity {
112 final TextView view = new TextView(BluetoothDeviceList.this);
126 CustomizeWindow.toggleProgressBarVisibility(BluetoothDeviceList.this, false);
  /external/sl4a/Common/src/com/googlecode/android_scripting/
Constants.java 96 "com.googlecode.android_scripting.activity.BluetoothDeviceList");
  /frameworks/base/telecomm/java/android/telecom/
CallAudioState.java 159 String bluetoothDeviceList = supportedBluetoothDevices.stream()
169 bluetoothDeviceList);
  /packages/services/Car/service/src/com/android/car/
BluetoothDevicesInfo.java 292 List<BluetoothDevice> bluetoothDeviceList = new ArrayList<>();
294 bluetoothDeviceList.add(deviceInfo.mBluetoothDevice);
296 return bluetoothDeviceList;
  /external/sl4a/ScriptingLayerForAndroid/
AndroidManifest.xml 183 <activity android:name=".activity.BluetoothDeviceList" android:configChanges="keyboardHidden|orientation" />

Completed in 105 milliseconds