| /packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/displaysound/ |
| D | PreferredDynamicRangeInfo.java | 115 public View onCreateView( in onCreateView() method in PreferredDynamicRangeInfo.ForceSdrInfoFragment 117 View view = super.onCreateView(inflater, container, savedInstanceState); in onCreateView() 134 public View onCreateView( in onCreateView() method in PreferredDynamicRangeInfo.ForceInfoFragment 136 View view = super.onCreateView(inflater, container, savedInstanceState); in onCreateView() 150 public View onCreateView( in onCreateView() method in PreferredDynamicRangeInfo.BaseInfoFragment 152 View view = super.onCreateView(inflater, container, savedInstanceState); in onCreateView()
|
| D | AdvancedVolumeInfo.java | 59 public View onCreateView( in onCreateView() method in AdvancedVolumeInfo.BaseInfoFragment 61 View view = super.onCreateView(inflater, container, savedInstanceState); in onCreateView()
|
| D | HdrFormatSelectionInfo.java | 64 public View onCreateView( in onCreateView() method in HdrFormatSelectionInfo.BaseInfoFragment 66 View view = super.onCreateView(inflater, container, savedInstanceState); in onCreateView()
|
| D | MatchContentFrameRateInfo.java | 77 public View onCreateView( in onCreateView() method in MatchContentFrameRateInfo.BaseInfoFragment 79 View view = super.onCreateView(inflater, container, savedInstanceState); in onCreateView()
|
| /packages/apps/Settings/tests/robotests/src/com/android/settings/biometrics/combination/ |
| D | CombinedBiometricProfileSettingsTest.java | 188 mFragment.onCreateView(LayoutInflater.from(mContext), mock(ViewGroup.class), Bundle.EMPTY); in testClickFingerprintUnlockWithValidGkPwHandle() 219 mFragment.onCreateView(LayoutInflater.from(mContext), mock(ViewGroup.class), Bundle.EMPTY); in testClickFingerprintUnlockIfGkPwHandleTimeout() 249 mFragment.onCreateView(LayoutInflater.from(mContext), mock(ViewGroup.class), Bundle.EMPTY); in testActivityResultLaunchFingerprintUnlock() 278 mFragment.onCreateView(LayoutInflater.from(mContext), mock(ViewGroup.class), Bundle.EMPTY); in testClickFaceUnlock() 307 mFragment.onCreateView(LayoutInflater.from(mContext), mock(ViewGroup.class), Bundle.EMPTY); in testClickFaceUnlockIfGkPwHandleTimeout() 337 mFragment.onCreateView(LayoutInflater.from(mContext), mock(ViewGroup.class), Bundle.EMPTY); in testActivityResultLaunchFaceUnlock() 400 mFragment.onCreateView(LayoutInflater.from(mContext), mock(ViewGroup.class), Bundle.EMPTY); in testClickFingerprintUnlock() 446 mFragment.onCreateView(LayoutInflater.from(mContext), mock(ViewGroup.class), Bundle.EMPTY); in testClickFaceUnlock() 498 mFragment.onCreateView(LayoutInflater.from(mContext), mock(ViewGroup.class), Bundle.EMPTY); in testNoCrashIfDetachActivityDuringGeneratingChallengeThroughFaceManager() 528 mFragment.onCreateView(LayoutInflater.from(mContext), mock(ViewGroup.class), Bundle.EMPTY); in testNoCrashIfDetachActivityDuringGeneratingChallengeThroughFingerprintManager()
|
| /packages/apps/Settings/tests/robotests/src/com/android/settings/wifi/p2p/ |
| D | WifiP2pSettingsTest.java | 120 mFragment.onCreateView(LayoutInflater.from(mContext), null, null); in onCreateView_withNullBundle_canNotGetValue() 131 mFragment.onCreateView(LayoutInflater.from(mContext), null, bundle); in onCreateView_withDeviceName_shouldGetDeviceName() 142 mFragment.onCreateView(LayoutInflater.from(mContext), null, bundle); in onCreateView_withGroupName_shouldGetGroupName() 308 mFragment.onCreateView(LayoutInflater.from(mContext), null, bundle); in withValidName_clickRenameDialog_shouldSetName() 321 mFragment.onCreateView(LayoutInflater.from(mContext), null, bundle); in withInValidName_whenGetRenameRequest_shouldNotSetName() 429 mFragment.onCreateView(LayoutInflater.from(mContext), null, createBundle); in onSaveInstanceState_withDeviceNameText_shouldSaveName() 465 mFragment.onCreateView(LayoutInflater.from(mContext), null, bundle); in persistentController_withOneGroup_shouldBeAvailable() 542 mFragment.onCreateView(LayoutInflater.from(mContext), null, new Bundle()); in onCreateView_withNullP2pManager_shouldGetP2pManagerAgain() 551 mFragment.onCreateView(LayoutInflater.from(mContext), null, new Bundle()); in onCreateView_withNullChannel_shouldSetP2pManagerNull()
|
| /packages/apps/TV/common/src/com/android/tv/common/ui/setup/ |
| D | SetupGuidedStepFragment.java | 52 public View onCreateView( in onCreateView() method in SetupGuidedStepFragment 54 View view = super.onCreateView(inflater, container, savedInstanceState); in onCreateView() 143 public View onCreateView( in onCreateGuidanceStylist() 145 View view = super.onCreateView(inflater, container, guidance); in onCreateGuidanceStylist()
|
| /packages/apps/TV/src/com/android/tv/dvr/ui/ |
| D | DvrConflictFragment.java | 177 public View onCreateView( in onCreateView() method in DvrConflictFragment.DvrProgramConflictFragment 200 return super.onCreateView(inflater, container, savedInstanceState); in onCreateView() 232 public View onCreateView( in onCreateView() method in DvrConflictFragment.DvrChannelRecordConflictFragment 260 return super.onCreateView(inflater, container, savedInstanceState); in onCreateView() 295 public View onCreateView( in onCreateView() method in DvrConflictFragment.DvrChannelWatchConflictFragment 320 return super.onCreateView(inflater, container, savedInstanceState); in onCreateView()
|
| D | DvrGuidedActionsStylist.java | 46 public View onCreateView(LayoutInflater inflater, ViewGroup container) { in onCreateView() method in DvrGuidedActionsStylist 48 View v = super.onCreateView(inflater, container); in onCreateView()
|
| /packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/handheld/ |
| D | HandheldUnusedAppsWrapperFragment.kt | 39 override fun onCreateView( in onCreateView() method in com.android.permissioncontroller.permission.ui.handheld.HandheldUnusedAppsWrapperFragment 44 val view = super.onCreateView(inflater, container, savedInstanceState) in onCreateView()
|
| /packages/apps/TvSettings/Settings/src/com/android/tv/settings/privacy/ |
| D | AdsInfoFragment.java | 34 public View onCreateView( in onCreateView() method in AdsInfoFragment 36 View view = super.onCreateView(inflater, container, savedInstanceState); in onCreateView()
|
| /packages/apps/TvSettings/Settings/src/com/android/tv/settings/about/ |
| D | FactoryResetInfoFragment.java | 34 public View onCreateView( in onCreateView() method in FactoryResetInfoFragment 36 View view = super.onCreateView(inflater, container, savedInstanceState); in onCreateView()
|
| D | SystemUpdateInfoFragment.java | 34 public View onCreateView( in onCreateView() method in SystemUpdateInfoFragment 36 View view = super.onCreateView(inflater, container, savedInstanceState); in onCreateView()
|
| /packages/apps/Contacts/src/com/android/contacts/list/ |
| D | EmailAddressPickerFragment.java | 65 protected void onCreateView(LayoutInflater inflater, ViewGroup container) { in onCreateView() method in EmailAddressPickerFragment 66 super.onCreateView(inflater, container); in onCreateView()
|
| D | PostalAddressPickerFragment.java | 80 protected void onCreateView(LayoutInflater inflater, ViewGroup container) { in onCreateView() method in PostalAddressPickerFragment 81 super.onCreateView(inflater, container); in onCreateView()
|
| /packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/ |
| D | WiFiAlwaysScanInfoFragment.java | 36 public View onCreateView( in onCreateView() method in WiFiAlwaysScanInfoFragment 38 View view = super.onCreateView(inflater, container, savedInstanceState); in onCreateView()
|
| D | WiFiEasyConnectInfoFragment.java | 36 public View onCreateView(LayoutInflater inflater, ViewGroup container, in onCreateView() method in WiFiEasyConnectInfoFragment 38 View view = super.onCreateView(inflater, container, savedInstanceState); in onCreateView()
|
| /packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/old/ |
| D | ScrollAdapterFragment.java | 40 public View onCreateView(LayoutInflater inflater, ViewGroup container, in onCreateView() method in ScrollAdapterFragment 42 return mBase.onCreateView(inflater, container, savedInstanceState); in onCreateView()
|
| /packages/apps/Settings/tests/robotests/src/com/android/settings/wifi/calling/ |
| D | WifiCallingDisclaimerFragmentTest.java | 140 mFragment.onCreateView(mLayoutInflater, mViewGroup, null /* savedInstanceState */); in onScrolled_canNotScroll_shouldEnableAgreeButton() 157 mFragment.onCreateView(mLayoutInflater, mViewGroup, null /* savedInstanceState */); in onScrolled_canScroll_shouldNotEnableAgreeButton() 173 mFragment.onCreateView(mLayoutInflater, mViewGroup, null /* savedInstanceState */); in onClick_agreeButton_shouldFinishFragment()
|
| /packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/television/ |
| D | SettingsWithHeader.java | 40 public View onCreateView(LayoutInflater inflater, ViewGroup container, in onCreateView() method in SettingsWithHeader 42 ViewGroup root = (ViewGroup) super.onCreateView(inflater, container, savedInstanceState); in onCreateView()
|
| /packages/apps/TvSettings/Settings/src/com/android/tv/settings/basic/ |
| D | BasicModeExitSuggestionInfoFragment.java | 38 public View onCreateView( in onCreateView() method in BasicModeExitSuggestionInfoFragment 40 View view = super.onCreateView(inflater, container, savedInstanceState); in onCreateView()
|
| D | BasicModeAccountsAndSignInInfoFragment.java | 36 public View onCreateView( in onCreateView() method in BasicModeAccountsAndSignInInfoFragment 38 View view = super.onCreateView(inflater, container, savedInstanceState); in onCreateView()
|
| /packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/eco/ |
| D | LimitNetworkInStandbyInfoFragment.java | 37 public View onCreateView( in onCreateView() method in LimitNetworkInStandbyInfoFragment 39 View view = super.onCreateView(inflater, container, savedInstanceState); in onCreateView()
|
| /packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/development/ |
| D | WirelessDebuggingInfoFragment.java | 38 public View onCreateView( in onCreateView() method in WirelessDebuggingInfoFragment 40 View view = super.onCreateView(inflater, container, savedInstanceState); in onCreateView()
|
| /packages/apps/Launcher3/src/com/android/launcher3/widget/ |
| D | LauncherAppWidgetHost.java | 90 public LauncherAppWidgetHostView onCreateView(Context context, int appWidgetId, in onCreateView() method in LauncherAppWidgetHost 92 return mHolder.onCreateView(context, appWidgetId, appWidget); in onCreateView()
|