Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DPreferencesHelperTest.java3243 Pair<Integer, String> pkgKey = in testDumpJson_postPermissionMigration() local
3245 assertTrue(expected.containsKey(pkgKey)); in testDumpJson_postPermissionMigration()
3247 assertThat(pkgInfo.getString("importance")).isEqualTo(expected.get(pkgKey)); in testDumpJson_postPermissionMigration()
3249 assertThat(expected.get(pkgKey)).isNull(); in testDumpJson_postPermissionMigration()
3410 Pair<Integer, String> pkgKey = new Pair<>(record.uid, record.package_); in testDumpProto_postPermissionMigration() local
3411 assertTrue(expected.containsKey(pkgKey)); in testDumpProto_postPermissionMigration()
3412 assertThat(record.importance).isEqualTo(expected.get(pkgKey)); in testDumpProto_postPermissionMigration()