Searched refs:TEST_TAG (Results 1 – 4 of 4) sorted by relevance
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/utils/quota/ |
H A D | CountQuotaTrackerTest.java | 80 private static final String TEST_TAG = "testing"; field in CountQuotaTrackerTest 201 logEvents(TEST_USER_ID, TEST_PACKAGE, TEST_TAG, count); in logEvents() 211 logEventAt(TEST_USER_ID, TEST_PACKAGE, TEST_TAG, timeElapsed); in logEventAt() 249 TEST_TAG); in testDeleteObsoleteEventsLocked() 514 logEvents(TEST_USER_ID, "com.android.test.spam", TEST_TAG, 30); in testisWithinQuota_OverCount() 604 logEventsAt(TEST_USER_ID, TEST_PACKAGE, TEST_TAG, start, 5); in testMaybeScheduleStartAlarmLocked() 752 mQuotaTracker.noteEvent(TEST_USER_ID, TEST_PACKAGE, TEST_TAG); in testLogEvent_GlobalQuotaFree() 773 mQuotaTracker.noteEvent(TEST_USER_ID, TEST_PACKAGE, TEST_TAG); in testLogEvent_GlobalQuotaNotFree() 792 mQuotaTracker.noteEvent(TEST_USER_ID, TEST_PACKAGE, TEST_TAG); in testLogEvent_UptcQuotaFree() 813 mQuotaTracker.noteEvent(TEST_USER_ID, TEST_PACKAGE, TEST_TAG); in testLogEvent_UptcQuotaNotFree() [all …]
|
/aosp14/frameworks/base/libs/WindowManager/Jetpack/tests/unittest/src/androidx/window/extensions/embedding/ |
H A D | EmbeddingTestUtils.java | 58 static final String TEST_TAG = "test"; field in EmbeddingTestUtils 124 .setTag(TEST_TAG) in createSplitRule() 161 .setTag(TEST_TAG) in createSplitRule()
|
H A D | SplitControllerTest.java | 36 import static androidx.window.extensions.embedding.EmbeddingTestUtils.TEST_TAG; 1264 .setTag(TEST_TAG) in testHasSamePresentation()
|
/aosp14/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/core/instrumentation/ |
H A D | SharedPreferenceLoggerTest.java | 40 private static final String TEST_TAG = "tag"; field in SharedPreferenceLoggerTest 53 mSharedPrefLogger = new SharedPreferencesLogger(mContext, TEST_TAG, mMetricsFeature); in init()
|