Searched refs:number (Results 76 - 100 of 134) sorted by relevance

123456

/frameworks/support/compat/api21/android/support/v4/app/
H A DNotificationCompatApi21.java65 RemoteViews tickerView, int number,
95 .setNumber(number)
63 Builder(Context context, Notification n, CharSequence contentTitle, CharSequence contentText, CharSequence contentInfo, RemoteViews tickerView, int number, PendingIntent contentIntent, PendingIntent fullScreenIntent, Bitmap largeIcon, int progressMax, int progress, boolean progressIndeterminate, boolean showWhen, boolean useChronometer, int priority, CharSequence subText, boolean localOnly, String category, ArrayList<String> people, Bundle extras, int color, int visibility, Notification publicVersion, String groupKey, boolean groupSummary, String sortKey, RemoteViews contentView, RemoteViews bigContentView, RemoteViews headsUpContentView) argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DGsmCdmaConnection.java130 mAddress = dc.number;
208 mAddress = cw.number;
292 // On mobile originated (MO) calls, the phone number may have changed
296 // and therefore don't need to compare the phone number anyway.
299 // A new call appearing by SRVCC may have invalid number
307 String cAddress = PhoneNumberUtils.stringFromStringAndTOA(c.number, c.TOA);
608 //Ignore dc.number and dc.name in case of a handover connection
613 if (!equalsHandlesNulls(mAddress, dc.number) && (!mNumberConverted
614 || !equalsHandlesNulls(mConvertedNumber, dc.number))) {
616 mAddress = dc.number;
[all...]
H A DCallTracker.java98 log("getHoConnection - compare number: hoConn= " + hoConn.toString());
99 if (hoConn.getAddress() != null && hoConn.getAddress().contains(dc.number)) {
157 * Routine called from dial to check if the number is a test Emergency number
158 * and if so remap the number. This allows a short emergency number to be remapped
159 * to a regular number for testing how the frameworks handles emergency numbers
160 * without actually calling an emergency number.
166 * numbers separated by a colon. If the first number matches the number paramete
[all...]
H A DSubscriptionController.java82 * Copied from android.util.LocalLog with flush() adding flush and line number
279 String number = cursor.getString(cursor.getColumnIndexOrThrow(
301 // If line1number has been set to a different number, use it instead.
303 if (!TextUtils.isEmpty(line1Number) && !line1Number.equals(number)) {
304 number = line1Number;
307 nameSource, iconTint, number, dataRoaming, iconBitmap, mcc, mnc, countryIso);
657 * @return the maximum number of subscriptions this device will support at any one time.
880 * @return the number of records updated
908 * @return the number of records updated
939 * @return the number o
999 setDisplayNumber(String number, int subId) argument
[all...]
/frameworks/base/telecomm/java/android/telecom/
H A DConnection.java80 * There are a number of other {@code on*} methods which a {@code Connection} can choose to
326 * Indicates that the current device callback number should be shown.
356 * Consider, for example, a scenario where a user has two devices with the same phone number.
384 * Connection extra key used to store the last forwarded number associated with the current
386 * the specified number.
392 * Connection extra key used to store a child number associated with the current connection.
394 * a child address (i.e. phone number) associated with the {@link PhoneAccount}'s primary
1468 * @return The address (e.g., phone number) to which this Connection is currently communicating.
2425 static String toLogSafePhoneNumber(String number) { argument
2426 // For unknown number, lo
[all...]
H A DTelecomManager.java307 * The number which the party on the other side of the line will see (and use to return the
317 * The number of milliseconds that Telecom should wait after disconnecting a call via the
461 * The number of calls associated with the notification. If the number is zero then the missed
468 * The number associated with the missed calls. This number is only relevant
496 * Indicates that the address or number of a call is allowed to be displayed for caller ID.
501 * Indicates that the address or number of a call is blocked by the other party.
506 * Indicates that the address or number of a call is not specified or known by the carrier.
511 * Indicates that the address or number o
986 isVoiceMailNumber(PhoneAccountHandle accountHandle, String number) argument
[all...]
/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardUtils.java192 String number) {
193 if (number == null) {
194 number = "";
231 // 3. TYPE_PAGER is prefered when the number contains @ surronded by
232 // a pager number and a domain name.
237 final int indexOfAt = number.indexOf("@");
239 && 0 < indexOfAt && indexOfAt < number.length() - 1)
701 * the high number and exact location of generated = signs, there is a high likely-hood that
191 getPhoneTypeFromStrings(Collection<String> types, String number) argument
/frameworks/base/telephony/java/android/telephony/
H A DSubscriptionManager.java197 * TelephonyProvider column name for the phone number of a SIM.
201 public static final String NUMBER = "number";
204 * TelephonyProvider column name for the number display format of a SIM.
632 * @return the current number of active subscriptions. There is no guarantee the value
652 * @return the maximum number of active subscriptions that will be returned by
706 * @return the number of records updated
735 * @return the number of records updated
748 * @return the number of records updated or < 0 if invalid subId
777 * Set phone number by subId
778 * @param number th
783 setDisplayNumber(String number, int subId) argument
[all...]
/frameworks/rs/api/
H A Drs_matrix.spec367 by a number. This number can be negative.
381 This function creates a translation matrix, where a number is added to each element of
541 each component of a vector is multiplied by a number. This number can be negative.
574 translating, a number is added to each component of a vector.
H A Drs_value_types.spec54 equal to the number of entries named.
229 Unsigned size type. The number of bits depend on the compilation flags.
242 Signed size type. The number of bits depend on the compilation flags.
/frameworks/support/frameworks/support/samples/SupportLeanbackDemos/src/com/example/android/leanback/
H A DGuidedStepActivity.java240 addEditableAction(actions, NEW_PAYMENT, "Input credit card number", "",
242 "Input credit card number", "Input credit card number");
282 action.setDescription("Input credit card number");
286 action.setDescription("Error credit card number");
297 boolean isCardNumberValid(CharSequence number) { argument
298 return TextUtils.isDigitsOnly(number) && number.length() == 16;
H A DGuidedStepSupportActivity.java242 addEditableAction(actions, NEW_PAYMENT, "Input credit card number", "",
244 "Input credit card number", "Input credit card number");
284 action.setDescription("Input credit card number");
288 action.setDescription("Error credit card number");
299 boolean isCardNumberValid(CharSequence number) { argument
300 return TextUtils.isDigitsOnly(number) && number.length() == 16;
/frameworks/support/samples/SupportLeanbackDemos/src/com/example/android/leanback/
H A DGuidedStepActivity.java240 addEditableAction(actions, NEW_PAYMENT, "Input credit card number", "",
242 "Input credit card number", "Input credit card number");
282 action.setDescription("Input credit card number");
286 action.setDescription("Error credit card number");
297 boolean isCardNumberValid(CharSequence number) { argument
298 return TextUtils.isDigitsOnly(number) && number.length() == 16;
H A DGuidedStepSupportActivity.java242 addEditableAction(actions, NEW_PAYMENT, "Input credit card number", "",
244 "Input credit card number", "Input credit card number");
284 action.setDescription("Input credit card number");
288 action.setDescription("Error credit card number");
299 boolean isCardNumberValid(CharSequence number) { argument
300 return TextUtils.isDigitsOnly(number) && number.length() == 16;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipCommandInterface.java339 String number, int timeSeconds, Message response) {
344 String number, Message response) {
338 setCallForward(int action, int cfReason, int serviceClass, String number, int timeSeconds, Message response) argument
343 queryCallForwardStatus(int cfReason, int serviceClass, String number, Message response) argument
/frameworks/support/compat/jellybean/android/support/v4/app/
H A DNotificationCompatJellybean.java76 RemoteViews tickerView, int number,
103 .setNumber(number)
74 Builder(Context context, Notification n, CharSequence contentTitle, CharSequence contentText, CharSequence contentInfo, RemoteViews tickerView, int number, PendingIntent contentIntent, PendingIntent fullScreenIntent, Bitmap largeIcon, int progressMax, int progress, boolean progressIndeterminate, boolean useChronometer, int priority, CharSequence subText, boolean localOnly, Bundle extras, String groupKey, boolean groupSummary, String sortKey, RemoteViews contentView, RemoteViews bigContentView) argument
/frameworks/native/include/input/
H A DKeyCharacterMap.h34 // Maximum number of keys supported by KeyCharacterMaps
95 /* Gets the Unicode character for the number or symbol generated by the key
97 * Returns 0 if no number or symbol is generated.
175 /* The number or symbol character generated by the key, or 0 if none. */
176 char16_t number; member in struct:android::KeyCharacterMap::Key
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
H A DSubscriptionControllerMock.java165 public int setDisplayNumber(String number, int subId) { argument
/frameworks/base/media/java/android/media/
H A DExifInterface.java797 public final int number; field in class:ExifInterface.ExifTag
802 private ExifTag(String name, int number, int format) { argument
804 this.number = number;
809 private ExifTag(String name, int number, int primaryFormat, int secondaryFormat) { argument
811 this.number = number;
1018 // Mappings from tag number to tag name and each item represents one IFD tag group.
1020 // Mappings from tag name to tag number and each item represents one IFD tag group.
1068 sExifTagMapsForReading[hint].put(tag.number, ta
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
H A DSimulatedCommands.java1305 String number, int timeSeconds, Message result) {
1307 number, timeSeconds, result);
1321 String number, Message result) {
1323 number, result);
1455 triggerRing(String number) { argument
1456 simulatedCallState.triggerRing(number);
1304 setCallForward(int action, int cfReason, int serviceClass, String number, int timeSeconds, Message result) argument
1320 queryCallForwardStatus(int cfReason, int serviceClass, String number, Message result) argument
/frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
H A DPduPersister.java1351 // number, that is. This includes the person who sent the
1353 // was addressed to or the TO field. Our own number is in that TO field and
1469 * @param excludeMyNumber if true, the number of this phone will be excluded from recipients
1478 // we're excluding our own number because we know that address is our own.
1496 final String number = v.getString();
1499 if (!PhoneNumberUtils.compare(number, myNumber)
1500 && !recipients.contains(number)) {
1501 // Only add numbers which aren't my own number.
1502 recipients.add(number);
1506 } else if (!recipients.contains(number)){
[all...]
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothHeadsetClient.java130 * Intent that notifies about the number attached to the last voice tag
135 * with a <code>String</code> value representing phone number.</p>
217 * <p>Value: <code>String</code> representing phone number
260 * AG feature: fetching phone number for voice tagging procedure.
886 * Redials last number from Audio Gateway.
910 * Places a call with specified number.
913 * @param number valid phone number
920 public boolean dial(BluetoothDevice device, String number) { argument
925 return mService.dial(device, number);
[all...]
/frameworks/base/services/core/java/com/android/server/notification/
H A DValidateNotificationPeople.java337 private LookupResult resolvePhoneContact(Context context, final String number) { argument
339 Uri.encode(number));
/frameworks/base/tools/orientationplot/
H A Dorientationplot.py403 # Extract a number following the specified prefix.
431 def _append(self, timeseries, timeindex, number):
433 timeseries[1].append(number)
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCommandInterface.java338 String number, int timeSeconds, Message response) {
343 String number, Message response) {
337 setCallForward(int action, int cfReason, int serviceClass, String number, int timeSeconds, Message response) argument
342 queryCallForwardStatus(int cfReason, int serviceClass, String number, Message response) argument

Completed in 572 milliseconds

123456