HomeSort by relevance Sort by last modified time
    Searched refs:onAppStatusChanged (Results 1 - 11 of 11) sorted by null

  /system/bt/binder/android/bluetooth/
IBluetoothHidDeviceCallback.aidl 23 void onAppStatusChanged(in BluetoothDevice device, boolean registered);
  /frameworks/base/core/java/android/bluetooth/
BluetoothHidDevice.java 241 public void onAppStatusChanged(BluetoothDevice pluggedDevice, boolean registered) {
244 "onAppStatusChanged: pluggedDevice="
346 public void onAppStatusChanged(BluetoothDevice pluggedDevice, boolean registered) {
348 mExecutor.execute(() -> mCallback.onAppStatusChanged(pluggedDevice, registered));
549 * should be tracked by the application by handling callback from Callback#onAppStatusChanged.
606 * tracked by the application by handling callback from Callback#onAppStatusChanged. The app
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
HidDeviceActivity.java 97 public void onAppStatusChanged(BluetoothDevice pluggedDevice, boolean registered) {
98 Log.d(TAG, "onAppStatusChanged: pluggedDevice=" + pluggedDevice + " registered="
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
BluetoothHidDeviceFacade.java 165 public void onAppStatusChanged(BluetoothDevice pluggedDevice, boolean registered) {
166 Log.d("onAppStatusChanged: pluggedDevice=" + pluggedDevice + " registered="
170 mEventFacade.postEvent("onAppStatusChanged", result);
  /packages/apps/Bluetooth/src/com/android/bluetooth/hid/
HidDeviceService.java 101 mCallback.onAppStatusChanged(device, success);
  /packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hid/
HidDeviceTest.java 204 public void onAppStatusChanged(BluetoothDevice device, boolean registered) {
  /prebuilts/misc/common/robolectric/android-all/
android-all-stubs.jar 
  /prebuilts/sdk/28/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_28/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 592 milliseconds