Searched refs:sConnection (Results 1 – 1 of 1) sorted by relevance
136 private static ServiceConnection sConnection; field in LocationAccessCheckTest148 if (sConnection == null || sLocationAccessor == null) { in accessLocation()370 if (sConnection != null) { in unbindService()371 sContext.unbindService(sConnection); in unbindService()373 sConnection = null; in unbindService()397 sConnection = new ServiceConnection() { in bindService()405 sConnection = null; in bindService()413 sContext.bindService(testAppService, sConnection, BIND_AUTO_CREATE | BIND_NOT_FOREGROUND); in bindService()