Home
last modified time | relevance | path

Searched refs:mDetails (Results 1 – 10 of 10) sorted by relevance

/packages/apps/Dialer/src/com/android/dialer/
DCallDetailActivity.java112 mDetails = details[0];
113 mNumber = TextUtils.isEmpty(mDetails.number) ? null : mDetails.number.toString();
114 mPostDialDigits = TextUtils.isEmpty(mDetails.postDialDigits)
115 ? "" : mDetails.postDialDigits;
116 mDisplayNumber = mDetails.displayNumber;
118 final CharSequence callLocationOrType = getNumberTypeOrLocation(mDetails);
121 if (!TextUtils.isEmpty(mDetails.postDialDigits)) {
122 displayNumber = mDetails.number + mDetails.postDialDigits;
124 displayNumber = mDetails.displayNumber;
130 mDetails.nameDisplayOrder = mContactsPreferences.getDisplayOrder();
[all …]
/packages/experimental/LoaderApp/src/com/android/loaderapp/
DHomeXLarge.java39 ContactFragment mDetails; field in HomeXLarge
49 mDetails = new ContactFragment(null, new ContactFragment.DefaultController(this)); in onCreate()
52 transaction.add(R.id.contact_details, mDetails); in onCreate()
59 mDetails.loadContact(intent.getData()); in onCreate()
77 mDetails.loadContact(contactUri); in onContactSelected()
/packages/apps/Messaging/src/com/android/messaging/datamodel/data/
DParticipantListItemData.java33 private final String mDetails; field in ParticipantListItemData
48 mDetails = null; in ParticipantListItemData()
51 mDetails = (participant.isUnknownSender()) ? null : participant.getSendDestination(); in ParticipantListItemData()
67 return mDetails; in getDetails()
DVCardContactItemData.java45 private String mDetails; field in VCardContactItemData
66 mDetails = mContext.getString(R.string.loading_vcard); in VCardContactItemData()
99 return mDetails; in getDetails()
172 mDetails = mContext.getString(R.string.vcard_tap_hint); in onMediaResourceLoaded()
182 mDetails = mContext.getString(R.string.failed_loading_vcard); in onMediaResourceLoadError()
/packages/apps/Gallery2/src/com/android/gallery3d/data/
DMediaDetails.java38 private TreeMap<Integer, Object> mDetails = new TreeMap<Integer, Object>(); field in MediaDetails
84 mDetails.put(index, value); in addDetail()
88 return mDetails.get(index); in getDetail()
92 return mDetails.size(); in size()
97 return mDetails.entrySet().iterator(); in iterator()
/packages/apps/Camera2/src/com/android/camera/data/
DMediaDetails.java37 private TreeMap<Integer, Object> mDetails = new TreeMap<Integer, Object>(); field in MediaDetails
83 mDetails.put(index, value); in addDetail()
87 return mDetails.get(index); in getDetail()
91 return mDetails.size(); in size()
96 return mDetails.entrySet().iterator(); in iterator()
/packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/ui/wear/
DTitledSettingsFragment.java49 protected TextView mDetails; field in TitledSettingsFragment
118 mDetails = (TextView) v.findViewById(R.id.details); in initializeLayout()
119 mDetails.addOnLayoutChangeListener(this); in initializeLayout()
141 positionOnCircular(getContext(), mHeader, mDetails, mWheel); in initializeLayout() local
DAppPermissionsFragmentWear.java125 mDetails.setText(R.string.no_permissions); in onViewCreated()
127 mDetails.setVisibility(View.VISIBLE); in onViewCreated()
130 mDetails.setVisibility(View.GONE); in onViewCreated()
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DDialogDetailsView.java53 private MediaDetails mDetails; field in DialogDetailsView
81 if (mIndex == index && mDetails == details) return; in reloadDetails()
83 mDetails = details; in reloadDetails()
266 return mDetails.getDetail(position); in getItem()
/packages/apps/Messaging/build/gcheckstyle/
Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com ...