Searched refs:getName (Results 76 - 100 of 1171) sorted by path

1234567891011>>

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothAdapter.java1019 public String getName() { method in class:BluetoothAdapter
1021 return mManagerService.getName();
H A DBluetoothAvrcpController.java140 Intent intent = new Intent(IBluetoothAvrcpController.class.getName());
H A DBluetoothDevice.java777 public String getName() { method in class:BluetoothDevice
850 * @see #getName()
858 name = getName();
H A DBluetoothHeadsetClient.java394 Intent intent = new Intent(IBluetoothHeadsetClient.class.getName());
426 Intent intent = new Intent(IBluetoothHeadsetClient.class.getName());
H A DBluetoothHealth.java488 Intent intent = new Intent(IBluetoothHealth.class.getName());
H A DBluetoothHealthAppConfiguration.java74 return mName.equals(config.getName()) &&
117 public String getName() { method in class:BluetoothHealthAppConfiguration
H A DBluetoothInputDevice.java260 Intent intent = new Intent(IBluetoothInputDevice.class.getName());
H A DBluetoothInputHost.java242 Intent intent = new Intent(IBluetoothInputHost.class.getName());
H A DBluetoothMap.java104 Intent intent = new Intent(IBluetoothMap.class.getName());
H A DBluetoothMapClient.java124 Intent intent = new Intent(IBluetoothMapClient.class.getName());
H A DBluetoothMasInstance.java88 public String getName() { method in class:BluetoothMasInstance
H A DBluetoothPan.java145 Intent intent = new Intent(IBluetoothPan.class.getName());
H A DBluetoothPbap.java160 Intent intent = new Intent(IBluetoothPbap.class.getName());
H A DBluetoothPbapClient.java113 Intent intent = new Intent(IBluetoothPbapClient.class.getName());
H A DBluetoothSap.java142 Intent intent = new Intent(IBluetoothSap.class.getName());
H A DIBluetooth.aidl44 String getName();
H A DIBluetoothManager.aidl47 String getName();
/frameworks/base/core/java/android/bluetooth/le/
H A DBluetoothLeAdvertiser.java517 if (data.getIncludeDeviceName() && mBluetoothAdapter.getName() != null) {
518 size += OVERHEAD_BYTES_PER_FIELD + mBluetoothAdapter.getName().length();
/frameworks/base/core/java/android/companion/
H A DBluetoothDeviceFilterUtils.java96 final String name = device.getName();
/frameworks/base/core/java/android/content/
H A DComponentName.java131 mClass = cls.getName();
H A DContentProvider.java207 return getContentProvider().getClass().getName();
634 + ContentProvider.this.getClass().getName() + " uri " + uri + " from pid=" + pid
708 + ContentProvider.this.getClass().getName() + " uri " + uri + " from pid=" + pid
H A DContentProviderOperation.java637 throw new IllegalArgumentException("bad value type: " + value.getClass().getName());
H A DContentResolver.java2262 + value.getClass().getName());
H A DIntent.java8792 * <code>setClassName(context, cls.getName())</code>.
9580 String nodeName = parser.getName();
9662 name = in.getName();
H A DIntentFilter.java1683 String tagName = parser.getName();

Completed in 2245 milliseconds

1234567891011>>