Searched refs:in (Results 1 - 25 of 723) sorted by last modified time

1234567891011>>

/frameworks/wilhelm/src/
H A DAndroid.mk26 # optional, see comments in MPH_to.c: -DUSE_DESIGNATED_INITIALIZERS -S
/frameworks/opt/emoji/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
9 # Unless required by applicable law or agreed to in writing, software
/frameworks/opt/inputmethodcommon/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
9 # Unless required by applicable law or agreed to in writing, software
/frameworks/opt/mailcommon/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
9 # Unless required by applicable law or agreed to in writing, software
/frameworks/opt/mailcommon/tests/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
9 # Unless required by applicable law or agreed to in writing, software
/frameworks/opt/mms/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
9 # Unless required by applicable law or agreed to in writing, software
/frameworks/opt/photoviewer/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
9 # Unless required by applicable law or agreed to in writing, software
/frameworks/opt/photoviewer/sample/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
9 # Unless required by applicable law or agreed to in writing, software
/frameworks/opt/telephony/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
9 # Unless required by applicable law or agreed to in writing, software
/frameworks/opt/telephony/src/java/android/telephony/
H A DCellBroadcastMessage.java5 * use this file except in compliance with the License. You may obtain a copy of
10 * Unless required by applicable law or agreed to in writing, software
44 * in the database cursor returned by the ContentProvider.
72 private CellBroadcastMessage(Parcel in) { argument
73 mSmsCbMessage = new SmsCbMessage(in);
74 mDeliveryTime = in.readLong();
75 mIsRead = (in.readInt() != 0);
91 public CellBroadcastMessage createFromParcel(Parcel in) {
92 return new CellBroadcastMessage(in);
101 * Create a CellBroadcastMessage from a row in th
[all...]
H A DSmsCbCmasInfo.java5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
24 * Supported values for each element are defined in TIA-1149-0-1 (CMAS over CDMA) and
31 // CMAS message class (in GSM/UMTS message identifier or CDMA service category).
57 // CMAS alert category (in CDMA type 1 elements record).
101 // CMAS response type (in CDMA type 1 elements record).
103 /** CMAS response type: Take shelter in place. */
121 /** CMAS response type: Evaluate the information in this message (not for public warnings). */
133 // 4-bit CMAS severity (in GSM/UMTS message identifier or CDMA type 1 elements record).
148 // CMAS urgency (in GS
208 SmsCbCmasInfo(Parcel in) argument
[all...]
H A DSmsCbEtwsInfo.java5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
29 * Supported values for each element are defined in 3GPP TS 23.041.
53 /** One of the ETWS warning type constants defined in this class. */
81 SmsCbEtwsInfo(Parcel in) { argument
82 mWarningType = in.readInt();
83 mEmergencyUserAlert = (in.readInt() != 0);
84 mActivatePopup = (in.readInt() != 0);
85 mWarningSecurityInformation = in.createByteArray();
91 * @param dest The Parcel in whic
[all...]
H A DSmsCbLocation.java5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
42 * cell broadcasts saved in older versions of the database without location info.
73 public SmsCbLocation(Parcel in) { argument
74 mPlmn = in.readString();
75 mLac = in.readInt();
76 mCid = in.readInt();
171 * @param dest The Parcel in which the object should be written.
184 public SmsCbLocation createFromParcel(Parcel in) {
185 return new SmsCbLocation(in);
[all...]
H A DSmsCbMessage.java5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
27 * <li>opt-in informational broadcasts, e.g. news, weather, stock quotes, sports scores</li>
29 * roaming purposes (required to display on the idle screen in Brazil)</li>
37 * two completely different concepts in 3GPP and CDMA.
40 * of the equivalent field in CDMA. In both cases the service category is a 16-bit value, but 3GPP
49 * Service Area in UMTS). The relevant values are concatenated into a single String which will be
160 public SmsCbMessage(Parcel in) { argument
161 mMessageFormat = in.readInt();
162 mGeographicalScope = in
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DISms.aidl5 ** you may not use this file except in compliance with the License.
10 ** Unless required by applicable law or agreed to in writing, software
56 in byte[] pdu);
67 boolean copyMessageToIccEf(int status, in byte[] pdu, in byte[] smsc);
87 * which cause smaller number of SMS to be sent in checking period.
90 * raw pdu of the status report is in the extended data ("pdu").
92 void sendData(in String destAddr, in String scAddr, in in
[all...]
H A DOperatorInfo.java5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
82 * See state strings defined in ril.h RIL_REQUEST_QUERY_AVAILABLE_NETWORKS
136 public OperatorInfo createFromParcel(Parcel in) {
138 in.readString(), /*operatorAlphaLong*/
139 in.readString(), /*operatorAlphaShort*/
140 in.readString(), /*operatorNumeric*/
141 (State) in.readSerializable()); /*state*/
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
H A DCatCmdMessage.java5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
98 public CatCmdMessage(Parcel in) { argument
99 mCmdDet = in.readParcelable(null);
100 mTextMsg = in.readParcelable(null);
101 mMenu = in.readParcelable(null);
102 mInput = in.readParcelable(null);
106 mBrowserSettings.url = in.readString();
107 mBrowserSettings.mode = LaunchBrowserMode.values()[in.readInt()];
110 mToneSettings = in
[all...]
H A DCommandDetails.java5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
50 public CommandDetails(Parcel in) { argument
51 compRequired = in.readInt() != 0;
52 commandNumber = in.readInt();
53 typeOfCommand = in.readInt();
54 commandQualifier = in.readInt();
66 public CommandDetails createFromParcel(Parcel in) {
67 return new CommandDetails(in);
H A DDuration.java5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
56 private Duration(Parcel in) { argument
57 timeInterval = in.readInt();
58 timeUnit = TimeUnit.values()[in.readInt()];
71 public Duration createFromParcel(Parcel in) {
72 return new Duration(in);
H A DInput.java5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
56 private Input(Parcel in) { argument
57 text = in.readString();
58 defaultText = in.readString();
59 icon = in.readParcelable(null);
60 minLen = in.readInt();
61 maxLen = in.readInt();
62 ucs2 = in.readInt() == 1 ? true : false;
63 packed = in
[all...]
H A DItem.java5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
42 public Item(Parcel in) { argument
43 id = in.readInt();
44 text = in.readString();
45 icon = in.readParcelable(null);
59 public Item createFromParcel(Parcel in) {
60 return new Item(in);
H A DMenu.java5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
57 private Menu(Parcel in) { argument
58 title = in.readString();
59 titleIcon = in.readParcelable(null);
62 int size = in.readInt();
64 Item item = in.readParcelable(null);
67 defaultItem = in.readInt();
68 softKeyPreferred = in.readInt() == 1 ? true : false;
69 helpAvailable = in
[all...]
H A DTextMessage.java5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
36 private TextMessage(Parcel in) { argument
37 title = in.readString();
38 text = in.readString();
39 icon = in.readParcelable(null);
40 iconSelfExplanatory = in.readInt() == 1 ? true : false;
41 isHighPriority = in.readInt() == 1 ? true : false;
42 responseNeeded = in.readInt() == 1 ? true : false;
43 userClear = in
[all...]
H A DTone.java5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
100 * This tone is to be used in critical situations. The terminal shall make
102 * from the volume setting in the terminal.
169 Tone(Parcel in) { argument
170 mValue = in.readInt();
182 public Tone createFromParcel(Parcel in) {
183 return Tone.values()[in.readInt()];
H A DToneSettings.java5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
37 private ToneSettings(Parcel in) { argument
38 duration = in.readParcelable(null);
39 tone = in.readParcelable(null);
40 vibrate = in.readInt() == 1;
54 public ToneSettings createFromParcel(Parcel in) {
55 return new ToneSettings(in);

Completed in 2567 milliseconds

1234567891011>>