Home
last modified time | relevance | path

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

/frameworks/base/services/tests/PackageManagerComponentOverrideTests/src/com/android/server/pm/test/override/
DPackageManagerComponentLabelIconOverrideTest.kt87 object ChangedWithoutNotify : Result() in <lambda>() object in com.android.server.pm.test.override.PackageManagerComponentLabelIconOverrideTest.Companion.Result
110 this += param.copy(result = Result.ChangedWithoutNotify) in <lambda>()
146 Result.Changed, Result.ChangedWithoutNotify, Result.NotChanged -> TEST_LABEL in <lambda>()
151 Result.Changed, Result.ChangedWithoutNotify, Result.NotChanged -> TEST_ICON in <lambda>()
161 Result.ChangedWithoutNotify -> "ChangedWithoutNotify" in <lambda>()
191 if (params.result is Result.ChangedWithoutNotify) { in <lambda>()
209 Result.Changed, Result.ChangedWithoutNotify, Result.NotChanged -> { in <lambda>()
236 Result.Changed, Result.ChangedWithoutNotify -> { in <lambda>()
248 is Result.Changed, is Result.ChangedWithoutNotify -> { in <lambda>()
262 is Result.Changed, Result.ChangedWithoutNotify -> { in <lambda>()