Searched refs:deflect (Results 1 – 11 of 11) sorted by relevance
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/ |
D | BluetoothCall.java | 91 public void deflect(Uri address) { in deflect() method in BluetoothCall 92 mCall.deflect(address); in deflect()
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/telephony/ |
D | BluetoothCallTest.java | 94 assertThrows(NullPointerException.class, () -> mBluetoothCall.deflect(null)); in deflect_whenInnerCallIsNull_throwsNPE()
|
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
D | BasicCallTests.java | 1201 .deflect(eq(ids.mConnectionId), eq(deflectAddress), any()); in testDeflectCallWhenIncoming() 1221 .deflect(eq(ids.mConnectionId), eq(deflectAddress), any()); in testDeflectCallWhenOutgoing()
|
D | ConnectionServiceFixture.java | 321 public void deflect(String callId, Uri address, Session.Info info) in deflect() method in ConnectionServiceFixture.FakeConnectionService
|
/packages/services/Telecomm/src/com/android/server/telecom/ |
D | ConnectionServiceWrapper.java | 2161 void deflect(Call call, Uri address) { in deflect() method in ConnectionServiceWrapper 2166 mServiceInterface.deflect(callId, address, in deflect()
|
D | Call.java | 2932 public void deflect(Uri address) { in deflect() method in Call 2942 mConnectionService.deflect(this, address); in deflect()
|
D | CallsManager.java | 3196 call.deflect(address);
|
/packages/services/Telephony/src/com/android/services/telephony/ |
D | TelephonyConnection.java | 1090 mOriginalConnection.deflect(deflectNumber); in onDeflect()
|
/packages/inputmethods/LatinIME/dictionaries/ |
D | en_GB_wordlist.combined.gz |
|
D | en_US_wordlist.combined.gz |
|
D | en_wordlist.combined.gz |
|