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.java242 final TestServiceConnection connection = bindToTestServiceAndGetConnection(); in testBroadcastResponseStats_broadcastDispatchedCount()
314 final TestServiceConnection connection = bindToTestServiceAndGetConnection(); in testBroadcastResponseStats_notificationPostedCount()
393 final TestServiceConnection connection = bindToTestServiceAndGetConnection(); in testBroadcastResponseStats_notificationUpdatedCount()
475 final TestServiceConnection connection = bindToTestServiceAndGetConnection(); in testBroadcastResponseStats_notificationCancelledCount()
556 final TestServiceConnection connection = bindToTestServiceAndGetConnection(); in testBroadcastResponseStats_multipleEvents()
698 final TestServiceConnection connection = bindToTestServiceAndGetConnection(); in testBroadcastResponseStats_clearCounts()
800 final TestServiceConnection connection = bindToTestServiceAndGetConnection(); in testBroadcastResponseStats_changeResponseWindowDuration()
891 final TestServiceConnection connection = bindToTestServiceAndGetConnection(); in testBroadcastResponseStats_appNotInForeground()
999 final TestServiceConnection connection1 = bindToTestServiceAndGetConnection(TEST_APP_PKG); in testBroadcastResponseStats_multiplePackages()
1000 final TestServiceConnection connection3 = bindToTestServiceAndGetConnection(TEST_APP3_PKG); in testBroadcastResponseStats_multiplePackages()
[all …]
DUsageStatsTest.java1004 final TestServiceConnection connection = bindToTestServiceAndGetConnection(); in testNotificationSeen_verifyBucket()
1005 final TestServiceConnection connection2 = bindToTestServiceAndGetConnection( in testNotificationSeen_verifyBucket()
1080 final TestServiceConnection connection = bindToTestServiceAndGetConnection(); in testNotificationSeen_verifyBucket_retainPreTImpact()
1081 final TestServiceConnection connection2 = bindToTestServiceAndGetConnection( in testNotificationSeen_verifyBucket_retainPreTImpact()
1155 final TestServiceConnection connection = bindToTestServiceAndGetConnection(); in testNotificationSeen_noImpact()
2337 final TestServiceConnection connection = bindToTestServiceAndGetConnection(); in bindToTestService()
2341 private TestServiceConnection bindToTestServiceAndGetConnection(String packageName) in bindToTestServiceAndGetConnection() method in UsageStatsTest
2350 private TestServiceConnection bindToTestServiceAndGetConnection() throws Exception { in bindToTestServiceAndGetConnection() method in UsageStatsTest
2351 return bindToTestServiceAndGetConnection(TEST_APP_PKG); in bindToTestServiceAndGetConnection()