Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/am/
DActivityManagerTest.java173 final MyServiceConnection autoConnection = new MyServiceConnection(latch); in runOnce() local
174 mContext.bindService(intent, autoConnection, Context.BIND_AUTO_CREATE); in runOnce()
208 mContext.unbindService(autoConnection); in runOnce()
358 MyServiceConnection autoConnection = null; in testAppFreezerWithAllowOomAdj() local
402 autoConnection = new MyServiceConnection(latch); in testAppFreezerWithAllowOomAdj()
403 mContext.bindService(intent, autoConnection, in testAppFreezerWithAllowOomAdj()
464 if (autoConnection != null) { in testAppFreezerWithAllowOomAdj()
465 mContext.unbindService(autoConnection); in testAppFreezerWithAllowOomAdj()