Home
last modified time | relevance | path

Searched defs:conn (Results 1 – 25 of 69) sorted by relevance

123

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DGsmCdmaCall.java76 public void attach(Connection conn, DriverCall dc) { in attach()
83 public void attachFake(Connection conn, State state) { in attachFake()
92 public boolean connectionDisconnected(GsmCdmaConnection conn) { in connectionDisconnected()
114 public void detach(GsmCdmaConnection conn) { in detach()
122 /*package*/ boolean update (GsmCdmaConnection conn, DriverCall dc) { in update()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
DVoiceCallSessionStats.java189 public synchronized void onRilDial(Connection conn) { in onRilDial()
232 public synchronized void onImsDial(ImsPhoneConnection conn) { in onImsDial()
240 public synchronized void onImsCallReceived(ImsPhoneConnection conn) { in onImsCallReceived()
255 public synchronized void onImsCallStartFailed( in onImsCallStartFailed()
261 public synchronized void onImsCallTerminated( in onImsCallTerminated()
285 public synchronized void onRttStarted(ImsPhoneConnection conn) { in onRttStarted()
292 public synchronized void onAudioCodecChanged(Connection conn, int audioQuality) { in onAudioCodecChanged()
313 ImsPhoneConnection conn, @VideoState int videoState) { in onVideoStateChange()
327 public synchronized void onMultipartyChange(ImsPhoneConnection conn, boolean isMultiParty) { in onMultipartyChange()
412 private void acceptCall(Connection conn) { in acceptCall()
[all …]
/frameworks/base/telephony/java/android/telephony/ims/aidl/
DSipDelegateConnectionAidlWrapper.java175 ISipDelegate conn = getSipDelegateBinder(); in sendMessage() local
191 ISipDelegate conn = getSipDelegateBinder(); in notifyMessageReceived() local
204 ISipDelegate conn = getSipDelegateBinder(); in notifyMessageReceiveError() local
217 ISipDelegate conn = getSipDelegateBinder(); in cleanupSession() local
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCall.java167 public void attach(Connection conn) { in attach()
178 public void attach(Connection conn, State state) { in attach()
188 public void attachFake(Connection conn, State state) { in attachFake()
195 public boolean connectionDisconnected(ImsPhoneConnection conn) { in connectionDisconnected()
224 public void detach(ImsPhoneConnection conn) { in detach()
345 public boolean update(ImsPhoneConnection conn, ImsCall imsCall, State state) { in update()
/frameworks/base/tests/UsbHostExternalManagmentTest/UsbHostExternalManagmentTestApp/src/com/android/hardware/usb/externalmanagementtest/
DAoapInterface.java95 public static int getProtocol(UsbDeviceConnection conn) { in getProtocol()
106 public static void sendString(UsbDeviceConnection conn, int index, String string) { in sendString()
119 public static void sendAoapStart(UsbDeviceConnection conn) { in sendAoapStart()
/frameworks/base/media/jni/
Dandroid_media_MediaHTTPConnection.cpp85 JNIEnv *env, jobject thiz, const sp<JMediaHTTPConnection> &conn) { in setObject()
117 sp<JMediaHTTPConnection> conn = new JMediaHTTPConnection(env, thiz); in android_media_MediaHTTPConnection_native_setup() local
129 sp<JMediaHTTPConnection> conn = getObject(env, thiz); in android_media_MediaHTTPConnection_native_getIMemory() local
136 sp<JMediaHTTPConnection> conn = getObject(env, thiz); in android_media_MediaHTTPConnection_native_readAt() local
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ims/
DImsServiceControllerTest.java633 ServiceConnection conn = bindAndConnectService(testFeatures, slotIdToSubIdMap.clone()); in testBindServiceAndConnectedDisconnected() local
659 ServiceConnection conn = bindAndConnectService(testFeatures, slotIdToSubIdMap.clone()); in testBindServiceAndConnectedDisconnectedUnbind() local
727 ServiceConnection conn = bindAndConnectService(testFeatures, slotIdToSubIdMap.clone()); in testBindServiceBindUnbind() local
761 ServiceConnection conn = bindAndConnectService(testFeatures, slotIdToSubIdMap.clone()); in testBindServiceAndBinderDied() local
1303 ServiceConnection conn = bindAndConnectService(testFeatures, slotIdToSubIdMap.clone()); in testAutoBindAfterBinderDied() local
1327 ServiceConnection conn = bindAndConnectService(testFeatures, slotIdToSubIdMap.clone()); in testAutoBindAfterBinderDiedIgnoreNullBinding() local
1352 ServiceConnection conn = bindAndConnectService(testFeatures, slotIdToSubIdMap.clone()); in testNoAutoBindBeforeTimeout() local
1373 ServiceConnection conn = bindAndConnectService(testFeatures, slotIdToSubIdMap.clone()); in testUnbindCauseAutoBindCancelAfterBinderDied() local
1399 ServiceConnection conn = bindAndConnectService(testFeatures, slotIdToSubIdMap.clone()); in testBindCauseAutoBindCancelAfterBinderDied() local
/frameworks/base/core/java/android/view/inputmethod/
DInputBinding.java58 public InputBinding(InputConnection conn, IBinder connToken, in InputBinding()
73 public InputBinding(InputConnection conn, InputBinding binding) { in InputBinding()
/frameworks/base/test-runner/src/android/test/
DIsolatedContext.java85 public boolean bindService(Intent service, ServiceConnection conn, int flags) { in bindService()
91 ServiceConnection conn) { in bindService()
97 Executor executor, ServiceConnection conn) { in bindIsolatedService()
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/
DPersistentConnectionTest.java121 final MyConnection conn = new MyConnection(TAG, context, handler, userId, cn, in testAll() local
324 final MyConnection conn = new MyConnection(TAG, context, handler, userId, cn, in testReconnectFiresAfterUnbind() local
373 final MyConnection conn = new MyConnection(TAG, context, handler, userId, cn, in testResetBackoff() local
/frameworks/base/core/tests/coretests/src/android/widget/
DRemoteViewsAdapterTest.java198 ServiceConnection conn = mContext.conn.get(); in serviceDisconnected_before_getView() local
243 public final LockedValue<ServiceConnection> conn = new LockedValue<>(); field in RemoteViewsAdapterTest.TestContext
252 public void unbindService(ServiceConnection conn) { in unbindService()
266 ServiceConnection conn, Handler handler, int flags) { in getServiceDispatcher()
/frameworks/base/services/core/java/com/android/server/am/
DContentProviderRecord.java89 public ContentProviderHolder newHolder(ContentProviderConnection conn, boolean local) { in newHolder()
102 final ContentProviderConnection conn = connections.get(iconn); in setProcess() local
193 final ContentProviderConnection conn = connections.get(i); in onProviderPublishStatusLocked() local
278 ContentProviderConnection conn = connections.get(i); in dump() local
DContentProviderHelper.java167 ContentProviderConnection conn = null; in getContentProviderImpl() local
766 ContentProviderConnection conn; in removeContentProvider() local
836 ContentProviderConnection conn; in refContentProvider() local
860 ContentProviderConnection conn; in unstableProviderDied() local
933 final ContentProviderConnection conn = (ContentProviderConnection) connection; in appNotRespondingViaProvider() local
1401 ContentProviderConnection conn = pr.getProviderConnectionAt(i); in incProviderCountLocked() local
1409 ContentProviderConnection conn = new ContentProviderConnection(cpr, r, callingPackage, in incProviderCountLocked() local
1436 private boolean decProviderCountLocked(ContentProviderConnection conn, in decProviderCountLocked()
1470 private void handleProviderRemoval(ContentProviderConnection conn, boolean stable, in handleProviderRemoval()
1760 ContentProviderConnection conn = cpr.connections.get(i); in removeDyingProviderLocked() local
/frameworks/base/services/core/java/com/android/server/appbinding/
DAppBindingService.java349 final AppServiceConnection conn = mConnections.get(i); in findConnectionLock() local
404 final AppServiceConnection conn = in bindServicesLocked() local
415 final AppServiceConnection conn = mConnections.get(i); in unbindServicesLocked() local
485 final AppServiceConnection conn = mConnections.get(i); in dump() local
508 final AppServiceConnection conn = mConnections.get(i); in dumpSimple() local
/frameworks/base/tests/BandwidthTests/src/com/android/tests/bandwidthenforcement/
DBandwidthEnforcementTestService.java98 final HttpURLConnection conn = (HttpURLConnection) new URL("http://www.google.com/") in testUrlConnection() local
122 final HttpURLConnection conn = (HttpURLConnection) new URL("http://ipv6.google.com/") in testUrlConnectionv6() local
/frameworks/base/services/tests/servicestests/test-apps/SimpleServiceTestApp/src/com/android/servicestests/apps/simpleservicetestapp/
DSimpleService.java95 final ServiceConnection conn = new ServiceConnection() { in bindToService() local
121 final ServiceConnection conn = mServiceConnections.remove(targetPkg); in unbindService() local
/frameworks/av/media/libmediaplayerservice/datasource/
DPlayerServiceMediaHTTP.cpp32 PlayerServiceMediaHTTP::PlayerServiceMediaHTTP(const sp<MediaHTTPConnection> &conn) in PlayerServiceMediaHTTP()
DPlayerServiceDataSourceFactory.cpp48 sp<MediaHTTPConnection> conn = httpService->makeHTTPConnection(); in CreateMediaHTTP() local
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDeviceAdminServiceController.java142 final DevicePolicyServiceConnection conn = in startServiceForOwner() local
169 final DevicePolicyServiceConnection conn = mConnections.get(userId); in disconnectServiceOnUserLocked() local
/frameworks/base/packages/WAPPushManager/tests/src/com/android/smspush/unitTests/
DClientTest.java146 private ServiceConnection conn = new ServiceConnection() { field in ClientTest
/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
DFrameworkPerfActivity.java251 void dispatchCurOp(TestConnection conn) { in dispatchCurOp()
327 final TestConnection conn = mCurConnection; in disconnect() local
352 void connectionDied(TestConnection conn) { in connectionDied()
/frameworks/base/tests/testables/src/android/testing/
DTestableContext.java267 public boolean bindService(Intent service, ServiceConnection conn, int flags) { in bindService()
277 public boolean bindServiceAsUser(Intent service, ServiceConnection conn, int flags, in bindServiceAsUser()
288 public boolean bindServiceAsUser(Intent service, ServiceConnection conn, int flags, in bindServiceAsUser()
295 private boolean checkMocks(Intent service, ServiceConnection conn) { in checkMocks()
327 public void unbindService(ServiceConnection conn) { in unbindService()
/frameworks/base/tests/CoreTests/android/core/
DTestHttpClient.java98 final HttpClientConnection conn) throws HttpException, IOException { in execute()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DGbaManagerTest.java182 ServiceConnection conn = bindAndConnectService(TEST_DEFAULT_SERVICE_NAME); in testBindServiceWhenPackageNameChanged() local
291 private void unbindService(ServiceConnection conn) { in unbindService()
/frameworks/base/tests/AccessoryDisplay/sink/src/com/android/accessorydisplay/sink/
DSinkActivity.java176 UsbDeviceConnection conn = mUsbManager.openDevice(device); in connect() local
441 private int getProtocol(UsbDeviceConnection conn) { in getProtocol()
452 private void sendString(UsbDeviceConnection conn, int index, String string) { in sendString()

123