Searched refs:TransientRowHelper (Results 1 - 5 of 5) sorted by relevance

/packages/providers/TvProvider/src/com/android/providers/tv/
H A DTransientRowHelper.java35 public class TransientRowHelper { class
38 private static TransientRowHelper sInstance;
46 * Returns the singleton TransientRowHelper instance.
50 public static TransientRowHelper getInstance(Context context) {
51 synchronized (TransientRowHelper.class) {
53 sInstance = new TransientRowHelper(context);
60 TransientRowHelper(Context context) { method in class:TransientRowHelper
H A DBootCompletedReceiver.java30 TransientRowHelper.getInstance(context).ensureOldTransientRowsDeleted();
H A DTvProvider.java1019 protected TransientRowHelper mTransientRowHelper;
1031 mTransientRowHelper = TransientRowHelper.getInstance(getContext());
/packages/providers/TvProvider/tests/src/com/android/providers/tv/
H A DTvProviderForTesting.java40 void setTransientRowHelper(TransientRowHelper helper) {
H A DTransientRowHelperTests.java207 private class RebootSimulatingTransientRowHelper extends TransientRowHelper {

Completed in 282 milliseconds