Home
last modified time | relevance | path

Searched refs:bindToService (Results 1 – 4 of 4) sorted by relevance

/cts/common/device-side/bedstead/testapp/src/main/library/java/com/android/bedstead/testapp/
DTestAppBinder.java51 ComponentName bindToService, in tryBind() argument
58 bindToService.getClassName())); in tryBind()
/cts/common/device-side/bedstead/remotedpc/src/library/main/java/com/android/bedstead/remotedpc/connected/
DRemoteDPCBinder.java52 ComponentName bindToService, in tryBind() argument
59 bindToService.getClassName())); in tryBind()
/cts/tests/app/AppExitTest/src/android/app/cts/
DMemoryConsumerService.java144 static Pair<IBinder, ServiceConnection> bindToService(final Context context, in bindToService() method in MemoryConsumerService
DActivityManagerAppExitInfoTest.java412 Pair<IBinder, ServiceConnection> p = MemoryConsumerService.bindToService( in fillUpMemoryAndCheck()
425 p = MemoryConsumerService.bindToService(mContext, testFunc, in fillUpMemoryAndCheck()