Home
last modified time | relevance | path

Searched refs:two (Results 1 – 25 of 29) sorted by relevance

12

/packages/apps/Contacts/src/com/android/contacts/editor/
DRawContactDeltaComparator.java41 public int compare(RawContactDelta one, RawContactDelta two) { in compare() argument
43 if (one.equals(two)) { in compare()
51 String accountType2 = two.getValues().getAsString(RawContacts.ACCOUNT_TYPE); in compare()
52 String dataSet2 = two.getValues().getAsString(RawContacts.DATA_SET); in compare()
111 String twoAccount = two.getAccountName(); in compare()
122 Long twoId = two.getRawContactId(); in compare()
/packages/apps/PhoneCommon/src/com/android/phone/common/dialpad/
DDialpadView.java80 private final int[] mButtonIds = new int[] {R.id.zero, R.id.one, R.id.two, R.id.three,
337 } else if (buttonId == R.id.two) { in getKeyButtonAnimationDelay()
361 } else if (buttonId == R.id.two) { in getKeyButtonAnimationDelay()
380 } else if (buttonId == R.id.two) { in getKeyButtonAnimationDelay()
420 } else if (buttonId == R.id.two || buttonId == R.id.five || buttonId == R.id.eight in getKeyButtonAnimationDuration()
431 } else if (buttonId == R.id.two || buttonId == R.id.five || buttonId == R.id.eight in getKeyButtonAnimationDuration()
440 if (buttonId == R.id.one || buttonId == R.id.two || buttonId == R.id.three in getKeyButtonAnimationDuration()
/packages/modules/NetworkStack/tests/unit/src/android/net/util/
DPacketReaderTest.java178 final byte[] two = "two 2".getBytes("UTF-8"); in testBasicWorking()
179 sendPacket(two); in testBasicWorking()
182 assertTrue(Arrays.equals(two, mLastRecvBuf)); in testBasicWorking()
188 assertTrue(Arrays.equals(two, mLastRecvBuf)); in testBasicWorking()
/packages/apps/Dialer/java/com/android/dialer/dialpadview/
DDialpadView.java64 R.id.two,
349 } else if (buttonId == R.id.two) { in getKeyButtonAnimationDelay()
373 } else if (buttonId == R.id.two) { in getKeyButtonAnimationDelay()
392 } else if (buttonId == R.id.two) { in getKeyButtonAnimationDelay()
434 } else if (buttonId == R.id.two in getKeyButtonAnimationDuration()
451 } else if (buttonId == R.id.two in getKeyButtonAnimationDuration()
465 || buttonId == R.id.two in getKeyButtonAnimationDuration()
DDialpadFragment.java706 R.id.two, in configureKeypadListeners()
968 } else if (resId == R.id.two) { in onPressed()
/packages/apps/Dialer/java/com/android/dialer/phonenumberproto/
Ddialer_phone_number.proto25 // consists of a normalized number string and a two-letter country code.
26 // The country is retrieved from CallLog.Calls#COUNTRY: "The ISO 3166-1 two
52 // CallLog.Calls#COUNTRY: "The ISO 3166-1 two letters country code of the
/packages/apps/Contacts/tests/src/com/android/contacts/model/
DRawContactTest.java65 final RawContact two = buildRawContact2(); in testNotEquals() local
66 assertFalse(one.equals(two)); in testNotEquals()
/packages/apps/Dialer/java/com/android/incallui/
DDialpadFragment.java55 displayMap.put(R.id.two, '2'); in displayMap.put() argument
72 R.id.two,
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
Ddb_feature_detection.cpp1339 float *two[4]; in db_MaxSuppressFilterChunk_5x5_Aligned16_f() local
1349 two[i]=five+(i+1)*132; in db_MaxSuppressFilterChunk_5x5_Aligned16_f()
1361 for(i=top-3;i<top;i++) db_MaxVector_128_Aligned16_f(two[i&3],s[i+1]+lm2,s[i+2]+lm2); in db_MaxSuppressFilterChunk_5x5_Aligned16_f()
1367 db_MaxVector_128_Aligned16_f(two[i&3],s[i+1]+lm2,s[i+2]+lm2); in db_MaxSuppressFilterChunk_5x5_Aligned16_f()
1369 db_MaxVector_128_Aligned16_f(four,two[i&3],two[(i-3)&3]); in db_MaxSuppressFilterChunk_5x5_Aligned16_f()
1371 db_MaxVector_128_Aligned16_f(five,four,two[(i-1)&3]); in db_MaxSuppressFilterChunk_5x5_Aligned16_f()
/packages/apps/Test/connectivity/sl4n/rapidjson/doc/
Dfaq.md17 …gns of RapidXML, including *in situ* parsing, header-only library. But the two APIs are completely…
126 Let's take the following two DOM trees represented as JSON documents:
173 …There are two APIs: constructor with allocator, and `CopyFrom()`. See [Deep Copy Value](doc/tutori…
211 …se in basic multilingual plane (BMP), UTF-16 encodes those characters with two 16-bit values, whic…
Dtutorial.md164 …asMember()` before calling `operator[](const char*)`. However, this incurs two lookup. A better wa…
344 RapidJSON provide two strategies for storing string.
473 If we really need to copy a DOM tree, we can use two APIs for deep copy: constructor with allocator…
504 Swapping two DOM trees is fast (constant time), despite the complexity of the trees.
Dstream.md136 `EncodedInputStream` has two template parameters. The first one is a `Encoding` class, such as `UTF…
276 There are two special interface, `PutBegin()` and `PutEnd()`, which are only for *in situ* parsing.…
Dinternals.md31 …JSON value types. This is possible by using `union`. Each `Value` contains two members: `union Dat…
111 String has two optional flags. `kCopyFlag` means that the string owns a copy of the string. `kInlin…
Dpointer.md149 The other functions have two groups of signature. One group uses `Document& document` as parameter,…
Dsax.md224 There are two `String()` and `Key()` overloads. One is the same as defined in handler concept with …
/packages/apps/Dialer/java/com/android/dialer/blockreportspam/
Dblock_report_spam_dialog_info.proto21 // The ISO 3166-1 two letters country code of the number.
/packages/apps/Dialer/java/com/android/dialer/callintent/
Dcall_specific_app_data.proto30 // The following two list should be of the same length
/packages/apps/Dialer/java/com/android/dialer/historyitemactions/
Dhistory_item_action_module_info.proto19 // The ISO 3166-1 two letters country code of the number.
/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/dialpad/
DKeypadFragment.java45 sRIdMap.put(KeyEvent.KEYCODE_2, R.id.two); in sRIdMap.put() argument
/packages/apps/Dialer/java/com/android/dialer/theme/
DREADME.md38 * Dialer. and Dialer.NoActionBar are the two root themes that should be used
/packages/services/Telephony/src/com/android/phone/
DEmergencyDialer.java129 R.id.one, R.id.two, R.id.three,
562 case R.id.two: { in onPressed()
/packages/inputmethods/LatinIME/dictionaries/
Den_emoji.combined.gz
/packages/providers/MediaProvider/src/com/android/providers/media/
DMediaProvider.java5915 String makeBestName(String one, String two) { in makeBestName() argument
5919 if (one.length() > two.length()) { in makeBestName()
5923 if (one.toLowerCase().compareTo(two.toLowerCase()) >= 0) { in makeBestName()
5926 name = two; in makeBestName()
/packages/services/Car/car-lib/src/android/car/navigation/
Dnavigation_state.proto49 // specified by editing the parameter list to add the following two
/packages/apps/TV/res/raw/
Dthird_party_licenses2907 We protect your rights with a two-step method: (1) we copyright the
2933 a shared library, the combination of the two is legally speaking a
3197 permitted, and provided that you do these two things:
3290 decision will be guided by the two goals of preserving the free status

12