/packages/apps/Contacts/tests/src/com/android/contacts/list/ |
D | ContactListItemViewTest.java | 56 ContactListItemView view = createView(); in testShowDisplayName_Simple() 65 ContactListItemView view = createView(); in testShowDisplayName_Unknown() 75 ContactListItemView view = createView(); in testShowDisplayName_WithPrefix() 90 ContactListItemView view = createView(); in testShowDisplayName_WithPrefixReversed() 101 ContactListItemView view = createView(); in testSetSnippet_Prefix() 112 private ContactListItemView createView() { in createView() method in ContactListItemViewTest
|
/packages/apps/Messaging/src/com/android/messaging/ui/ |
D | BasePagerViewHolder.java | 83 mView = createView(container); in getView() 105 protected abstract View createView(ViewGroup container); in createView() method in BasePagerViewHolder
|
D | CustomHeaderPagerListViewHolder.java | 47 protected View createView(ViewGroup container) { in createView() method in CustomHeaderPagerListViewHolder
|
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
D | BluetoothOppBtErrorActivity.java | 61 mAlertBuilder.setView(createView(errorContent)); in onCreate() 66 private View createView(String errorContent) { in createView() method in BluetoothOppBtErrorActivity
|
D | BluetoothOppBtEnableActivity.java | 62 mAlertBuilder.setView(createView()); in onCreate() 68 private View createView() { in createView() method in BluetoothOppBtEnableActivity
|
D | BluetoothOppBtEnablingActivity.java | 83 mAlertBuilder.setView(createView()); in onCreate() 91 private View createView() { in createView() method in BluetoothOppBtEnablingActivity
|
D | BluetoothOppIncomingFileConfirmActivity.java | 109 mAlertBuilder.setView(createView()); in onCreate() 129 private View createView() { in createView() method in BluetoothOppIncomingFileConfirmActivity
|
D | BluetoothOppTransferActivity.java | 230 mAlertBuilder.setView(createView()); in setUpDialog() 234 private View createView() { in createView() method in BluetoothOppTransferActivity
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/bluetooth/ |
D | BluetoothPairingDialogFragment.java | 289 mBuilder.setView(createView()); in createConfirmationDialog() 310 mBuilder.setView(createView()); in createDisplayPasskeyOrPinDialog() 324 private View createView() { in createView() method in BluetoothPairingDialogFragment
|
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
D | BluetoothPairingDialogFragment.java | 289 mBuilder.setView(createView()); in createConfirmationDialog() 310 mBuilder.setView(createView()); in createDisplayPasskeyOrPinDialog() 324 private View createView() { in createView() method in BluetoothPairingDialogFragment
|
/packages/apps/Messaging/src/com/android/messaging/ui/appsettings/ |
D | GroupMmsSettingDialog.java | 52 .setView(createView()) in show() 65 private View createView() { in createView() method in GroupMmsSettingDialog
|
/packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/ |
D | BluetoothPairingDialogFragment.java | 285 mBuilder.setView(createView()); in createConfirmationDialog() 306 mBuilder.setView(createView()); in createDisplayPasskeyOrPinDialog() 320 private View createView() { in createView() method in BluetoothPairingDialogFragment
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | LauncherAppWidgetHost.java | 192 public AppWidgetHostView createView(Context context, int appWidgetId, in createView() method in LauncherAppWidgetHost 206 return super.createView(context, appWidgetId, appWidget); in createView()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/ |
D | BluetoothPbapActivity.java | 124 mAlertBuilder.setView(createView(DIALOG_YES_NO_AUTH)); in showPbapDialog() 145 private View createView(final int id) { in createView() method in BluetoothPbapActivity
|
/packages/apps/Launcher3/src_plugins/com/android/systemui/plugins/ |
D | HotseatPlugin.java | 19 View createView(ViewGroup parent); in createView() method
|
/packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/tileinfo/ |
D | DrawableThumbWallpaperInfo.java | 24 public View createView(Context context, LayoutInflater inflator, ViewGroup parent) { in createView() method in DrawableThumbWallpaperInfo
|
D | WallpaperTileInfo.java | 38 public abstract View createView(Context context, LayoutInflater inflator, ViewGroup parent); in createView() method in WallpaperTileInfo
|
D | PickImageInfo.java | 29 public View createView(Context context, LayoutInflater inflator, ViewGroup parent) { in createView() method in PickImageInfo
|
D | ThirdPartyWallpaperInfo.java | 46 public View createView(Context context, LayoutInflater inflator, ViewGroup parent) { in createView() method in ThirdPartyWallpaperInfo
|
/packages/apps/PermissionController/src/com/android/packageinstaller/permission/ui/ |
D | GrantPermissionsViewHandler.java | 55 View createView(); in createView() method
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/name/ |
D | DeviceNameSummaryFragment.java | 60 return GuidedActionsAlignUtil.createView(view, this); in onCreateView()
|
D | DeviceNameSetCustomFragment.java | 65 return GuidedActionsAlignUtil.createView(view, this); in onCreateView()
|
/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/ |
D | AudioMediaChooser.java | 69 protected View createView(final ViewGroup container) { in createView() method in AudioMediaChooser
|
D | ContactMediaChooser.java | 71 protected View createView(final ViewGroup container) { in createView() method in ContactMediaChooser
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/util/ |
D | GuidedActionsAlignUtil.java | 109 public static View createView(View view, GuidedStepFragment guidedStepFragment) {
|