Searched refs:pressureService00 (Results 1 – 1 of 1) sorted by relevance
1067 FutureServiceConnection pressureService00 = bindServiceConnection(PRESSURE_SERVICE_00); in testRankingUpdateSentWithPressure() local1103 sendMessage(pressureService00, notificationId++, callback); in testRankingUpdateSentWithPressure()1123 sendCancelAll(pressureService00, callback); in testRankingUpdateSentWithPressure()1146 if (pressureService00 != null) { in testRankingUpdateSentWithPressure()1147 mContext.unbindService(pressureService00); in testRankingUpdateSentWithPressure()1148 pressureService00 = null; in testRankingUpdateSentWithPressure()