Searched refs:willChangeBeEnabled (Results 1 – 4 of 4) sorted by relevance
968 assertThat(compatConfig.willChangeBeEnabled(2L, "bar.baz")).isFalse(); in testInitOverridesRaw()1012 assertThat(compatConfig.willChangeBeEnabled(2L, "bar.baz")).isFalse(); in testInitOverridesDeferred()1082 assertThat(compatConfig.willChangeBeEnabled(1L, "foo.bar")).isTrue(); in testInitOverridesWithStaticFile()1083 assertThat(compatConfig.willChangeBeEnabled(2L, "foo.bar")).isTrue(); in testInitOverridesWithStaticFile()1084 assertThat(compatConfig.willChangeBeEnabled(2L, "bar.baz")).isFalse(); in testInitOverridesWithStaticFile()1085 assertThat(compatConfig.willChangeBeEnabled(3L, "bar.baz")).isTrue(); in testInitOverridesWithStaticFile()
131 return mCompatConfig.willChangeBeEnabled(changeId, packageName); in isChangeEnabledByPackageName()188 if (mCompatConfig.willChangeBeEnabled(changeId, packageName)) { in isChangeEnabledInternal()
186 boolean willChangeBeEnabled(long changeId, String packageName) { in willChangeBeEnabled() method in CompatConfig
15044 HSPLcom/android/server/compat/CompatConfig;->willChangeBeEnabled(JLjava/lang/String;)Z+]Lcom/androi…