OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getConnectionManagerPhoneAccount
(Results
1 - 4
of
4
) sorted by null
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
CreateConnectionProcessorTest.java
157
when(mMockCall.
getConnectionManagerPhoneAccount
()).thenReturn(callManagerPAHandle);
169
when(mMockCall.
getConnectionManagerPhoneAccount
()).thenReturn(callManagerPAHandle);
192
when(mMockCall.
getConnectionManagerPhoneAccount
()).thenReturn(callManagerPAHandle);
204
when(mMockCall.
getConnectionManagerPhoneAccount
()).thenReturn(callManagerPAHandle);
/packages/services/Telecomm/src/com/android/server/telecom/
CreateConnectionProcessor.java
386
PhoneAccountHandle handle = mCall.
getConnectionManagerPhoneAccount
();
ConnectionServiceWrapper.java
723
call.
getConnectionManagerPhoneAccount
(),
[
all
...]
Call.java
836
public PhoneAccountHandle
getConnectionManagerPhoneAccount
() {
[
all
...]
Completed in 205 milliseconds