summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Norbye <tnorbye@google.com>2014-12-02 16:03:35 -0800
committerTor Norbye <tnorbye@google.com>2014-12-03 00:04:57 +0000
commite2be2d0a49648243de848f607266509391748f5b (patch)
tree0e09e23263e8db09732d39f8c1571a9ab7f4cd34
parenteeb819f196b985c5f368dd0a3319a8b0d64e029c (diff)
downloadidea-e2be2d0a49648243de848f607266509391748f5b.tar.gz
Update unit test with new BindServiceFlags
Change-Id: I069563929322869ad54b9a132f8d76bd3c8b6607 (cherry picked from commit 10779cbea664763fd68ee9d496a3861acce8e8a3)
-rw-r--r--android/testData/inspections/resourceType/simple/expected.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/android/testData/inspections/resourceType/simple/expected.xml b/android/testData/inspections/resourceType/simple/expected.xml
index 82ace9fdc61..d9ab5cc6172 100644
--- a/android/testData/inspections/resourceType/simple/expected.xml
+++ b/android/testData/inspections/resourceType/simple/expected.xml
@@ -13,13 +13,13 @@
<problem>
<file>X.java</file>
<line>91</line>
- <description>Must be one or more of: Context.BIND_AUTO_CREATE, Context.BIND_AUTO_CREATE, Context.BIND_DEBUG_UNBIND, Context.BIND_NOT_FOREGROUND, Context.BIND_ABOVE_CLIENT, Context.BIND_ALLOW_OOM_MANAGEMENT, Context.BIND_WAIVE_PRIORITY</description>
+ <description>Must be one or more of: Context.BIND_AUTO_CREATE, Context.BIND_DEBUG_UNBIND, Context.BIND_NOT_FOREGROUND, Context.BIND_ABOVE_CLIENT, Context.BIND_ALLOW_OOM_MANAGEMENT, Context.BIND_WAIVE_PRIORITY, Context.BIND_IMPORTANT, Context.BIND_ADJUST_WITH_ACTIVITY</description>
</problem>
<problem>
<file>X.java</file>
<line>93</line>
- <description>Must be one or more of: Context.BIND_AUTO_CREATE, Context.BIND_AUTO_CREATE, Context.BIND_DEBUG_UNBIND, Context.BIND_NOT_FOREGROUND, Context.BIND_ABOVE_CLIENT, Context.BIND_ALLOW_OOM_MANAGEMENT, Context.BIND_WAIVE_PRIORITY</description>
+ <description>Must be one or more of: Context.BIND_AUTO_CREATE, Context.BIND_DEBUG_UNBIND, Context.BIND_NOT_FOREGROUND, Context.BIND_ABOVE_CLIENT, Context.BIND_ALLOW_OOM_MANAGEMENT, Context.BIND_WAIVE_PRIORITY, Context.BIND_IMPORTANT, Context.BIND_ADJUST_WITH_ACTIVITY</description>
</problem>
<problem>