Searched refs:setHandle (Results 1 - 5 of 5) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapMessageListingElement.java72 public void setHandle(long handle) { method in class:BluetoothMapMessageListingElement
H A DBluetoothMapContent.java1351 private void setHandle(BluetoothMapMessageListingElement e, Cursor c, FilterInfo fi, method in class:BluetoothMapContent
1362 Log.d(TAG, "setHandle: " + handle);
1364 e.setHandle(handle);
1370 setHandle(e, c, fi, ap);
/packages/services/Telecomm/src/com/android/server/telecom/
H A DCall.java566 setHandle(handle);
998 void setHandle(Uri handle) { method in class:Call
999 setHandle(handle, TelecomManager.PRESENTATION_ALLOWED);
1002 public void setHandle(Uri handle, int presentation) { method in class:Call
1642 setHandle(connection.getHandle(), connection.getHandlePresentation());
H A DConnectionServiceWrapper.java710 call.setHandle(address, presentation);
H A DCallsManager.java1390 call.setHandle(uriHandle);
3022 call.setHandle(connection.getHandle(), connection.getHandlePresentation());

Completed in 201 milliseconds