Home
last modified time | relevance | path

Searched refs:three (Results 1 – 25 of 36) sorted by relevance

12

/packages/modules/Connectivity/tests/common/java/android/net/
DNetworkTest.java130 Network three = new Network(3); in testGetNetworkHandle() local
135 assertNotEquals(0, three.hashCode()); in testGetNetworkHandle()
139 assertNotEquals(one.hashCode(), three.hashCode()); in testGetNetworkHandle()
140 assertNotEquals(two.hashCode(), three.hashCode()); in testGetNetworkHandle()
145 assertNotEquals(0, three.getNetworkHandle()); in testGetNetworkHandle()
149 assertNotEquals(one.getNetworkHandle(), three.getNetworkHandle()); in testGetNetworkHandle()
150 assertNotEquals(two.getNetworkHandle(), three.getNetworkHandle()); in testGetNetworkHandle()
155 assertNotEquals(three.hashCode(), three.getNetworkHandle()); in testGetNetworkHandle()
161 assertEquals(16290598925L, three.getNetworkHandle()); in testGetNetworkHandle()
/packages/modules/AppSearch/testing/coretests/src/android/app/appsearch/external/util/
DBundleUtilTest.java100 Bundle three = new Bundle(); in testDeepEquals_nestedNotEquals() local
101 three.putBundle("b", two); in testDeepEquals_nestedNotEquals()
103 ArrayList<Bundle> listOne = new ArrayList<>(ImmutableList.of(one, two, three)); in testDeepEquals_nestedNotEquals()
104 ArrayList<Bundle> listOneClone = new ArrayList<>(ImmutableList.of(one, twoClone, three)); in testDeepEquals_nestedNotEquals()
105 ArrayList<Bundle> listTwo = new ArrayList<>(ImmutableList.of(one, three, two)); in testDeepEquals_nestedNotEquals()
/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,
329 if (buttonId == R.id.three) { in getKeyButtonAnimationDelay()
369 } else if (buttonId == R.id.three) { in getKeyButtonAnimationDelay()
382 } else if (buttonId == R.id.three) { in getKeyButtonAnimationDelay()
423 } else if (buttonId == R.id.three || buttonId == R.id.six || buttonId == R.id.nine in getKeyButtonAnimationDuration()
434 } else if (buttonId == R.id.three || buttonId == R.id.six || buttonId == R.id.nine in getKeyButtonAnimationDuration()
440 if (buttonId == R.id.one || buttonId == R.id.two || buttonId == R.id.three in getKeyButtonAnimationDuration()
/packages/apps/Dialer/java/com/android/dialer/searchfragment/
DREADME.md29 The are three things to note about rendering:
31 * There are three data sources rendered: On device contacts, business search
35 * SearchCursorManager is used to coalesce all three data sources to help with
/packages/services/Car/tools/cpu_perf/
D8155.config42 # three core config
46 # three core config
Dpixel6.config42 # three core config
/packages/apps/Dialer/java/com/android/dialer/dialpadview/
DDialpadView.java65 R.id.three,
341 if (buttonId == R.id.three) { in getKeyButtonAnimationDelay()
381 } else if (buttonId == R.id.three) { in getKeyButtonAnimationDelay()
394 } else if (buttonId == R.id.three) { in getKeyButtonAnimationDelay()
439 } else if (buttonId == R.id.three in getKeyButtonAnimationDuration()
456 } else if (buttonId == R.id.three in getKeyButtonAnimationDuration()
466 || buttonId == R.id.three in getKeyButtonAnimationDuration()
DDialpadFragment.java707 R.id.three, in configureKeypadListeners()
970 } else if (resId == R.id.three) { in onPressed()
/packages/modules/Bluetooth/system/stack/smp/
Dp_256_ecc_pp.cc256 uint32_t three[KEY_LENGTH_DWORDS_P256] = {0}; in ECC_ValidatePoint() local
257 three[0] = 3; in ECC_ValidatePoint()
258 multiprecision_sub_mod(rhs, rhs, three); in ECC_ValidatePoint()
/packages/modules/Bluetooth/system/gd/security/ecc/
Dp_256_ecc_pp.cc254 uint32_t three[KEY_LENGTH_DWORDS_P256] = {0}; in ECC_ValidatePoint() local
255 three[0] = 3; in ECC_ValidatePoint()
256 multiprecision_sub_mod(rhs, rhs, three, modp); in ECC_ValidatePoint()
/packages/modules/Bluetooth/system/gd/proto/bluetooth/metrics/
Dbluetooth.proto201 // Initiator of the scan. Only the first three names will be stored.
235 // Initiator of the scan. Only the first three names will be stored.
313 // The first three bytes of MAC address
/packages/apps/Dialer/java/com/android/incallui/
DDialpadFragment.java56 displayMap.put(R.id.three, '3'); in displayMap.put() argument
73 R.id.three,
/packages/modules/adb/
DREADME.md3 … should start by reading [OVERVIEW.TXT](OVERVIEW.TXT) which describes the three components of adb …
9 As outlined in the overview, this codebase generates three components (Client, Server (a.k.a Host),…
Dprotocol.txt225 The core of the bridge program will use three threads. One thread
/packages/modules/Bluetooth/system/gd/packet/parser/
DREADME17 Checksum fields need to implement the following three methods:
/packages/services/Car/tests/carservice_unit_test/
DAndroid.bp64 // The following three lines are needed for tests that build against framework-bluetooth's
/packages/apps/Dialer/java/com/android/dialer/theme/
DREADME.md13 What is an attribute? There are three types (depending on how you want to define
/packages/modules/Bluetooth/system/gd/docs/architecture/
Darchitecture.md17 In general. three types of processes exist in the GD runtime environment:
103 will merge to the input queue for each component. We define three types of
/packages/services/Telephony/src/com/android/phone/
DEmergencyDialer.java126 R.id.one, R.id.two, R.id.three,
552 } else if (view.getId() == R.id.three) { in onPressed()
/packages/modules/Bluetooth/system/gd/packet/parser/test/
Dtest_packets.pdl435 three : 24,
/packages/modules/AdServices/sdksandbox/tests/testutils/testscenario/
DREADME.md27 Inside it, create three new files:
/packages/modules/NeuralNetworks/tools/api/
DREADME.md193 three cases:
/packages/modules/AdServices/adservices/libraries/cobalt/proto/
Dmetric_definition.proto63 // These three numbers form this Metric's unique numerical ID in Cobalt. The
/packages/inputmethods/LatinIME/dictionaries/
Den_emoji.combined.gz1dictionary=emoji:en,description=Emoji for English words,locale=en,date ...
/packages/modules/Bluetooth/system/doc/
Dstyle_guide.md397 ##### Squash the last three patches with git rebase

12