Home
last modified time | relevance | path

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

/cts/tests/tests/notification/src/android/app/notification/current/cts/
DNotificationManagerTest.java1068 FutureServiceConnection pressureService01 = bindServiceConnection(PRESSURE_SERVICE_01); in testRankingUpdateSentWithPressure() local
1104 sendMessage(pressureService01, notificationId++, callback); in testRankingUpdateSentWithPressure()
1124 sendCancelAll(pressureService01, callback); in testRankingUpdateSentWithPressure()
1151 if (pressureService01 != null) { in testRankingUpdateSentWithPressure()
1152 mContext.unbindService(pressureService01); in testRankingUpdateSentWithPressure()