OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:theme2
(Results
1 - 8
of
8
) sorted by null
/packages/apps/Settings/tests/unit/src/com/android/settings/display/
ThemePreferenceControllerTest.java
73
OverlayInfo info2 = new OverlayInfo("com.android.
Theme2
", "android",
80
when(info.loadLabel(any())).thenReturn("
Theme2
");
95
assertThat(entries).asList().containsExactly("Theme1", "
Theme2
");
100
"com.android.Theme1", "com.android.
Theme2
");
109
OverlayInfo info2 = new OverlayInfo("com.android.
Theme2
", "android",
116
when(info.loadLabel(any())).thenReturn("
Theme2
");
123
when(mMockPackageManager.getPackageInfo(eq("com.android.
Theme2
"), anyInt())).thenReturn(
134
assertThat(entries).asList().containsExactly("
Theme2
");
138
assertThat(entryValues).asList().containsExactly("com.android.
Theme2
");
140
verify(pref).setValue(eq("com.android.
Theme2
"));
[
all
...]
/packages/apps/Settings/tests/robotests/src/com/android/settings/display/
ThemePreferenceControllerTest.java
77
final String pkg2 = "pkg2.
theme2
";
79
final String themeLabel2 = "
Theme2
";
96
final String pkg2 = "pkg2.
theme2
";
98
final String themeLabel2 = "
Theme2
";
/frameworks/base/libs/androidfw/tests/data/basic/
R.h
69
Theme2
= 0x7f050001,
/frameworks/base/libs/androidfw/tests/data/basic/res/values/
values.xml
65
<public type="style" name="
Theme2
" id="0x7f050001" />
66
<style name="
Theme2
" parent="@com.android.basic:style/Theme1">
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowAssetManagerTest.java
238
Resources.Theme
theme2
= resources.newTheme();
local
239
theme2
.setTo(theme1);
ShadowThemeTest.java
210
Resources.Theme
theme2
= resources.newTheme();
local
211
theme2
.setTo(theme1);
213
assertThat(
theme2
.obtainStyledAttributes(new int[]{R.attr.string1}).getString(0))
/frameworks/base/libs/androidfw/tests/
ResTable_test.cpp
133
ASSERT_EQ(NO_ERROR, theme.applyStyle(basic::R::style::
Theme2
));
/libcore/luni/src/test/java/libcore/java/net/
AbstractCookiesTest.java
[
all
...]
Completed in 732 milliseconds