Searched refs:getCurrentBackgroundApp (Results 1 – 2 of 2) sorted by relevance
654 if (mTaskCategoryManager.getCurrentBackgroundApp() == null) { in onSaveInstanceState()658 mTaskCategoryManager.getCurrentBackgroundApp().flattenToString()); in onSaveInstanceState()928 Intent backgroundIntent = mTaskCategoryManager.getCurrentBackgroundApp() == null in startBackgroundActivities()930 : (new Intent()).setComponent(mTaskCategoryManager.getCurrentBackgroundApp()); in startBackgroundActivities()
200 ComponentName getCurrentBackgroundApp() { in getCurrentBackgroundApp() method in TaskCategoryManager