Home
last modified time | relevance | path

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

/cts/tests/tests/notification/src/android/app/notification/current/cts/
DNotificationManagerTest.java1067 FutureServiceConnection pressureService00 = bindServiceConnection(PRESSURE_SERVICE_00); in testRankingUpdateSentWithPressure() local
1103 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()