HomeSort by relevance Sort by last modified time
    Searched refs:mActionFragment (Results 1 - 14 of 14) sorted by null

  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/
BaseSettingsActivity.java 40 protected Fragment mActionFragment;
78 mActionFragment = ActionFragment.newInstance(mActions);
79 setContentAndActionFragments(mContentFragment, mActionFragment);
90 mActionFragment = ActionFragment.newInstance(mActions);
91 setContentAndActionFragments(mContentFragment, mActionFragment);
137 mActionFragment = getActionFragment();
139 if ((mActionFragment != null) && (mActionFragment instanceof ActionFragment)) {
140 ActionFragment actFrag = (ActionFragment) mActionFragment;
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/display/widi/
WifiDisplayActivity.java 47 private ActionFragment mActionFragment;
56 mActionFragment = ActionFragment.newInstance(getMainActions());
60 mActionFragment);
129 ((ActionAdapter) mActionFragment.getAdapter()).setActions(getMainActions());
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/accounts/
AccountSyncSettings.java 80 private ActionFragment mActionFragment;
110 mActionFragment = ActionFragment.newInstance(getActions(mAccountManager.getAccounts()));
114 getResources().getColor(R.color.icon_background)), mActionFragment);
361 int count = mActionFragment.getAdapter().getCount();
363 Action action = (Action) mActionFragment.getAdapter().getItem(i);
430 ((ActionAdapter) mActionFragment.getAdapter()).setActions(result);
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/apps/
AppManagementActivity.java 66 private ActionFragment mActionFragment;
81 mActionFragment = ActionFragment.newInstance(getActions());
89 getResources().getColor(R.color.icon_background)), mActionFragment);
359 ((ActionAdapter) mActionFragment.getAdapter()).setActions(getActions());
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/display/daydream/
DaydreamActivity.java 63 private ActionFragment mActionFragment;
72 mActionFragment = ActionFragment.newInstance(getMainActions());
73 setContentAndActionFragments(mContentFragment, mActionFragment);
218 ((ActionAdapter) mActionFragment.getAdapter()).setActions(getMainActions());
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/storage/
StorageActivity.java 53 private ActionFragment mActionFragment;
104 mActionFragment = ActionFragment.newInstance(getActions());
109 setContentAndActionFragments(mContentFragment, mActionFragment);
152 ((ActionAdapter) mActionFragment.getAdapter()).setActions(actions);
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
LanguageActivity.java 129 private ActionFragment mActionFragment;
140 setContentAndActionFragments(mContentFragment, mActionFragment);
216 mActionFragment = ActionFragment.newInstance(mActions);
DateTimeActivity.java 326 if (mActionFragment instanceof ActionFragment) {
327 ActionAdapter adapter = (ActionAdapter) ((ActionFragment)mActionFragment).getAdapter();
437 mActionFragment = ActionFragment.newInstance(mActions);
477 mActionFragment = datePicker;
506 mActionFragment = timePicker;
509 mActionFragment = ActionFragment.newInstance(mActions);
524 setContentAndActionFragments(mContentFragment, mActionFragment);
CaptionSetupActivity.java 397 mActionFragment = ActionFragment.newInstance(mActions);
398 setActionFragment (mActionFragment);
    [all...]
DeveloperOptionsActivity.java 292 mActionFragment = ActionFragment.newInstance(mActions);
293 setContentAndActionFragments(mContentFragment, mActionFragment);
    [all...]
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
AddAccessoryActivity.java 93 private ActionFragment mActionFragment;
225 mActionFragment = ActionFragment.newInstance(mActions);
227 setContentAndActionFragments(mContentFragment, mActionFragment);
384 int selectedIndex = mActionFragment.getSelectedItemPosition() + 1;
388 mActionFragment.setSelectionSmooth(selectedIndex);
416 if (mActionFragment != null && mBtPairer != null) {
439 ActionAdapter adapter = (ActionAdapter) mActionFragment.getAdapter();
BluetoothPairingDialog.java 73 private ActionFragment mActionFragment;
320 mActionFragment = ActionFragment.newInstance(mActions);
378 setContentAndActionFragments(mContentFragment, mActionFragment);
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/privacy/
PrivacyActivity.java 68 private ActionFragment mActionFragment;
92 mActionFragment = ActionFragment.newInstance(getFactoryResetActions());
93 setContentAndActionFragments(mContentFragment, mActionFragment);
393 ((ActionAdapter) mActionFragment.getAdapter()).setActions(getMainActions());
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/resolver/
ResolverActivity.java 422 ActionAdapter adapter = (ActionAdapter) ((ActionFragment) mActionFragment).getAdapter();

Completed in 3392 milliseconds