Home
last modified time | relevance | path

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

/cts/tests/tests/app.usage/BroadcastResponseStats/src/android/app/usage/brs/cts/
DBroadcastResponseStatsTest.java256 final TestServiceConnection connection = bindToTestServiceAndGetConnection(); in testBroadcastResponseStats_broadcastDispatchedCount()
327 final TestServiceConnection connection = bindToTestServiceAndGetConnection(); in testBroadcastResponseStats_notificationPostedCount()
405 final TestServiceConnection connection = bindToTestServiceAndGetConnection(); in testBroadcastResponseStats_notificationUpdatedCount()
486 final TestServiceConnection connection = bindToTestServiceAndGetConnection(); in testBroadcastResponseStats_notificationCancelledCount()
566 final TestServiceConnection connection = bindToTestServiceAndGetConnection(); in testBroadcastResponseStats_multipleEvents()
707 final TestServiceConnection connection = bindToTestServiceAndGetConnection(); in testBroadcastResponseStats_clearCounts()
808 final TestServiceConnection connection = bindToTestServiceAndGetConnection(); in testBroadcastResponseStats_changeResponseWindowDuration()
898 final TestServiceConnection connection = bindToTestServiceAndGetConnection(); in testBroadcastResponseStats_appNotInForeground()
1005 final TestServiceConnection connection1 = bindToTestServiceAndGetConnection(TEST_APP_PKG); in testBroadcastResponseStats_multiplePackages()
1006 final TestServiceConnection connection3 = bindToTestServiceAndGetConnection(TEST_APP3_PKG); in testBroadcastResponseStats_multiplePackages()
[all …]
/cts/tests/tests/app.usage/src/android/app/usage/cts/
DUsageStatsTest.java1033 final TestServiceConnection connection = bindToTestServiceAndGetConnection(); in testNotificationSeen_verifyBucket()
1034 final TestServiceConnection connection2 = bindToTestServiceAndGetConnection( in testNotificationSeen_verifyBucket()
1109 final TestServiceConnection connection = bindToTestServiceAndGetConnection(); in testNotificationSeen_verifyBucket_retainPreTImpact()
1110 final TestServiceConnection connection2 = bindToTestServiceAndGetConnection( in testNotificationSeen_verifyBucket_retainPreTImpact()
1184 final TestServiceConnection connection = bindToTestServiceAndGetConnection(); in testNotificationSeen_noImpact()
2746 final TestServiceConnection connection = bindToTestServiceAndGetConnection(); in bindToTestService()
2750 private TestServiceConnection bindToTestServiceAndGetConnection(String packageName) in bindToTestServiceAndGetConnection() method in UsageStatsTest
2759 private TestServiceConnection bindToTestServiceAndGetConnection() throws Exception { in bindToTestServiceAndGetConnection() method in UsageStatsTest
2760 return bindToTestServiceAndGetConnection(TEST_APP_PKG); in bindToTestServiceAndGetConnection()