Home
last modified time | relevance | path

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

/cts/tests/tests/app.usage/src/android/app/usage/cts/
DBroadcastResponseStatsTest.java230 final TestServiceConnection connection = bindToTestServiceAndGetConnection(); in testBroadcastResponseStats_broadcastDispatchedCount()
302 final TestServiceConnection connection = bindToTestServiceAndGetConnection(); in testBroadcastResponseStats_notificationPostedCount()
381 final TestServiceConnection connection = bindToTestServiceAndGetConnection(); in testBroadcastResponseStats_notificationUpdatedCount()
463 final TestServiceConnection connection = bindToTestServiceAndGetConnection(); in testBroadcastResponseStats_notificationCancelledCount()
544 final TestServiceConnection connection = bindToTestServiceAndGetConnection(); in testBroadcastResponseStats_multipleEvents()
686 final TestServiceConnection connection = bindToTestServiceAndGetConnection(); in testBroadcastResponseStats_clearCounts()
791 final TestServiceConnection connection = bindToTestServiceAndGetConnection(); in testBroadcastResponseStats_changeResponseWindowDuration()
882 final TestServiceConnection connection = bindToTestServiceAndGetConnection(); in testBroadcastResponseStats_appNotInForeground()
990 final TestServiceConnection connection1 = bindToTestServiceAndGetConnection(TEST_APP_PKG); in testBroadcastResponseStats_multiplePackages()
991 final TestServiceConnection connection3 = bindToTestServiceAndGetConnection(TEST_APP3_PKG); in testBroadcastResponseStats_multiplePackages()
[all …]
DUsageStatsTest.java915 final TestServiceConnection connection = bindToTestServiceAndGetConnection(); in testNotificationSeen_verifyBucket()
916 final TestServiceConnection connection2 = bindToTestServiceAndGetConnection( in testNotificationSeen_verifyBucket()
991 final TestServiceConnection connection = bindToTestServiceAndGetConnection(); in testNotificationSeen_verifyBucket_retainPreTImpact()
992 final TestServiceConnection connection2 = bindToTestServiceAndGetConnection( in testNotificationSeen_verifyBucket_retainPreTImpact()
1066 final TestServiceConnection connection = bindToTestServiceAndGetConnection(); in testNotificationSeen_noImpact()
2184 final TestServiceConnection connection = bindToTestServiceAndGetConnection(); in bindToTestService()
2188 private TestServiceConnection bindToTestServiceAndGetConnection(String packageName) in bindToTestServiceAndGetConnection() method in UsageStatsTest
2197 private TestServiceConnection bindToTestServiceAndGetConnection() throws Exception { in bindToTestServiceAndGetConnection() method in UsageStatsTest
2198 return bindToTestServiceAndGetConnection(TEST_APP_PKG); in bindToTestServiceAndGetConnection()