Searched defs:number (Results 1 - 25 of 51) sorted by relevance

123

/frameworks/base/telephony/java/android/telephony/
H A DCallStateListener.java32 * @param number the phone number of the call. For some states, this may be blank. However, it
35 public void onCallStateChanged(int callId, int state, String number); argument
/frameworks/base/core/java/android/text/format/
H A DFormatter.java32 * @param number size value to be formatted
33 * @return formatted string with the number
35 public static String formatFileSize(Context context, long number) { argument
36 return formatFileSize(context, number, false);
43 public static String formatShortFileSize(Context context, long number) { argument
44 return formatFileSize(context, number, true);
47 private static String formatFileSize(Context context, long number, boolean shorter) { argument
52 float result = number;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCallForwardInfo.java31 public String number; /* "number" from TS 27.007 7.11 */ field in class:CallForwardInfo
39 + " \"" + PhoneNumberUtils.stringFromStringAndTOA(number, toa) + "\" "
H A DDriverCall.java44 public String number; field in class:DriverCall
60 // index,isMT,state,mode,isMpty(,number,TOA)?
77 ret.number = PhoneNumberUtils.extractNetworkPortionAlt(p.nextString());
79 if (ret.number.length() == 0) {
80 ret.number = null;
88 ret.number = PhoneNumberUtils.stringFromStringAndTOA(
89 ret.number, ret.TOA);
115 /*+ "number=" + number */ + ",cli=" + numberPresentation + ","
H A DIccUtils.java156 * second octet contains a value indicating the number of
158 * 8 bit number which defines bits 15 to 8 of a 16 bit
170 * the second octet contains a value indicating the number of
172 * contain a 16 bit number which defines the complete 16 bit
278 * @param s A string of hexadecimal characters, must be an even number of
462 Rlog.e(LOG_TAG, "not event number of color");
500 Rlog.e(LOG_TAG, "not odd number of color");
510 private static int[] getCLUT(byte[] rawData, int offset, int number) { argument
515 int[] result = new int[number];
516 int endIndex = offset + (number *
[all...]
H A DIccProvider.java47 "number",
57 private static final String STR_NUMBER = "number";
132 String number = initialValues.getAsString("number");
134 boolean success = addIccRecordToEf(efType, tag, number, null, pin2);
199 String number = null;
218 number = normalizeValue(val);
227 if (TextUtils.isEmpty(number)) {
235 boolean success = deleteIccRecordFromEf(efType, tag, number, emails, pin2);
267 String number
316 addIccRecordToEf(int efType, String name, String number, String[] emails, String pin2) argument
368 deleteIccRecordFromEf(int efType, String name, String number, String[] emails, String pin2) argument
[all...]
/frameworks/support/v4/honeycomb/android/support/v4/app/
H A DNotificationCompatHoneycomb.java28 RemoteViews tickerView, int number,
50 .setNumber(number);
26 add(Context context, Notification n, CharSequence contentTitle, CharSequence contentText, CharSequence contentInfo, RemoteViews tickerView, int number, PendingIntent contentIntent, PendingIntent fullScreenIntent, Bitmap largeIcon) argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaCallWaitingNotification.java29 public String number = null; field in class:CdmaCallWaitingNotification
44 + " number: " + number
H A DCdmaInformationRecords.java151 public String number; field in class:CdmaInformationRecords.CdmaNumberInfoRec
157 public CdmaNumberInfoRec(int id, String number, int numberType, int numberPlan, int pi, argument
159 this.number = number;
170 ", number: " + number +
190 public CdmaRedirectingNumberInfoRec(String number, int numberType, int numberPlan, argument
193 number, numberType, numberPlan, pi, si);
/frameworks/support/v4/ics/android/support/v4/app/
H A DNotificationCompatIceCreamSandwich.java28 RemoteViews tickerView, int number,
51 .setNumber(number)
26 add(Context context, Notification n, CharSequence contentTitle, CharSequence contentText, CharSequence contentInfo, RemoteViews tickerView, int number, PendingIntent contentIntent, PendingIntent fullScreenIntent, Bitmap largeIcon, int mProgressMax, int mProgress, boolean mProgressIndeterminate) argument
/frameworks/base/core/java/com/android/internal/statusbar/
H A DStatusBarIcon.java29 public int number; field in class:StatusBarIcon
32 public StatusBarIcon(String iconPackage, UserHandle user, int iconId, int iconLevel, int number, argument
38 this.number = number;
47 + " num=" + this.number + " )";
53 this.iconLevel, this.number, this.contentDescription);
71 this.number = in.readInt();
81 out.writeInt(this.number);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
H A DSimulatedRadioControl.java21 public void triggerRing(String number); argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DSuppServiceNotification.java35 /** TS 27.007 7.17 "number" (MT only) */
36 public String number; field in class:SuppServiceNotification
68 + PhoneNumberUtils.stringFromStringAndTOA(number, type) + "\" ";
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DIccUtils.java156 * second octet contains a value indicating the number of
158 * 8 bit number which defines bits 15 to 8 of a 16 bit
170 * the second octet contains a value indicating the number of
172 * contain a 16 bit number which defines the complete 16 bit
278 * @param s A string of hexadecimal characters, must be an even number of
462 Rlog.e(LOG_TAG, "not event number of color");
500 Rlog.e(LOG_TAG, "not odd number of color");
510 private static int[] getCLUT(byte[] rawData, int offset, int number) { argument
515 int[] result = new int[number];
516 int endIndex = offset + (number *
[all...]
H A DAdnRecord.java56 // Maximum size of the un-extended number field
81 String number;
87 number = source.readString();
90 return new AdnRecord(efid, recordNumber, alphaTag, number, emails);
111 public AdnRecord (String alphaTag, String number) { argument
112 this(0, 0, alphaTag, number);
115 public AdnRecord (String alphaTag, String number, String[] emails) { argument
116 this(0, 0, alphaTag, number, emails);
119 public AdnRecord (int efid, int recordNumber, String alphaTag, String number, String[] emails) { argument
123 this.mNumber = number;
127 AdnRecord(int efid, int recordNumber, String alphaTag, String number) argument
[all...]
/frameworks/support/v4/jellybean/android/support/v4/app/
H A DNotificationCompatJellybean.java30 RemoteViews tickerView, int number,
55 .setNumber(number)
28 NotificationCompatJellybean(Context context, Notification n, CharSequence contentTitle, CharSequence contentText, CharSequence contentInfo, RemoteViews tickerView, int number, PendingIntent contentIntent, PendingIntent fullScreenIntent, Bitmap largeIcon, int mProgressMax, int mProgress, boolean mProgressIndeterminate, boolean useChronometer, int priority, CharSequence subText) argument
/frameworks/av/media/libmedia/
H A DVisualizer.cpp219 status_t Visualizer::getIntMeasurements(uint32_t type, uint32_t number, int32_t *measurements) { argument
233 || (number != 2)) {
235 number);
241 uint32_t replySize = number * sizeof(int32_t);
/frameworks/base/core/java/android/provider/
H A DCallLog.java62 * Query parameter used to limit the number of call logs returned.
134 * The phone number as the user entered it.
137 public static final String NUMBER = "number";
140 * The number presenting rules set by the network.
195 * The cached name associated with the phone number, if it exists.
197 * associated with this number has changed.
203 * The cached number type (Home, Work, etc) associated with the
204 * phone number, if it exists.
206 * associated with this number has changed.
212 * The cached number labe
305 addCall(CallerInfo ci, Context context, String number, int presentation, int callType, long start, int duration) argument
[all...]
/frameworks/base/core/tests/coretests/src/android/database/
H A DDatabasePerformanceTests.java113 public String numberName(int number) { argument
116 if (number >= 1000) {
117 result += numberName((number / 1000)) + " thousand";
118 number = (number % 1000);
120 if (number > 0) result += " ";
123 if (number >= 100) {
124 result += ONES[(number / 100)] + " hundred";
125 number = (number
[all...]
H A DNewDatabasePerformanceTests.java70 public String numberName(int number) { argument
73 if (number >= 1000) {
74 result += numberName((number / 1000)) + " thousand";
75 number = (number % 1000);
77 if (number > 0) result += " ";
80 if (number >= 100) {
81 result += ONES[(number / 100)] + " hundred";
82 number = (number
[all...]
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DCallerInfo.java45 * Looks up caller information for the given phone number.
67 * connection. This is especially relevant for the phone number field,
72 * 2. Device recognizes that this is an emergency number
78 * for a connection, but the number should be displayable.
91 /* Split up the phoneLabel into number type and label name */
153 * number. The returned CallerInfo is null if no number is supplied.
181 // Look for the number
187 // Look for the normalized number
251 * number
269 getCallerInfo(Context context, String number) argument
309 doSecondaryLookupIfNecessary(Context context, String number, CallerInfo previousResult) argument
339 getCallerId(Context context, String number) argument
529 getGeoDescription(Context context, String number) argument
[all...]
H A DCallerInfoAsyncQuery.java78 public String number; field in class:CallerInfoAsyncQuery.CookieWrapper
228 // Change the callerInfo number ONLY if it is an emergency number or the
229 // voicemail number, and adjust other data (including photoResource)
232 // Note we're setting the phone number here (refer to javadoc
242 mQueryContext, cw.number, mCallerInfo);
252 // no contacts matched the phone number of the incoming call),
263 // Actually when no contacts match the incoming phone number,
265 // *or* phoneNumber). So we need to pass in cw.number as
266 // a fallback number
336 startQuery(int token, Context context, String number, OnQueryCompleteListener listener, Object cookie) argument
[all...]
/frameworks/compile/mclinker/lib/LD/
H A DGNUArchiveReader.cpp266 // read the number of symbols
267 uint32_t number = 0; local
269 number = mcld::bswap32(*data);
271 number = *data;
275 const char* name = reinterpret_cast<const char*>(data + number);
278 for (uint32_t i = 0; i < number; ++i) {
/frameworks/native/include/input/
H A DKeyCharacterMap.h92 /* Gets the Unicode character for the number or symbol generated by the key
94 * Returns 0 if no number or symbol is generated.
164 /* The number or symbol character generated by the key, or 0 if none. */
165 char16_t number; member in struct:android::KeyCharacterMap::Key
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothHeadset.java599 * Current implementation returns the number of AT commands handled since
815 public void phoneStateChanged(int numActive, int numHeld, int callState, String number, argument
819 mService.phoneStateChanged(numActive, numHeld, callState, number, type);
835 String number, int type) {
838 mService.clccResponse(index, direction, status, mode, mpty, number, type);
834 clccResponse(int index, int direction, int status, int mode, boolean mpty, String number, int type) argument

Completed in 514 milliseconds

123