Searched refs:autoConnection (Results 1 – 1 of 1) sorted by relevance
173 final MyServiceConnection autoConnection = new MyServiceConnection(latch); in runOnce() local174 mContext.bindService(intent, autoConnection, Context.BIND_AUTO_CREATE); in runOnce()208 mContext.unbindService(autoConnection); in runOnce()358 MyServiceConnection autoConnection = null; in testAppFreezerWithAllowOomAdj() local402 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()