OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:phoneAccountSelected
(Results
1 - 8
of
8
) sorted by null
/frameworks/base/telecomm/java/com/android/internal/telecom/
IInCallAdapter.aidl
50
void
phoneAccountSelected
(String callId, in PhoneAccountHandle accountHandle,
/frameworks/base/telecomm/java/android/telecom/
InCallAdapter.java
201
public void
phoneAccountSelected
(String callId, PhoneAccountHandle accountHandle,
204
mAdapter.
phoneAccountSelected
(callId, accountHandle, setDefault);
Call.java
[
all
...]
/packages/apps/Dialer/InCallUI/src/com/android/incallui/
TelecomAdapter.java
206
void
phoneAccountSelected
(String callId, PhoneAccountHandle accountHandle, boolean setDefault) {
208
Log.e(this, "error
phoneAccountSelected
, accountHandle is null");
214
call.
phoneAccountSelected
(accountHandle, setDefault);
216
Log.e(this, "error
phoneAccountSelected
, call not in call list " + callId);
InCallPresenter.java
[
all
...]
/packages/services/Telecomm/src/com/android/server/telecom/
InCallAdapter.java
230
public void
phoneAccountSelected
(String callId, PhoneAccountHandle accountHandle,
239
mCallsManager.
phoneAccountSelected
(call, accountHandle, setDefault);
241
Log.w(this, "
phoneAccountSelected
, unknown call id: %s", callId);