Searched refs:deviceConfigStateHelper (Results 1 – 2 of 2) sorted by relevance
/cts/tests/tests/app.usage/BroadcastResponseStats/src/android/app/usage/brs/cts/ |
D | BroadcastResponseStatsTest.java | 793 try (DeviceConfigStateHelper deviceConfigStateHelper = in testBroadcastResponseStats_changeResponseWindowDuration() argument 795 updateFlagsWithDefaultDelays(deviceConfigStateHelper); in testBroadcastResponseStats_changeResponseWindowDuration() 896 try (DeviceConfigStateHelper deviceConfigStateHelper = in testBroadcastResponseStats_appNotInForeground() argument 900 updateFlagWithDelay(deviceConfigStateHelper, in testBroadcastResponseStats_appNotInForeground() 953 updateFlagWithDelay(deviceConfigStateHelper, in testBroadcastResponseStats_appNotInForeground() 973 updateFlagWithDelay(deviceConfigStateHelper, in testBroadcastResponseStats_appNotInForeground() 1520 try (DeviceConfigStateHelper deviceConfigStateHelper = in testBroadcastResponseStats_broadcastSession() argument 1522 updateFlagsWithDefaultDelays(deviceConfigStateHelper); in testBroadcastResponseStats_broadcastSession() 1583 try (DeviceConfigStateHelper deviceConfigStateHelper = in testBroadcastResponseStats_broadcastSession_withLateNotification() argument 1585 updateFlagsWithDefaultDelays(deviceConfigStateHelper); in testBroadcastResponseStats_broadcastSession_withLateNotification() [all …]
|
/cts/tests/tests/app.usage/src/android/app/usage/cts/ |
D | UsageStatsTest.java | 1024 try (DeviceConfigStateHelper deviceConfigStateHelper = in testNotificationSeen_verifyBucket() argument 1026 deviceConfigStateHelper.set(KEY_NOTIFICATION_SEEN_PROMOTED_BUCKET, in testNotificationSeen_verifyBucket() 1028 deviceConfigStateHelper.set(KEY_NOTIFICATION_SEEN_HOLD_DURATION, in testNotificationSeen_verifyBucket() 1098 try (DeviceConfigStateHelper deviceConfigStateHelper = in testNotificationSeen_verifyBucket_retainPreTImpact() argument 1100 deviceConfigStateHelper.set(KEY_NOTIFICATION_SEEN_PROMOTED_BUCKET, in testNotificationSeen_verifyBucket_retainPreTImpact() 1102 deviceConfigStateHelper.set(KEY_NOTIFICATION_SEEN_HOLD_DURATION, in testNotificationSeen_verifyBucket_retainPreTImpact() 1104 deviceConfigStateHelper.set(KEY_RETAIN_NOTIFICATION_SEEN_IMPACT_FOR_PRE_T_APPS, in testNotificationSeen_verifyBucket_retainPreTImpact() 1175 try (DeviceConfigStateHelper deviceConfigStateHelper = in testNotificationSeen_noImpact() argument 1177 deviceConfigStateHelper.set(KEY_NOTIFICATION_SEEN_PROMOTED_BUCKET, in testNotificationSeen_noImpact() 1179 deviceConfigStateHelper.set(KEY_NOTIFICATION_SEEN_HOLD_DURATION, in testNotificationSeen_noImpact()
|