Searched refs:two (Results 1 - 10 of 10) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/editor/
H A DRawContactDeltaComparator.java41 public int compare(RawContactDelta one, RawContactDelta two) { argument
43 if (one.equals(two)) {
51 String accountType2 = two.getValues().getAsString(RawContacts.ACCOUNT_TYPE);
52 String dataSet2 = two.getValues().getAsString(RawContacts.DATA_SET);
111 String twoAccount = two.getAccountName();
122 Long twoId = two.getRawContactId();
/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/model/
H A DRawContactTest.java65 final RawContact two = buildRawContact2();
66 assertFalse(one.equals(two));
/packages/apps/PhoneCommon/src/com/android/phone/common/dialpad/
H A DDialpadView.java76 private final int[] mButtonIds = new int[] {R.id.zero, R.id.one, R.id.two, R.id.three,
307 case R.id.two: return KEY_FRAME_DURATION * 5;
323 case R.id.two: return KEY_FRAME_DURATION * 5;
337 case R.id.two: return KEY_FRAME_DURATION * 2;
372 case R.id.two:
390 case R.id.two:
405 case R.id.two:
/packages/apps/InCallUI/src/com/android/incallui/
H A DDialpadFragment.java51 private final int[] mButtonIds = new int[] {R.id.zero, R.id.one, R.id.two, R.id.three,
97 mDisplayMap.put(R.id.two, '2');
/packages/services/Telephony/src/com/android/phone/
H A DEmergencyDialer.java85 R.id.one, R.id.two, R.id.three,
397 case R.id.two: {
/packages/apps/Camera/jni/feature_stab/db_vlvm/
H A Ddb_feature_detection.cpp382 /*Filter g of length 128 in place with 14641. Output is shifted two steps
400 paddd mm0,mm6 /*2 Add 1* behind two steps*/
401 movq mm2,mm6 /*3 Start with 1* in front two steps*/
406 pshufw mm6,mm6,4Eh /*8 Swap the two double-words using bitmask 01001110=4Eh*/
415 /*Warming iteration two 17-32********************/
417 paddd mm0,mm4 /*18 Add 1* behind two steps*/
418 movq mm2,mm4 /*19 Start with 1* in front two steps*/
423 pshufw mm4,mm4,4Eh /*24 Swap the two double-words using bitmask 01001110=4Eh*/
438 paddd mm0,mm6 /*34 Add 1* behind two steps*/
439 movq mm2,mm6 /*35 Start with 1* in front two step
1339 float *two[4]; local
[all...]
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
H A Ddb_feature_detection.cpp382 /*Filter g of length 128 in place with 14641. Output is shifted two steps
400 paddd mm0,mm6 /*2 Add 1* behind two steps*/
401 movq mm2,mm6 /*3 Start with 1* in front two steps*/
406 pshufw mm6,mm6,4Eh /*8 Swap the two double-words using bitmask 01001110=4Eh*/
415 /*Warming iteration two 17-32********************/
417 paddd mm0,mm4 /*18 Add 1* behind two steps*/
418 movq mm2,mm4 /*19 Start with 1* in front two steps*/
423 pshufw mm4,mm4,4Eh /*24 Swap the two double-words using bitmask 01001110=4Eh*/
438 paddd mm0,mm6 /*34 Add 1* behind two steps*/
439 movq mm2,mm6 /*35 Start with 1* in front two step
1339 float *two[4]; local
[all...]
/packages/apps/Dialer/src/com/android/dialer/dialpad/
H A DDialpadFragment.java585 final int[] buttonIds = new int[] {R.id.one, R.id.two, R.id.three, R.id.four, R.id.five,
827 case R.id.two: {
/packages/providers/MediaProvider/src/com/android/providers/media/
H A DMediaProvider.java463 // delete external databases that have not been used in the past two months
4497 // We could just run both of the next two statements, but only one of
5254 * Returns the best string to use for display, given two names.
5265 * @param one The first of the two names to consider
5266 * @param two The last of the two names to consider
5269 String makeBestName(String one, String two) { argument
5273 if (one.length() > two.length()) {
5277 if (one.toLowerCase().compareTo(two.toLowerCase()) > 0) {
5280 name = two;
[all...]
/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google/ com/google/ ...

Completed in 184 milliseconds