Searched refs:pkgKey (Results 1 – 1 of 1) sorted by relevance
3243 Pair<Integer, String> pkgKey = in testDumpJson_postPermissionMigration() local3245 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() local3411 assertTrue(expected.containsKey(pkgKey)); in testDumpProto_postPermissionMigration()3412 assertThat(record.importance).isEqualTo(expected.get(pkgKey)); in testDumpProto_postPermissionMigration()