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

1234

/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
H A DSimulatedCommands.java1304 String number, int timeSeconds, Message result) {
1306 number, timeSeconds, result);
1320 String number, Message result) {
1322 number, result);
1482 triggerRing(String number) { argument
1483 simulatedCallState.triggerRing(number);
1303 setCallForward(int action, int cfReason, int serviceClass, String number, int timeSeconds, Message result) argument
1319 queryCallForwardStatus(int cfReason, int serviceClass, String number, Message result) argument
H A DSimulatedCommandsVerifier.java918 public void setCallForward(int action, int cfReason, int serviceClass, String number, argument
924 public void queryCallForwardStatus(int cfReason, int serviceClass, String number, argument
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
H A DPhoneMock.java460 public void setVoiceCallForwardingFlag(int line, boolean enable, String number) { argument
1194 public boolean setLine1Number(String alphaTag, String number, Message onComplete) { argument
/frameworks/base/telephony/java/android/telephony/
H A DTelephonyManager.java230 * Returns the number of phones available.
321 * {@link #EXTRA_INCOMING_NUMBER} provides the incoming phone number as
346 * same way: the path part of the URI contains the recipient's phone number or a comma-separated
470 * for a String containing the incoming phone number.
756 * The {@link #EXTRA_VOICEMAIL_NUMBER} extra indicates the voicemail number if available.
758 * will call the voicemail number when sent. This extra will be empty if the voicemail number
762 * available when the voicemail number is not set.
786 * The number of voice messages associated with the notification.
792 * The voicemail number
2588 setLine1NumberForDisplay(String alphaTag, String number) argument
2607 setLine1NumberForDisplay(int subId, String alphaTag, String number) argument
2785 setVoiceMailNumber(String alphaTag, String number) argument
2800 setVoiceMailNumber(int subId, String alphaTag, String number) argument
2941 sendVisualVoicemailSms(String number, int port, String text, PendingIntent sentIntent) argument
3056 sendVisualVoicemailSmsForSubscriber(int subId, String number, int port, String text, PendingIntent sentIntent) argument
5160 dial(String number) argument
5173 call(String callingPackage, String number) argument
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhone.java1650 * Retrieves the serial number of the ICC, if applicable. Returns only the decimal digits before
1659 * Retrieves the full serial number of the ICC (including hex digits), if applicable.
1802 public void setVoiceCallForwardingFlag(int line, boolean enable, String number) { argument
1806 r.setVoiceCallForwardingFlag(line, enable, number);
1811 String number) {
1813 r.setVoiceCallForwardingFlag(line, enable, number);
2295 int invalidCount = -2; //-1 is not really invalid. It is used for unknown number of vm
2502 * this decides if the dial number is OTA(Over the air provision) number or not
2504 * @return true means the dialStr is OTA number, an
1810 setVoiceCallForwardingFlag(IccRecords r, int line, boolean enable, String number) argument
[all...]
/frameworks/support/compat/java/android/support/v4/app/
H A DNotificationCompat.java551 * If this notification is being shown as a badge, always show as a number.
587 * <p> For example, you might want to use this constant if you post a number of children
834 * Set the large number at the right-hand side of the notification. This is
835 * equivalent to setContentInfo, although it might show the number in a different
838 public Builder setNumber(int number) { argument
839 mNumber = number;
998 * rate. The rate is specified in terms of the number of milliseconds to be on
999 * and then the number of milliseconds to be off.
2026 * messages of varying types between any number of people.
2059 * The maximum number o
[all...]
/frameworks/support/exifinterface/src/android/support/media/
H A DExifInterface.java74 * <p>The number of columns of image data, equal to the number of pixels per row. In JPEG
86 * <p>The number of rows of image data. In JPEG compressed data, this tag shall not be used
98 * <p>The number of bits per image component. In this standard each component of the image is
163 * <p>The number of components per pixel. Since this standard applies to RGB and YCbCr images,
231 * <p>The number of pixels per {@link #TAG_RESOLUTION_UNIT} in the {@link #TAG_IMAGE_WIDTH}
246 * <p>The number of pixels per {@link #TAG_RESOLUTION_UNIT} in the {@link #TAG_IMAGE_WIDTH}
282 * so the number of strip bytes does not exceed 64 KBytes.In the case of JPEG compressed data,
302 * <p>The number of rows per strip. This is the number o
3294 public final int number; field in class:ExifInterface.ExifTag
3299 ExifTag(String name, int number, int format) argument
3306 ExifTag(String name, int number, int primaryFormat, int secondaryFormat) argument
[all...]
/frameworks/base/core/java/android/app/
H A DNotification.java245 * The number of events that this notification represents. For example, in a new mail
246 * notification, this could be the number of unread messages.
249 * Starting with {@link android.os.Build.VERSION_CODES#O}, the number may be displayed as a
252 public int number = 0; field in class:Notification
428 * The number of milliseconds for the LED to be on while it's flashing.
439 * The number of milliseconds for the LED to be off while it's flashing.
472 * <li>To flash the LED, pass the number of milliseconds that it should
1169 * <p> For example, you might want to use this constant if you post a number of children
1190 * If this notification is being shown as a badge, always show as a number.
1887 number
3159 setNumber(int number) argument
[all...]
/frameworks/support/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dgson-1.7.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gson/ com/google/gson/annotations/ ...
/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dgson-1.7.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gson/ com/google/gson/annotations/ ...
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 358 milliseconds

1234