Searched refs:willChangeBeEnabled (Results 1 – 4 of 4) sorted by relevance
1082 assertThat(compatConfig.willChangeBeEnabled(2L, "bar.baz")).isFalse(); in testInitOverridesRaw()1126 assertThat(compatConfig.willChangeBeEnabled(2L, "bar.baz")).isFalse(); in testInitOverridesDeferred()1196 assertThat(compatConfig.willChangeBeEnabled(1L, "foo.bar")).isTrue(); in testInitOverridesWithStaticFile()1197 assertThat(compatConfig.willChangeBeEnabled(2L, "foo.bar")).isTrue(); in testInitOverridesWithStaticFile()1198 assertThat(compatConfig.willChangeBeEnabled(2L, "bar.baz")).isFalse(); in testInitOverridesWithStaticFile()1199 assertThat(compatConfig.willChangeBeEnabled(3L, "bar.baz")).isTrue(); in testInitOverridesWithStaticFile()
151 return mCompatConfig.willChangeBeEnabled(changeId, packageName); in isChangeEnabledByPackageName()211 if (mCompatConfig.willChangeBeEnabled(changeId, packageName)) { in isChangeEnabledInternal()
253 boolean willChangeBeEnabled(long changeId, String packageName) { in willChangeBeEnabled() method in CompatConfig
9107 HPLcom/android/server/compat/CompatConfig;->willChangeBeEnabled(JLjava/lang/String;)Z