Home
last modified time | relevance | path

Searched refs:pd (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/datamodel/data/
DParticipantData.java124 final ParticipantData pd = new ParticipantData(); in getFromCursor() local
125 pd.mParticipantId = cursor.getString(ParticipantsQuery.INDEX_ID); in getFromCursor()
126 pd.mSubId = cursor.getInt(ParticipantsQuery.INDEX_SUB_ID); in getFromCursor()
127 pd.mSlotId = cursor.getInt(ParticipantsQuery.INDEX_SIM_SLOT_ID); in getFromCursor()
128 pd.mNormalizedDestination = cursor.getString( in getFromCursor()
130 pd.mSendDestination = cursor.getString(ParticipantsQuery.INDEX_SEND_DESTINATION); in getFromCursor()
131 pd.mDisplayDestination = cursor.getString(ParticipantsQuery.INDEX_DISPLAY_DESTINATION); in getFromCursor()
132 pd.mContactDestination = cursor.getString(ParticipantsQuery.INDEX_CONTACT_DESTINATION); in getFromCursor()
133 pd.mFullName = cursor.getString(ParticipantsQuery.INDEX_FULL_NAME); in getFromCursor()
134 pd.mFirstName = cursor.getString(ParticipantsQuery.INDEX_FIRST_NAME); in getFromCursor()
[all …]
/packages/services/Telephony/src/com/android/phone/
DPhoneUtils.java837 ProgressDialog pd = new ProgressDialog(context, THEME); in displayMMIInitiate() local
838 pd.setMessage(context.getText(R.string.ussdRunning)); in displayMMIInitiate()
839 pd.setCancelable(false); in displayMMIInitiate()
840 pd.setIndeterminate(true); in displayMMIInitiate()
841 pd.getWindow().addFlags(WindowManager.LayoutParams.FLAG_DIM_BEHIND); in displayMMIInitiate()
843 pd.show(); in displayMMIInitiate()
845 return pd; in displayMMIInitiate()
908 ProgressDialog pd = new ProgressDialog(app, THEME); in displayMMIComplete() local
909 pd.setTitle(title); in displayMMIComplete()
910 pd.setMessage(text); in displayMMIComplete()
[all …]
/packages/apps/Messaging/build/gcheckstyle/
Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com ...