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

  /packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hid/
HidDeviceTest.java 270 * Test the logic in registerApp and unregisterApp. Should get a callback
276 .registerApp(anyString(), anyString(), anyString(), anyByte(), any(byte[].class),
279 verify(mHidDeviceNativeInterface, never()).registerApp(anyString(), anyString(),
284 Assert.assertTrue(mHidDeviceService.registerApp(mSettings, null, null, helper));
286 verify(mHidDeviceNativeInterface).registerApp(anyString(), anyString(), anyString(),
316 .registerApp(anyString(), anyString(), anyString(), anyByte(), any(byte[].class),
319 Assert.assertTrue(mHidDeviceService.registerApp(mSettings, null, null, helper));
353 .registerApp(anyString(), anyString(), anyString(), anyByte(), any(byte[].class),
356 Assert.assertTrue(mHidDeviceService.registerApp(mSettings, null, null, helper));
388 .registerApp(anyString(), anyString(), anyString(), anyByte(), any(byte[].class)
    [all...]
  /system/bt/binder/android/bluetooth/
IBluetoothHidDevice.aidl 26 boolean registerApp(in BluetoothHidDeviceAppSdpSettings sdp,
  /packages/apps/StorageManager/robotests/src/com/android/storagemanager/deletionhelper/
AppsAsyncLoaderTest.java 233 registerApp(clearable, 0, TimeUnit.DAYS.toMillis(800));
240 registerApp(tooNewtoDelete, 1, TimeUnit.DAYS.toMillis(1000));
246 registerApp(systemApp, 2, TimeUnit.DAYS.toMillis(800));
252 registerApp(persistentApp, 3, TimeUnit.DAYS.toMillis(800));
271 registerApp(clearable, 0, TimeUnit.DAYS.toMillis(800));
278 registerApp(tooNewtoDelete, 1, TimeUnit.DAYS.toMillis(1000));
284 registerApp(systemApp, 2, TimeUnit.DAYS.toMillis(800));
290 registerApp(persistentApp, 3, TimeUnit.DAYS.toMillis(800));
351 registerApp(defaultLauncher, 0, TimeUnit.DAYS.toMillis(800));
371 private void registerApp(AppsAsyncLoader.PackageInfo info, int uid, long installed)
    [all...]
  /development/samples/BluetoothHDP/src/com/example/bluetooth/health/
BluetoothHDPService.java 116 registerApp(msg.arg1);
175 private void registerApp(int dataType) {
  /packages/apps/Bluetooth/src/com/android/bluetooth/hid/
HidDeviceNativeInterface.java 103 public boolean registerApp(String name, String description, String provider,
HidDeviceService.java 308 public boolean registerApp(BluetoothHidDeviceAppSdpSettings sdp,
312 Log.d(TAG, "registerApp()");
320 return service.registerApp(sdp, inQos, outQos, callback);
491 synchronized boolean registerApp(BluetoothHidDeviceAppSdpSettings sdp,
496 Log.w(TAG, "registerApp(): failed because another app is registered");
502 Log.d(TAG, "registerApp(): calling uid=" + callingUid);
506 Log.w(TAG, "registerApp(): failed because the app is not foreground");
512 return mHidDeviceNativeInterface.registerApp(
  /frameworks/base/core/java/android/bluetooth/
BluetoothHidDevice.java 66 * @see #registerApp (BluetoothHidDeviceAppQosSettings, BluetoothHidDeviceAppQosSettings,
73 * @see #registerApp (BluetoothHidDeviceAppQosSettings, BluetoothHidDeviceAppQosSettings,
80 * @see #registerApp (BluetoothHidDeviceAppQosSettings, BluetoothHidDeviceAppQosSettings,
87 * @see #registerApp (BluetoothHidDeviceAppQosSettings, BluetoothHidDeviceAppQosSettings,
95 * @see #registerApp (BluetoothHidDeviceAppQosSettings, BluetoothHidDeviceAppQosSettings,
102 * @see #registerApp (BluetoothHidDeviceAppQosSettings, BluetoothHidDeviceAppQosSettings,
109 * @see #registerApp (BluetoothHidDeviceAppQosSettings, BluetoothHidDeviceAppQosSettings,
116 * @see #registerApp (BluetoothHidDeviceAppQosSettings, BluetoothHidDeviceAppQosSettings,
123 * @see #registerApp (BluetoothHidDeviceAppQosSettings, BluetoothHidDeviceAppQosSettings,
130 * @see #registerApp (BluetoothHidDeviceAppQosSettings, BluetoothHidDeviceAppQosSettings
    [all...]
BluetoothGatt.java 791 private boolean registerApp(BluetoothGattCallback callback, Handler handler) {
792 if (DBG) Log.d(TAG, "registerApp()");
798 if (DBG) Log.d(TAG, "registerApp() - UUID=" + uuid);
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
HidDeviceActivity.java 174 && mBluetoothHidDevice.registerApp(mSdpSettings, null, mOutQos, mExecutor,
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
BluetoothHidDeviceFacade.java 372 && sHidDeviceProfile.registerApp(
  /prebuilts/misc/common/robolectric/android-all/
android-all-stubs.jar 
android-all-4.3_r2-robolectric-0.jar 
  /external/robolectric/v3/runtime/
android-all-4.3_r2-robolectric-0.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 536 milliseconds