Home
last modified time | relevance | path

Searched refs:numbers (Results 1 – 25 of 74) sorted by relevance

123

/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
DByteArrayHelpers.java159 public static byte[] toByteArray(Number... numbers) { in toByteArray() argument
160 if (numbers.length == 0) { in toByteArray()
164 if (VERBOSE) Log.v(TAG, "toByteArray - input: " + Arrays.toString(numbers)); in toByteArray()
167 ByteBuffer byteBuffer = ByteBuffer.allocate(numbers.length * (Double.SIZE / Byte.SIZE)) in toByteArray()
170 for (int i = 0; i < numbers.length; ++i) { in toByteArray()
171 Number value = numbers[i]; in toByteArray()
197 if (numbers.length != 0 && byteBuffer.position() < numbers.length) { in toByteArray()
200 numbers.length, byteBuffer.position())); in toByteArray()
/frameworks/base/packages/VpnDialogs/src/com/android/vpndialogs/
DManageDialog.java146 String[] numbers = getNumbers(); in handleMessage() local
147 if (numbers != null) { in handleMessage()
157 numbers[1], numbers[2])); in handleMessage()
161 numbers[9], numbers[10])); in handleMessage()
178 String[] numbers = line.substring(prefix.length()).split(" +"); in getNumbers() local
180 if (!numbers[i].equals("0")) { in getNumbers()
181 return numbers; in getNumbers()
/frameworks/native/services/surfaceflinger/EventLog/
DEventLogTags.logtags1 # The entries in this file map a sparse set of log tag numbers to tag names.
4 # Tag numbers are decimal integers, from 0 to 2^31. (Let's leave the
7 # Tag names are one or more ASCII letters and numbers or underscores, i.e.
11 # Tag numbers and names are separated by whitespace. Blank lines and lines
/frameworks/ex/common/tests/src/com/android/common/widget/
DGroupingListAdapterTests.java107 private void buildCursor(String... numbers) { in buildCursor() argument
110 for (String number : numbers) { in buildCursor()
288 String[] numbers = new String[500]; in testGroupDescriptorArrayGrowth() local
289 for (int i = 0; i < numbers.length; i++) { in testGroupDescriptorArrayGrowth()
292 numbers[i] = String.valueOf((i / 2) * 2); in testGroupDescriptorArrayGrowth()
295 buildCursor(numbers); in testGroupDescriptorArrayGrowth()
/frameworks/ex/common/java/com/android/common/contacts/
DDataUsageStatUpdater.java155 public boolean updateWithPhoneNumber(Collection<String> numbers) { in updateWithPhoneNumber() argument
157 Log.d(TAG, "updateWithPhoneNumber: " + Arrays.toString(numbers.toArray())); in updateWithPhoneNumber()
159 if (numbers != null && !numbers.isEmpty()) { in updateWithPhoneNumber()
162 final String[] questionMarks = new String[numbers.size()]; in updateWithPhoneNumber()
164 whereArgs.addAll(numbers); in updateWithPhoneNumber()
/frameworks/base/docs/html/distribute/engage/
Danalytics.jd28 Google Analytics delivers the numbers in real time, so you can act fast to
/frameworks/base/docs/html/guide/appendix/
Dapp-intents.jd32 <td><p>Calls the entered phone number. Valid telephone numbers as defined
41 telephone numbers, so the schema described isn't strictly required
Dg-app-intents.jd41 <td><p>Calls the entered phone number. Valid telephone numbers as defined
50 telephone numbers, so the schema described isn't strictly required
/frameworks/base/docs/html/training/keyboard-input/
Dindex.jd39 <dd>Learn how to show certain soft input methods, such as those designed for phone numbers, web
/frameworks/base/docs/html/guide/topics/resources/
Dstring-resource.jd319 …<td>{@code one}</td><td>When the language requires special treatment of numbers like one (as with …
322 …<td>{@code two}</td><td>When the language requires special treatment of numbers like two (as with …
325 … the language requires special treatment of "small" numbers (as with 2, 3, and 4 in Czech; or numb…
328 …/td><td>When the language requires special treatment of "large" numbers (as with numbers ending 11…
331 …ge does not require special treatment of the given quantity (as with all numbers in Chinese, or 42…
Danimation-resource.jd155 as six digit hexadecimal numbers (for example, #333333).
164 as six digit hexadecimal numbers (for example, #333333).
230 as six digit hexadecimal numbers (for example, #333333).
238 as six digit hexadecimal numbers (for example, #333333).
/frameworks/ex/common/java/com/android/common/
DGoogleLogTags.logtags24 # These event log tags must be assigned specific numbers (no "?") in the range
/frameworks/base/docs/html/training/contacts-provider/
Dindex.jd77 such as phone numbers and email addresses. You can retrieve all details, or you can
/frameworks/base/docs/html/training/connect-devices-wirelessly/
Dnsd.jd92 …href="http://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xml">t…
93 IANA list of service names and port numbers</a>.
/frameworks/base/core/java/com/android/internal/widget/
DLockPatternUtils.java843 int numbers = 0; in saveLockPassword() local
855 numbers++; in saveLockPassword()
864 numbers, symbols, nonletter, userHandle); in saveLockPassword() local
/frameworks/base/docs/html/distribute/googleplay/edu/
Dabout.jd75 into classrooms. School districts can set up and deploy large numbers of
/frameworks/base/docs/html/guide/topics/manifest/
Dmanifest-element.jd56 through 'Z'), numbers, and underscores ('_'). However, individual
105 one version is more recent than another, with higher numbers indicating more
Dintent-filter-element.jd121 The value must be an integer, such as "{@code 100}". Higher numbers have a
/frameworks/base/core/java/android/app/admin/
DIDevicePolicyManager.aidl109 int numbers, int symbols, int nonletter, int userHandle); in setActivePasswordState() argument
/frameworks/base/docs/html/guide/topics/security/
Dpermissions.jd255 &lt;string name=&quot;permlab_callPhone&quot;&gt;directly call phone numbers&lt;/string&gt;
257 phone numbers without your intervention. Malicious applications may
259 allow the application to call emergency numbers.&lt;/string&gt;
278 Services that cost you money: send SMS messages, directly call phone numbers
/frameworks/base/docs/html/training/graphics/opengl/
Dshapes.jd48 this is to define a vertex array of floating point numbers for the coordinates. For maximum
/frameworks/base/docs/html/guide/topics/ui/layout/
Dlistview.jd65 Provider</a> for a list of names and phone numbers.</p>
/frameworks/base/docs/html/guide/topics/ui/
Dhow-android-draws.jd64 actual numbers if the sum of all the children's
/frameworks/base/data/keyboards/
DGeneric.kl415 # Axes that are not mapped will be assigned generic axis numbers by the input subsystem.
/frameworks/base/docs/html/training/cloudsave/
Dconflict-res.jd139 the two numbers in case of a conflict.</p>
145 the conflict by writing 35 (the largest of the two numbers).</p>
195 <td>Device A resolves conflict by picking largest of the two numbers.</td>

123