/aosp_15_r20/cts/tests/tests/telecom/src/android/telecom/cts/ |
H A D | CtsConnectionService.java | 87 public Connection onCreateOutgoingConnection(PhoneAccountHandle connectionManagerPhoneAccount, in onCreateOutgoingConnection() 100 public Connection onCreateIncomingConnection(PhoneAccountHandle connectionManagerPhoneAccount, in onCreateIncomingConnection() 113 public void onCreateIncomingConnectionFailed(PhoneAccountHandle connectionManagerPhoneAccount, in onCreateIncomingConnectionFailed() 125 public Conference onCreateOutgoingConference(PhoneAccountHandle connectionManagerPhoneAccount, in onCreateOutgoingConference() 138 public void onCreateOutgoingConferenceFailed(PhoneAccountHandle connectionManagerPhoneAccount, in onCreateOutgoingConferenceFailed() 150 public Conference onCreateIncomingConference(PhoneAccountHandle connectionManagerPhoneAccount, in onCreateIncomingConference() 185 public void onCreateIncomingConferenceFailed(PhoneAccountHandle connectionManagerPhoneAccount, in onCreateIncomingConferenceFailed() 248 PhoneAccountHandle connectionManagerPhoneAccount, in createRemoteOutgoingConnectionToTelecom() 262 PhoneAccountHandle connectionManagerPhoneAccount, in createRemoteIncomingConnectionToTelecom() 276 PhoneAccountHandle connectionManagerPhoneAccount, in createRemoteIncomingConferenceToTelecom() [all …]
|
H A D | MockConnectionService.java | 81 public Connection onCreateOutgoingConnection(PhoneAccountHandle connectionManagerPhoneAccount, in onCreateOutgoingConnection() 118 public Connection onCreateIncomingConnection(PhoneAccountHandle connectionManagerPhoneAccount, in onCreateIncomingConnection() 161 public void onCreateIncomingConnectionFailed(PhoneAccountHandle connectionManagerPhoneAccount, in onCreateIncomingConnectionFailed() 191 public Conference onCreateOutgoingConference(PhoneAccountHandle connectionManagerPhoneAccount, in onCreateOutgoingConference() 204 public void onCreateOutgoingConferenceFailed(PhoneAccountHandle connectionManagerPhoneAccount, in onCreateOutgoingConferenceFailed() 214 public Conference onCreateIncomingConference(PhoneAccountHandle connectionManagerPhoneAccount, in onCreateIncomingConference() 227 public void onCreateIncomingConferenceFailed(PhoneAccountHandle connectionManagerPhoneAccount, in onCreateIncomingConferenceFailed()
|
H A D | CtsRemoteConnectionService.java | 94 public Connection onCreateOutgoingConnection(PhoneAccountHandle connectionManagerPhoneAccount, in onCreateOutgoingConnection() 109 public Connection onCreateIncomingConnection(PhoneAccountHandle connectionManagerPhoneAccount, in onCreateIncomingConnection() 124 public Conference onCreateOutgoingConference(PhoneAccountHandle connectionManagerPhoneAccount, in onCreateOutgoingConference() 140 public Conference onCreateIncomingConference(PhoneAccountHandle connectionManagerPhoneAccount, in onCreateIncomingConference()
|
H A D | CtsSelfManagedConnectionService.java | 96 public Connection onCreateIncomingConnection(PhoneAccountHandle connectionManagerPhoneAccount, in onCreateIncomingConnection()
|
/aosp_15_r20/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/testing/ |
H A D | TestConnectionService.java | 18 PhoneAccountHandle connectionManagerPhoneAccount, ConnectionRequest request) { in onCreateIncomingConnection() 23 PhoneAccountHandle connectionManagerPhoneAccount, ConnectionRequest request) {} in onCreateIncomingConnectionFailed() 27 PhoneAccountHandle connectionManagerPhoneAccount, ConnectionRequest request) { in onCreateOutgoingConnection() 32 PhoneAccountHandle connectionManagerPhoneAccount, ConnectionRequest request) {} in onCreateOutgoingConnectionFailed() 49 PhoneAccountHandle connectionManagerPhoneAccount, ConnectionRequest request) { in onCreateIncomingConnection() 55 PhoneAccountHandle connectionManagerPhoneAccount, ConnectionRequest request) { in onCreateIncomingConnectionFailed() 62 PhoneAccountHandle connectionManagerPhoneAccount, ConnectionRequest request) { in onCreateOutgoingConnection() 68 PhoneAccountHandle connectionManagerPhoneAccount, ConnectionRequest request) { in onCreateOutgoingConnectionFailed()
|
/aosp_15_r20/frameworks/base/telecomm/java/android/telecom/ |
H A D | ConnectionService.java | 2967 public final @Nullable RemoteConnection createRemoteIncomingConnection( in createRemoteIncomingConnection() 2986 public final @Nullable RemoteConnection createRemoteOutgoingConnection( in createRemoteOutgoingConnection() 3004 public final @Nullable RemoteConference createRemoteIncomingConference( in createRemoteIncomingConference() 3022 public final @Nullable RemoteConference createRemoteOutgoingConference( in createRemoteOutgoingConference() 3216 PhoneAccountHandle connectionManagerPhoneAccount, in onCreateIncomingConnection() 3233 public @Nullable Conference onCreateIncomingConference( in onCreateIncomingConference() 3279 public void onCreateIncomingConnectionFailed(PhoneAccountHandle connectionManagerPhoneAccount, in onCreateIncomingConnectionFailed() 3298 public void onCreateOutgoingConnectionFailed(PhoneAccountHandle connectionManagerPhoneAccount, in onCreateOutgoingConnectionFailed() 3317 public void onCreateIncomingConferenceFailed( in onCreateIncomingConferenceFailed() 3337 public void onCreateOutgoingConferenceFailed( in onCreateOutgoingConferenceFailed() [all …]
|
H A D | RemoteConnectionManager.java | 60 PhoneAccountHandle connectionManagerPhoneAccount, in createRemoteConnection() 88 PhoneAccountHandle connectionManagerPhoneAccount, in createRemoteConference()
|
H A D | RemoteConnectionService.java | 572 PhoneAccountHandle connectionManagerPhoneAccount, in createRemoteConnection() 636 PhoneAccountHandle connectionManagerPhoneAccount, in createRemoteConference()
|
/aosp_15_r20/cts/tests/tests/telecom-apps/ConnectionServiceVoipAppMain/src/android/telecom/cts/apps/connectionservicevoipappmain/ |
H A D | VoipConnectionServiceMain.java | 48 public Connection onCreateOutgoingConnection(PhoneAccountHandle connectionManagerPhoneAccount, in onCreateOutgoingConnection() 56 public void onCreateOutgoingConnectionFailed(PhoneAccountHandle connectionManagerPhoneAccount, in onCreateOutgoingConnectionFailed() 64 public Connection onCreateIncomingConnection(PhoneAccountHandle connectionManagerPhoneAccount, in onCreateIncomingConnection() 72 public void onCreateIncomingConnectionFailed(PhoneAccountHandle connectionManagerPhoneAccount, in onCreateIncomingConnectionFailed()
|
/aosp_15_r20/cts/tests/tests/telecom-apps/ManagedConnectionService/src/android/telecom/cts/apps/managedapp/ |
H A D | ManagedConnectionService.java | 48 public Connection onCreateOutgoingConnection(PhoneAccountHandle connectionManagerPhoneAccount, in onCreateOutgoingConnection() 56 public void onCreateOutgoingConnectionFailed(PhoneAccountHandle connectionManagerPhoneAccount, in onCreateOutgoingConnectionFailed() 64 public Connection onCreateIncomingConnection(PhoneAccountHandle connectionManagerPhoneAccount, in onCreateIncomingConnection() 72 public void onCreateIncomingConnectionFailed(PhoneAccountHandle connectionManagerPhoneAccount, in onCreateIncomingConnectionFailed()
|
/aosp_15_r20/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
D | ConnectionServiceFixture.java | 91 PhoneAccountHandle connectionManagerPhoneAccount, ConnectionRequest request) { in onCreateUnknownConnection() 98 PhoneAccountHandle connectionManagerPhoneAccount, ConnectionRequest request) { in onCreateIncomingConnection() 120 PhoneAccountHandle connectionManagerPhoneAccount, ConnectionRequest request) { in onCreateOutgoingConnection() 246 public void createConnection(PhoneAccountHandle connectionManagerPhoneAccount, in createConnection() 278 public void createConnectionFailed(PhoneAccountHandle connectionManagerPhoneAccount, in createConnectionFailed() 292 PhoneAccountHandle connectionManagerPhoneAccount, in createConference() 304 PhoneAccountHandle connectionManagerPhoneAccount, in createConferenceFailed() 486 PhoneAccountHandle connectionManagerPhoneAccount; field in ConnectionServiceFixture.ConnectionInfo
|
/aosp_15_r20/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/ |
D | SelfManagedConnectionService.java | 50 public Connection onCreateIncomingConnection(PhoneAccountHandle connectionManagerPhoneAccount, in onCreateIncomingConnection() 68 public void onCreateIncomingConnectionFailed(PhoneAccountHandle connectionManagerPhoneAccount, in onCreateIncomingConnectionFailed() 74 public void onCreateOutgoingConnectionFailed(PhoneAccountHandle connectionManagerPhoneAccount, in onCreateOutgoingConnectionFailed()
|
/aosp_15_r20/frameworks/base/telecomm/java/com/android/internal/telecom/ |
H A D | IConnectionService.aidl | 46 in PhoneAccountHandle connectionManagerPhoneAccount, in createConnection() 55 void createConnectionFailed(in PhoneAccountHandle connectionManagerPhoneAccount, String callId, in createConnectionFailed() 59 in PhoneAccountHandle connectionManagerPhoneAccount, in createConference() 68 void createConferenceFailed(in PhoneAccountHandle connectionManagerPhoneAccount, String callId, in createConferenceFailed()
|
/aosp_15_r20/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/ |
H A D | TestConnectionService.java | 38 public Connection onCreateOutgoingConnection(PhoneAccountHandle connectionManagerPhoneAccount, in onCreateOutgoingConnection() 48 public Connection onCreateIncomingConnection(PhoneAccountHandle connectionManagerPhoneAccount, in onCreateIncomingConnection()
|
/aosp_15_r20/packages/services/Telephony/src/com/android/services/telephony/ |
D | TelephonyConnectionService.java | 997 public @Nullable Conference onCreateIncomingConference( in onCreateIncomingConference() 1025 public @Nullable Conference onCreateOutgoingConference( in onCreateOutgoingConference() 1064 PhoneAccountHandle connectionManagerPhoneAccount, in onCreateOutgoingConnection() 1724 PhoneAccountHandle connectionManagerPhoneAccount, in onCreateIncomingConnection() 1854 public void onCreateIncomingConnectionFailed(PhoneAccountHandle connectionManagerPhoneAccount, in onCreateIncomingConnectionFailed() 1924 public void onCreateIncomingConferenceFailed(PhoneAccountHandle connectionManagerPhoneAccount, in onCreateIncomingConferenceFailed() 1938 public Connection onCreateUnknownConnection(PhoneAccountHandle connectionManagerPhoneAccount, in onCreateUnknownConnection()
|
/aosp_15_r20/packages/services/Telecomm/src/com/android/server/telecom/ |
D | CreateConnectionProcessor.java | 62 public final PhoneAccountHandle connectionManagerPhoneAccount; field in CreateConnectionProcessor.CallAttemptRecord 68 PhoneAccountHandle connectionManagerPhoneAccount, in CallAttemptRecord()
|
D | Call.java | 2249 PhoneAccount connectionManagerPhoneAccount = phoneAccountRegistrar.getPhoneAccountUnchecked( in checkIfRttCapable() local
|
/aosp_15_r20/cts/tests/tests/mediacujtest/common/src/android/media/cujcommon/cts/ |
H A D | CallNotificationService.java | 33 public Connection onCreateIncomingConnection(PhoneAccountHandle connectionManagerPhoneAccount, in onCreateIncomingConnection()
|
/aosp_15_r20/cts/apps/CtsVerifier/src/com/android/cts/verifier/telecom/ |
H A D | CtsSelfManagedConnectionService.java | 83 public Connection onCreateIncomingConnection(PhoneAccountHandle connectionManagerPhoneAccount, in onCreateIncomingConnection()
|
H A D | CtsConnectionService.java | 116 public Connection onCreateIncomingConnection(PhoneAccountHandle connectionManagerPhoneAccount, in onCreateIncomingConnection()
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/framework-minus-apex/android_common/javac/ |
D | framework.jar35 | META-INF/
META-INF/MANIFEST.MF
android/
android/renderscript/
android/ ... |
/aosp_15_r20/out/soong/.intermediates/frameworks/base/framework-minus-apex/android_common/repackaged-jarjar/javac-35/ |
D | framework.jar | com/google/android/mms/util/SqliteWrapper.uau
com/google/android/ ... |
/aosp_15_r20/out/soong/.intermediates/packages/services/Telephony/TeleService/android_common/javac/ |
D | TeleService.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/os/
android/ ... |
/aosp_15_r20/out/soong/.intermediates/packages/services/Telephony/TeleService/android_common/repackaged-jarjar/javac/ |
D | TeleService.jar | com/android/services/telephony/rcs/validator/ValidationResult.class
ValidationResult.java
package ... |
/aosp_15_r20/out/soong/.intermediates/packages/services/Telecomm/TelecomLib/android_common/repackaged-jarjar/javac/ |
D | TelecomLib.jar | com/android/server/telecom/ui/ToastFactory.class
ToastFactory.java
package com. ... |