OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getDreamInfos
(Results
1 - 6
of
6
) sorted by null
/packages/apps/Settings/tests/robotests/src/com/android/settings/dream/
CurrentDreamPreferenceControllerTest.java
65
when(mBackend.
getDreamInfos
()).thenReturn(new ArrayList<>(0));
72
when(mBackend.
getDreamInfos
()).thenReturn(Collections.singletonList(mDreamInfo));
82
when(mBackend.
getDreamInfos
()).thenReturn(Collections.singletonList(mDreamInfo));
99
when(mBackend.
getDreamInfos
()).thenReturn(Collections.singletonList(mDreamInfo));
CurrentDreamPickerTest.java
85
when(mBackend.
getDreamInfos
()).thenReturn(Collections.singletonList(mockInfo));
/packages/apps/Settings/src/com/android/settings/dream/
CurrentDreamPreferenceController.java
41
return mBackend.
getDreamInfos
().size() > 0;
76
return mBackend.
getDreamInfos
()
CurrentDreamPicker.java
72
candidates = mBackend.
getDreamInfos
().stream()
88
mBackend.
getDreamInfos
()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/display/daydream/
DaydreamFragment.java
121
final List<DreamBackend.DreamInfo> infos = mBackend.
getDreamInfos
();
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/dream/
DreamBackend.java
112
public List<DreamInfo>
getDreamInfos
() {
113
logd("
getDreamInfos
()");
Completed in 3207 milliseconds