Home | History | Annotate | Download | only in server

Lines Matching refs:homeIntent

637             Intent homeIntent = buildHomeIntent(category);
638 if (Sandman.shouldStartDockApp(getContext(), homeIntent)) {
641 null, null, homeIntent, null, null, null, 0, 0,
646 Slog.e(TAG, "Could not start dock app: " + homeIntent
650 Slog.e(TAG, "Could not start dock app: " + homeIntent, ex);