Home
last modified time | relevance | path

Searched defs:testPackageName (Results 1 – 7 of 7) sorted by relevance

/packages/modules/AppSearch/testing/mockingservicestests/src/com/android/server/appsearch/stats/
DMockingPlatformLoggerTest.java140 final String testPackageName = "packageName"; in testShouldLogForTypeLocked_trueWhenSampleIntervalIsOne() local
158 final String testPackageName = "packageName"; in testShouldLogForTypeLocked_falseWhenSampleIntervalIsNegative() local
181 final String testPackageName = "packageName"; in testShouldLogForTypeLocked_falseWhenWithinCoolOffInterval() local
208 final String testPackageName = "packageName"; in testShouldLogForTypeLocked_trueWhenOutsideOfCoolOffInterval() local
/packages/modules/AppSearch/testing/servicestests/src/com/android/server/appsearch/external/localstorage/
DAppSearchLoggerTest.java370 final String testPackageName = "testPackage"; in testLoggingStats_initializeWithDocuments_success() local
430 final String testPackageName = "testPackage"; in testLoggingStats_initialize_failure() local
492 final String testPackageName = "testPackage"; in testLoggingStats_putDocument_success() local
543 final String testPackageName = "testPackage"; in testLoggingStats_putDocument_failure() local
596 final String testPackageName = "testPackage"; in testLoggingStats_search_success() local
691 final String testPackageName = "testPackage"; in testLoggingStats_search_failure() local
730 final String testPackageName = "testPackage"; in testLoggingStats_remove_success() local
768 final String testPackageName = "testPackage"; in testLoggingStats_remove_failure() local
819 final String testPackageName = "testPackage"; in testLoggingStats_removeByQuery_success() local
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/sidebar/
DRootsFragmentTest.java99 final String testPackageName = "com.test1"; in testItemComparator_WithCorrectOrder() local
118 final String testPackageName = "com.test1"; in testItemComparator_differentItemTypes_WithCorrectOrder() local
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/
DMoreKeySpecStringReferenceTests.java49 final String testPackageName = testRes.getResourcePackageName(R.string.empty_string); in setUp() local
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/dirlist/
DAppsRowManagerTest.java117 final String testPackageName = "com.test1"; in testUpdateList_byHybridItem() local
/packages/modules/AppSearch/testing/servicestests/src/com/android/server/appsearch/stats/
DPlatformLoggerTest.java148 final String testPackageName = "packageName"; in testGetPackageUidAsUser() local
/packages/modules/Permission/PermissionController/tests/mocking/src/com/android/permissioncontroller/tests/mocking/permission/ui/model/
DReviewPermissionsViewModelTest.kt56 private val testPackageName = "test.package" constant