OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RecentlyWatchedDialogFragment
(Results
1 - 2
of
2
) sorted by null
/packages/apps/TV/src/com/android/tv/dialog/
RecentlyWatchedDialogFragment.java
41
public class
RecentlyWatchedDialogFragment
extends SafeDismissDialogFragment implements
43
public static final String DIALOG_TAG =
RecentlyWatchedDialogFragment
.class.getSimpleName();
/packages/apps/TV/src/com/android/tv/ui/
TvOverlayManager.java
57
import com.android.tv.dialog.
RecentlyWatchedDialogFragment
;
135
AVAILABLE_DIALOG_TAGS.add(
RecentlyWatchedDialogFragment
.DIALOG_TAG);
500
showDialogFragment(
RecentlyWatchedDialogFragment
.DIALOG_TAG,
501
new
RecentlyWatchedDialogFragment
(), false);
[
all
...]
Completed in 417 milliseconds