Home
last modified time | relevance | path

Searched refs:getValues (Results 1 – 17 of 17) sorted by relevance

/packages/apps/IM/src/com/android/im/app/
DPreferenceActivity.java199 valuesList[0] = getValues(ImConfigNames.PROTOCOL_NAME, "IMPS"); in savePreferences()
200 valuesList[1] = getValues(ImpsConfigNames.DATA_CHANNEL, dataChannel.name()); in savePreferences()
201 valuesList[2] = getValues(ImpsConfigNames.DATA_ENCODING, dataEncoding.name()); in savePreferences()
202 valuesList[3] = getValues(ImpsConfigNames.CIR_CHANNEL, cirChannel.name()); in savePreferences()
203 valuesList[4] = getValues(ImpsConfigNames.HOST, host); in savePreferences()
204 valuesList[6] = getValues(ImpsConfigNames.MSISDN, msisdn); in savePreferences()
211 private ContentValues getValues(String name, String value) { in getValues() method in PreferenceActivity
DContactListTreeAdapter.java655 ContentValues value = mOnlineContactsCountMap.getValues(String.valueOf(listId)); in getOnlineChildCount()
/packages/apps/Contacts/src/com/android/contacts/model/
DEntitySet.java100 final Long rawContactId = remoteEntity.getValues().getId(); in mergeAfter()
217 Long rawContactId1 = get(index1).getValues().getAsLong(RawContacts._ID); in buildSplitContactDiff()
224 Long rawContactId2 = get(index2).getValues().getAsLong(RawContacts._ID); in buildSplitContactDiff()
240 final Long rawContactId = delta.getValues().getAsLong(RawContacts._ID); in findRawContactId()
254 final ValuesDelta values = delta.getValues(); in getRawContactId()
DEntityModifier.java356 final String accountType = state.getValues().getAsString(RawContacts.ACCOUNT_TYPE); in trimEmpty()
388 state.getValues().getAsString(RawContacts.ACCOUNT_TYPE)); in trimEmpty()
DGoogleSource.java162 final ValuesDelta stateValues = state.getValues(); in attemptMyContactsMembership()
DEntityDelta.java140 public ValuesDelta getValues() { in getValues() method in EntityDelta
/packages/apps/Settings/src/com/android/settings/battery_history/
DBatteryHistory.java152 public abstract double[] getValues(); in getValues() method in BatteryHistory.Graphable
243 public double[] getValues() { in getValues() method in BatteryHistory.CpuUsage
286 public double[] getValues() { in getValues() method in BatteryHistory.NetworkUsage
343 public double[] getValues() { in getValues() method in BatteryHistory.SensorUsage
385 public double[] getValues() { in getValues() method in BatteryHistory.WakelockUsage
439 public double[] getValues() { in getValues() method in BatteryHistory.MiscUsage
485 double[] values = g.getValues(); in displayGraph()
507 mButtons[i].setValues(r.getValues(), maxValue); in displayGraph()
/packages/apps/Mms/src/org/w3c/dom/smil/
DSMILAnimation.java91 public String getValues(); in getValues() method
/packages/apps/Contacts/tests/src/com/android/contacts/
DEntitySetTests.java93 static ContentValues getValues(ContentProviderOperation operation) in getValues() method in EntitySetTests
206 final ContentValues expectedValues = getValues(expected); in assertDiffPattern()
207 final ContentValues foundValues = getValues(found); in assertDiffPattern()
287 return set.getByRawContactId(rawContactId).getValues().getAsLong(RawContacts.VERSION); in getVersion()
482 final ContentValues joeContactInsert = joeContact.getValues().getCompleteValues(); in testMergeRawContactLocalInsertRemoteInsert()
537 final ContentValues contactInsert = first.getByRawContactId(CONTACT_MARY).getValues() in testMergeRawContactLocalUpdateRemoteDelete()
DEntityDeltaTests.java260 source.getValues().put(RawContacts.AGGREGATION_MODE, RawContacts.AGGREGATION_MODE_DISABLED); in testEntityDiffUpdateInsert()
339 source.getValues().markDeleted(); in testEntityDiffDelete()
/packages/apps/Contacts/src/com/android/contacts/ui/
DEditContactActivity.java200 final String accountType = state.getValues().getAsString(RawContacts.ACCOUNT_TYPE); in doInBackground()
339 final ValuesDelta values = entity.getValues(); in bindEditors()
878 final String accountType = delta.getValues().getAsString(RawContacts.ACCOUNT_TYPE); in doDeleteAction()
1202 String accountType = one.getValues().getAsString(RawContacts.ACCOUNT_TYPE); in compare()
1205 accountType = two.getValues().getAsString(RawContacts.ACCOUNT_TYPE); in compare()
1237 ValuesDelta oneValues = one.getValues(); in compare()
1240 ValuesDelta twoValues = two.getValues(); in compare()
/packages/apps/IM/src/com/android/im/provider/
DImps.java2093 ContentValues values = getValues(name); in getBoolean()
2106 ContentValues values = getValues(name); in getString()
2119 ContentValues values = getValues(name); in getInteger()
2132 ContentValues values = getValues(name); in getLong()
/packages/apps/Contacts/src/com/android/contacts/ui/widget/
DReadOnlyContactEditorView.java115 ValuesDelta values = state.getValues(); in setState()
DContactEditorView.java164 ValuesDelta values = state.getValues(); in setState()
/packages/apps/Camera/src/com/android/camera/
DImageViewTouchBase.java248 matrix.getValues(mMatrixValues); in getValue()
/packages/apps/Gallery/src/com/android/camera/
DImageViewTouchBase.java248 matrix.getValues(mMatrixValues); in getValue()
/packages/apps/Settings/src/com/android/settings/fuelgauge/
DPowerUsageSummary.java591 double[] getValues() { in getValues() method in PowerUsageSummary.BatterySipper