Searched defs:number (Results 51 - 75 of 86) sorted by relevance

1234

/frameworks/base/services/core/java/com/android/server/display/
H A DOverlayDisplayAdapter.java190 int number = ++count;
193 number);
194 int gravity = chooseOverlayGravity(number);
197 Slog.i(TAG, "Showing overlay display device #" + number
200 mOverlays.add(new OverlayDisplayHandle(name, modes, gravity, secure, number));
241 SurfaceTexture surfaceTexture, int number) {
242 super(OverlayDisplayAdapter.this, displayToken, UNIQUE_ID_PREFIX + number);
372 boolean secure, int number) {
377 mNumber = number;
237 OverlayDisplayDevice(IBinder displayToken, String name, List<OverlayMode> modes, int activeMode, int defaultMode, float refreshRate, long presentationDeadlineNanos, boolean secure, int state, SurfaceTexture surfaceTexture, int number) argument
371 OverlayDisplayHandle(String name, List<OverlayMode> modes, int gravity, boolean secure, int number) argument
/frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
H A DPduComposer.java219 * Append an octet number between 128 and 255 into mMessage.
225 protected void appendOctet(int number) { argument
226 append(number);
255 * ; The minimum number of octets must be used to encode the value.
462 // Phone number.
1140 * @return PDU_PHONE_NUMBER_ADDRESS_TYPE if it is phone number,
1153 * device-address = ( global-phone-number "/TYPE=PLMN" )
1157 * global-phone-number = ["+"] 1*( DIGIT / written-sep )
1173 // Phone number.
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothHeadsetClient.java131 * Intent that notifies about the number attached to the last voice tag
136 * with a <code>String</code> value representing phone number.</p>
218 * <p>Value: <code>String</code> representing phone number
261 * AG feature: fetching phone number for voice tagging procedure.
891 * Places a call with specified number.
894 * @param number valid phone number
902 public BluetoothHeadsetClientCall dial(BluetoothDevice device, String number) { argument
907 return service.dial(device, number);
942 * Get a number correspondin
[all...]
/frameworks/base/core/java/android/hardware/hdmi/
H A DHdmiRecordSources.java158 /** Channel number formats. */
210 * <li>program number: 2bytes
291 // The first 6 bits for format, the 10 bits for major number.
294 // Minor number uses the next 16 bits.
305 * <li>channel number format: 6bits
306 * <li>major number: 10bits
307 * <li>minor number: 16bits
313 /** Identifies the logical or virtual channel number of a service. */
321 public static DigitalChannelData ofOneNumber(int number) { argument
323 new ChannelIdentifier(CHANNEL_NUMBER_FORMAT_1_PART, 0, number));
[all...]
/frameworks/base/telecomm/java/android/telecom/
H A DTelecomManager.java333 * The number which the party on the other side of the line will see (and use to return the
343 * The number of milliseconds that Telecom should wait after disconnecting a call via the
366 * The phone number of the call used by Telecom to determine which call should be handed over.
555 * The number of calls associated with the notification. If the number is zero then the missed
562 * The number associated with the missed calls. This number is only relevant
598 * Indicates that the address or number of a call is allowed to be displayed for caller ID.
603 * Indicates that the address or number of a call is blocked by the other party.
608 * Indicates that the address or number o
1122 isVoiceMailNumber(PhoneAccountHandle accountHandle, String number) argument
[all...]
H A DConnection.java89 * There are a number of other {@code on*} methods which a {@code Connection} can choose to
335 * Indicates that the current device callback number should be shown.
365 * Consider, for example, a scenario where a user has two devices with the same phone number.
415 * Connection extra key used to store the last forwarded number associated with the current
417 * the specified number.
423 * Connection extra key used to store a child number associated with the current connection.
425 * a child address (i.e. phone number) associated with the {@link PhoneAccount}'s primary
1736 * @return The address (e.g., phone number) to which this Connection is currently communicating.
2887 static String toLogSafePhoneNumber(String number) { argument
2888 // For unknown number, lo
[all...]
/frameworks/base/telephony/java/android/telephony/
H A DSubscriptionManager.java199 * TelephonyProvider column name for the phone number of a SIM.
203 public static final String NUMBER = "number";
206 * TelephonyProvider column name for the number display format of a SIM.
792 * @return the current number of active subscriptions. There is no guarantee the value
812 * @return the maximum number of active subscriptions that will be returned by
866 * @return the number of records updated
895 * @return the number of records updated
908 * @return the number of records updated or < 0 if invalid subId
937 * Set phone number by subId
938 * @param number th
943 setDisplayNumber(String number, int subId) argument
[all...]
H A DPhoneNumberUtils.java50 * Various utilities for dealing with phone number strings.
57 * (See "What is a phone number?" doc)
84 * global-phone-number = ["+"] 1*( DIGIT / written-sep )
145 /** Extracts the phone number from an Intent.
147 * @param intent the intent to get the number of
150 * @return the phone number that would be called by the intent, or
151 * <code>null</code> if the number cannot be found.
154 String number = null;
189 number = c.getString(c.getColumnIndex(phoneColumn));
193 Rlog.e(LOG_TAG, "Error getting phone number
1061 numberToCalledPartyBCD(String number) argument
1070 numberToCalledPartyBCDHelper(String number, boolean includeLength) argument
1605 replaceUnicodeDigits(String number) argument
1645 isEmergencyNumber(String number) argument
1659 isEmergencyNumber(int subId, String number) argument
1685 isPotentialEmergencyNumber(String number) argument
1709 isPotentialEmergencyNumber(int subId, String number) argument
1734 isEmergencyNumberInternal(String number, boolean useExactMatch) argument
1758 isEmergencyNumberInternal(int subId, String number, boolean useExactMatch) argument
1773 isEmergencyNumber(String number, String defaultCountryIso) argument
1787 isEmergencyNumber(int subId, String number, String defaultCountryIso) argument
1814 isPotentialEmergencyNumber(String number, String defaultCountryIso) argument
1839 isPotentialEmergencyNumber(int subId, String number, String defaultCountryIso) argument
1860 isEmergencyNumberInternal(String number, String defaultCountryIso, boolean useExactMatch) argument
1883 isEmergencyNumberInternal(int subId, String number, String defaultCountryIso, boolean useExactMatch) argument
1982 isLocalEmergencyNumber(Context context, String number) argument
1996 isLocalEmergencyNumber(Context context, int subId, String number) argument
2024 isPotentialLocalEmergencyNumber(Context context, String number) argument
2050 isPotentialLocalEmergencyNumber(Context context, int subId, String number) argument
2075 isLocalEmergencyNumberInternal(String number, Context context, boolean useExactMatch) argument
2099 isLocalEmergencyNumberInternal(int subId, String number, Context context, boolean useExactMatch) argument
2126 isVoiceMailNumber(String number) argument
2142 isVoiceMailNumber(int subId, String number) argument
2159 isVoiceMailNumber(Context context, int subId, String number) argument
2544 splitAtNonNumerics(CharSequence number) argument
2642 isUriNumber(String number) argument
2659 getUsernameFromUriNumber(String number) argument
3113 convertToEmergencyNumber(Context context, String number) argument
[all...]
H A DTelephony.java103 * read special incoming messages such as to perform phone number verification.</p>
754 * The number of messages in the conversation.
2047 * Is the specified number a phone number?
2049 * @param number the input number to test
2050 * @return true if number is a phone number; false otherwise.
2053 public static boolean isPhoneNumber(String number) { argument
2054 if (TextUtils.isEmpty(number)) {
[all...]
/frameworks/native/libs/input/
H A DKeyCharacterMap.cpp223 result = key->number;
618 char16_t number = parcel->readInt32(); local
625 key->number = number;
668 parcel->writeInt32(key->number);
686 label(0), number(0), firstBehavior(NULL) {
690 label(other.label), number(other.number),
866 ALOGE("%s: Expected key %s number, got '%s'.", mTokenizer->getLocation().string(),
940 } else if (token == "number") {
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DSubscriptionController.java96 * Copied from android.util.LocalLog with flush() adding flush and line number
304 String number = cursor.getString(cursor.getColumnIndexOrThrow(
336 // If line1number has been set to a different number, use it instead.
338 if (!TextUtils.isEmpty(line1Number) && !line1Number.equals(number)) {
339 number = line1Number;
342 nameSource, iconTint, number, dataRoaming, iconBitmap, mcc, mnc, countryIso,
727 * @return the maximum number of subscriptions this device will support at any one time.
1122 * @return the number of records updated
1154 * @return the number of records updated
1189 * @return the number o
1256 setDisplayNumber(String number, int subId) argument
[all...]
H A DPhoneInternalInterface.java131 static final int BM_NUM_BAND_MODES = 19; //Total number of band modes
497 * Get the line 1 phone number (MSISDN). For CDMA phones, the MDN is returned
500 * @return phone number. May return null if not
506 * Returns the alpha tag associated with the msisdn number.
513 * Sets the MSISDN phone number in the SIM card.
515 * @param alphaTag the alpha tag associated with the MSISDN phone number
517 * @param number the new MSISDN phone number to be set on the SIM.
523 boolean setLine1Number(String alphaTag, String number, Message onComplete); argument
526 * Get the voice mail access phone number
[all...]
H A DGsmCdmaPhone.java110 // Key used to read/write voice mail number
133 // string to define how the carrier specifies its own ota sp number
170 // Create Cfu (Call forward unconditional) so that dialing number &
261 // get the string that specifies the carrier OTA Sp number
1158 * number while on WFC only, {@code false} otherwise.
1187 // Dialing international number
1365 private void storeVoiceMailNumber(String number) { argument
1369 editor.putString(VM_NUMBER + getPhoneId(), number);
1373 editor.putString(VM_NUMBER_CDMA + getPhoneId(), number);
1380 String number
1612 setLine1Number(String alphaTag, String number, Message onComplete) argument
[all...]
H A DCommandsInterface.java491 * Registers the handler for CDMA number information record
502 * Registers the handler for CDMA redirected number Information record
636 * is the number of attempts remaining before the ICC will be PUK locked.
655 * is the number of attempts remaining before the ICC will be PUK locked.
672 * is the number of attempts remaining before the ICC is permanently disabled.
690 * is the number of attempts remaining before the ICC is permanently disabled.
709 * is the number of attempts remaining before the ICC will be PUK locked.
730 * is the number of attempts remaining before the ICC will be PUK locked.
749 * is the number of attempts remaining before the ICC is permanently disabled.
770 * is the number o
1257 setCallForward(int action, int cfReason, int serviceClass, String number, int timeSeconds, Message response) argument
1268 queryCallForwardStatus(int cfReason, int serviceClass, String number, Message response) argument
[all...]
H A DRIL.java305 // The number of wakelock requests currently active. Don't release the lock
1489 String number, Message result) {
1504 cfInfo.toa = PhoneNumberUtils.toaFromString(number);
1505 cfInfo.number = convertNullToEmptyString(number);
1518 String number, int timeSeconds, Message result) {
1535 cfInfo.toa = PhoneNumberUtils.toaFromString(number);
1536 cfInfo.number = convertNullToEmptyString(number);
2546 msg.address.numberMode = dis.read(); // address number mod
1488 queryCallForwardStatus(int cfReason, int serviceClass, String number, Message result) argument
1517 setCallForward(int action, int cfReason, int serviceClass, String number, int timeSeconds, Message result) argument
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneBase.java367 public boolean setLine1Number(String alphaTag, String number, Message onComplete) { argument
H A DImsPhoneCallTracker.java124 boolean isEmergencyNumber(String number); argument
655 * Default implementation for determining if a number is an emergency number. Uses the real
753 * Test-only method used to mock out access to the phone number utils class.
922 // If the call is to an emergency number and the carrier does not support video emergency
1115 // Phone number is invalid
2491 supp.number = suppServiceInfo.number;
3374 * @param number The phone number o
3380 pullExternalCall(String number, int videoState, int dialogId) argument
[all...]
H A DImsPhoneCommandInterface.java347 String number, int timeSeconds, Message response) {
352 String number, Message response) {
346 setCallForward(int action, int cfReason, int serviceClass, String number, int timeSeconds, Message response) argument
351 queryCallForwardStatus(int cfReason, int serviceClass, String number, Message response) argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipPhoneBase.java334 public boolean setLine1Number(String alphaTag, String number, Message onComplete) { argument
H A DSipCommandInterface.java348 String number, int timeSeconds, Message response) {
353 String number, Message response) {
347 setCallForward(int action, int cfReason, int serviceClass, String number, int timeSeconds, Message response) argument
352 queryCallForwardStatus(int cfReason, int serviceClass, String number, Message response) argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DIccRecords.java61 protected int mRecordsToLoad; // number of pending load requests
71 protected String mMsisdn = null; // My mobile number
85 protected int mMailboxIndex = 0; // 0 is no mailbox dailing number associated
409 public void setMsisdnNumber(String alphaTag, String number, argument
464 * Set voice mail number to SIM record
466 * The voice mail number can be stored either in EF_MBDN (TS 51.011) or
469 * If EF_MBDN is available, store the voice mail number to EF_MBDN
471 * If EF_MAILBOX_CPHS is enabled, store the voice mail number to EF_CHPS
473 * So the voice mail number will be stored in both EFs if both are available
481 * if the number i
681 setVoiceCallForwardingFlag(int line, boolean enable, String number) argument
[all...]
H A DSIMRecords.java328 * Set subscriber number to SIM record
330 * The subscriber number is stored in EF_MSISDN (TS 51.011)
335 * @param number dialing number (up to 20 digits)
336 * if the number starts with '+', then set to international TOA
343 public void setMsisdnNumber(String alphaTag, String number, argument
348 mNewMsisdn = number;
371 * Set voice mail number to SIM record
373 * The voice mail number can be stored either in EF_MBDN (TS 51.011) or
376 * If EF_MBDN is available, store the voice mail number t
[all...]
/frameworks/av/media/libstagefright/mpeg2ts/
H A DATSParser.cpp88 unsigned number() const { return mProgramNumber; } function in struct:android::ATSParser::Program
299 ALOGV("new program number %u", programNumber);
381 // we can recover if the number of streams for each type hasn't changed
507 // infoBytesRemaining is the number of bytes that make up the
578 // we can recover if number of streams for each type remain the same
623 // Use the original 33bit number for 1st frame, the reason is that
1794 if (program->number() == program_number) {
1962 // The number of bytes from the start of the current
1973 // The number of bytes received by this parser up to and
/frameworks/base/core/java/android/text/style/
H A DTtsSpan.java56 * number to be synthesized with {@link #ARG_NUMBER}.
65 * number to be synthesized with {@link #ARG_NUMBER}.
73 * The text associated with this span is a decimal number. Must include the
74 * number to be synthesized with {@link #ARG_INTEGER_PART} and
83 * The text associated with this span is a fractional number. Must include
84 * the number to be synthesized with {@link #ARG_NUMERATOR} and
93 * The text associated with this span is a measure, consisting of a number
94 * and a unit. The number can be a cardinal, decimal or a fraction. Set the
95 * number with the same arguments as {@link #TYPE_CARDINAL},
105 * The text associated with this span is a time, consisting of a number o
692 CardinalBuilder(long number) argument
703 CardinalBuilder(String number) argument
714 setNumber(long number) argument
724 setNumber(String number) argument
748 OrdinalBuilder(long number) argument
759 OrdinalBuilder(String number) argument
770 setNumber(long number) argument
780 setNumber(String number) argument
803 DecimalBuilder(double number, int minimumFractionDigits, int maximumFractionDigits) argument
835 setArgumentsFromDouble( double number, int minimumFractionDigits, int maximumFractionDigits) argument
995 setNumber(long number) argument
1005 setNumber(String number) argument
[all...]
/frameworks/base/media/java/android/media/
H A DExifInterface.java938 public final int number; field in class:ExifInterface.ExifTag
943 private ExifTag(String name, int number, int format) { argument
945 this.number = number;
950 private ExifTag(String name, int number, int primaryFormat, int secondaryFormat) { argument
952 this.number = number;
1217 // Mappings from tag number to tag name and each item represents one IFD tag group.
1219 // Mappings from tag name to tag number and each item represents one IFD tag group.
1224 // Mappings from tag number t
[all...]

Completed in 1555 milliseconds

1234