Home
last modified time | relevance | path

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

/cts/tests/app/src/android/app/cts/
DActivityManagerFgsBgStartTest.java1853 private void testTempAllowListReasonCodeInternal(int reasonCode) throws Exception { in testTempAllowListReasonCodeInternal() argument
1876 TEMPORARY_ALLOW_LIST_TYPE_FOREGROUND_SERVICE_ALLOWED, reasonCode, in testTempAllowListReasonCodeInternal()
1885 if (reasonCode == REASON_PUSH_MESSAGING) { in testTempAllowListReasonCodeInternal()
1894 } else if (reasonCode == REASON_PUSH_MESSAGING_OVER_QUOTA) { in testTempAllowListReasonCodeInternal()
1991 private void testAlarmClockFgsNotStoppedByBackgroundRestrictedInternal(int reasonCode) in testAlarmClockFgsNotStoppedByBackgroundRestrictedInternal() argument
2011 reasonCode, in testAlarmClockFgsNotStoppedByBackgroundRestrictedInternal()
2028 if (reasonCode == REASON_ALARM_MANAGER_ALARM_CLOCK) { in testAlarmClockFgsNotStoppedByBackgroundRestrictedInternal()
/cts/tests/tests/wifi/src/android/net/wifi/cts/
DWifiManagerTest.java7152 public void onTeardown(int reasonCode) { in onTeardown() argument
7154 mTwtTeardownReasonCode.set(reasonCode); in onTeardown()