Searched refs:setHandle (Results 1 - 5 of 5) sorted by relevance
/packages/apps/Bluetooth/src/com/android/bluetooth/map/ |
H A D | BluetoothMapMessageListingElement.java | 72 public void setHandle(long handle) { method in class:BluetoothMapMessageListingElement
|
H A D | BluetoothMapContent.java | 1351 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 D | Call.java | 566 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 D | ConnectionServiceWrapper.java | 710 call.setHandle(address, presentation);
|
H A D | CallsManager.java | 1390 call.setHandle(uriHandle); 3022 call.setHandle(connection.getHandle(), connection.getHandlePresentation());
|
Completed in 201 milliseconds