Searched refs:in (Results 51 - 75 of 723) sorted by relevance

1234567891011>>

/frameworks/base/core/java/com/android/internal/backup/
H A DIBackupTransport.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
35 * @return An Intent that can be passed to Context.startActivity() in order to
72 * backoff delay, in milliseconds, after which the Backup Manager should try again.
75 * in milliseconds to suggest deferring the backup pass for a while.
102 * is to provide a guarantee that no stale data exists in the restore set when the
109 int performBackup(in PackageInfo packageInfo, in ParcelFileDescriptor inFd);
119 int clearBackupData(in PackageInfo packageInfo);
141 * this device. This is used in th
[all...]
/frameworks/base/location/java/android/location/
H A DILocationManager.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
40 void requestLocationUpdates(in LocationRequest request, in ILocationListener listener,
41 in PendingIntent intent, String packageName);
42 void removeUpdates(in ILocationListener listener, in PendingIntent intent, String packageName);
44 void requestGeofence(in LocationRequest request, in Geofence geofence,
45 in PendingInten
[all...]
H A DILocationListener.aidl6 ** you may not use this file except in compliance with the License.
11 ** Unless required by applicable law or agreed to in writing, software
28 void onLocationChanged(in Location location);
29 void onStatusChanged(String provider, int status, in Bundle extras);
/frameworks/base/media/java/android/media/
H A DIRemoteControlDisplay.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
40 void setCurrentClientId(int clientGeneration, in PendingIntent clientMediaIntent,
47 void setMetadata(int generationId, in Bundle metadata);
49 void setArtwork(int generationId, in Bitmap artwork);
52 * To combine metadata text and artwork in one binder call
54 void setAllMetadata(int generationId, in Bundle metadata, in Bitmap artwork);
H A DIRingtonePlayer.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
27 void play(IBinder token, in Uri uri, int streamType);
32 void playAsync(in Uri uri, in UserHandle user, boolean looping, int streamType);
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DIPhoneStateListener.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
25 void onServiceStateChanged(in ServiceState serviceState);
31 void onCellLocationChanged(in Bundle location);
35 void onSignalStrengthsChanged(in SignalStrength signalStrength);
36 void onOtaspChanged(in int otaspMode);
37 void onCellInfoChanged(in List<CellInfo> cellInfo);
/frameworks/base/core/java/android/view/
H A DIWindowSession.aidl6 ** you may not use this file except in compliance with the License.
11 ** Unless required by applicable law or agreed to in writing, software
37 int add(IWindow window, int seq, in WindowManager.LayoutParams attrs,
38 in int viewVisibility, out Rect outContentInsets,
40 int addToDisplay(IWindow window, int seq, in WindowManager.LayoutParams attrs,
41 in int viewVisibility, in int layerStackId, out Rect outContentInsets,
43 int addWithoutInputChannel(IWindow window, int seq, in WindowManager.LayoutParams attrs,
44 in int viewVisibility, out Rect outContentInsets);
45 int addToDisplayWithoutInputChannel(IWindow window, int seq, in WindowManage
[all...]
/frameworks/base/core/java/android/app/backup/
H A DRestoreSet.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
73 public RestoreSet createFromParcel(Parcel in) {
74 return new RestoreSet(in);
82 private RestoreSet(Parcel in) { argument
83 name = in.readString();
84 device = in.readString();
85 token = in.readLong();
/frameworks/base/core/java/android/content/
H A DIClipboard.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
29 void setPrimaryClip(in ClipData clip);
33 void addPrimaryClipChangedListener(in IOnPrimaryClipChangedListener listener);
34 void removePrimaryClipChangedListener(in IOnPrimaryClipChangedListener listener);
H A DISyncAdapter.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
30 * be specified in extras, which is guaranteed to not be null.
39 in Account account, in Bundle extras);
54 void initialize(in Account account, String authority);
H A DIIntentReceiver.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
30 void performReceive(in Intent intent, int resultCode, String data,
31 in Bundle extras, boolean ordered, boolean sticky, int sendingUser);
/frameworks/base/core/java/android/net/
H A DNetworkQuotaInfo.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 NetworkQuotaInfo(Parcel in) { argument
43 mEstimatedBytes = in.readLong();
44 mSoftLimitBytes = in.readLong();
45 mHardLimitBytes = in.readLong();
74 public NetworkQuotaInfo createFromParcel(Parcel in) {
75 return new NetworkQuotaInfo(in);
/frameworks/base/core/java/android/service/dreams/
H A DIDreamManager.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
28 void setDreamComponents(in ComponentName[] componentNames);
31 void testDream(in ComponentName componentName);
33 void finishSelf(in IBinder token);
/frameworks/base/core/java/android/speech/srec/
H A DWaveHeader.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
31 * <li> numBytes - size of audio data after this header, in bytes.
39 // follows WAVE format in http://ccrma.stanford.edu/courses/422/projects/WaveFormat
71 * @param numBytes size of audio data after this header, in bytes.
158 * Get the size of audio data after this header, in bytes.
159 * @return size of audio data after this header, in bytes.
166 * Set the size of audio data after this header, in bytes.
167 * @param numBytes size of audio data after this header, in bytes.
177 * @param in {
181 read(InputStream in) argument
210 readId(InputStream in, String id) argument
216 readInt(InputStream in) argument
220 readShort(InputStream in) argument
[all...]
/frameworks/base/wifi/java/android/net/wifi/
H A DRssiPacketCountInfo.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
41 private RssiPacketCountInfo(Parcel in) { argument
42 rssi = in.readInt();
43 txgood = in.readInt();
44 txbad = in.readInt();
62 public RssiPacketCountInfo createFromParcel(Parcel in) {
63 return new RssiPacketCountInfo(in);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
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 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);
/frameworks/base/services/java/com/android/server/net/
H A DNetworkIdentitySet.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
40 public NetworkIdentitySet(DataInputStream in) throws IOException { argument
41 final int version = in.readInt();
42 final int size = in.readInt();
45 final int ignored = in.readInt();
47 final int type = in.readInt();
48 final int subType = in.readInt();
49 final String subscriberId = readOptionalString(in);
52 networkId = readOptionalString(in);
88 readOptionalString(DataInputStream in) argument
[all...]
/frameworks/base/core/java/android/accessibilityservice/
H A DIAccessibilityServiceClient.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
29 void setConnection(in IAccessibilityServiceConnection connection, int connectionId);
31 void onAccessibilityEvent(in AccessibilityEvent event);
/frameworks/base/core/java/android/gesture/
H A DGesturePoint.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
38 static GesturePoint deserialize(DataInputStream in) throws IOException { argument
40 final float x = in.readFloat();
41 final float y = in.readFloat();
43 final long timeStamp = in.readLong();
/frameworks/base/core/java/android/view/accessibility/
H A DIAccessibilityInteractionCallback.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
36 void setFindAccessibilityNodeInfoResult(in AccessibilityNodeInfo info, int interactionId);
44 void setFindAccessibilityNodeInfosResult(in List<AccessibilityNodeInfo> infos,
H A DIAccessibilityInteractionConnectionCallback.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
36 void setFindAccessibilityNodeInfoResult(in AccessibilityNodeInfo info, int interactionId);
44 void setFindAccessibilityNodeInfosResult(in List<AccessibilityNodeInfo> infos,
/frameworks/base/core/java/com/android/internal/textservice/
H A DISpellCheckerSession.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
26 in TextInfo[] textInfos, int suggestionsLimit, boolean multipleWords);
27 void onGetSentenceSuggestionsMultiple(in TextInfo[] textInfos, int suggestionsLimit);
H A DISpellCheckerSessionListener.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
26 void onGetSuggestions(in SuggestionsInfo[] results);
27 void onGetSentenceSuggestions(in SentenceSuggestionsInfo[] result);
/frameworks/base/core/java/com/android/internal/view/
H A DIInputMethod.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
32 * Top-level interface to an input method component (implemented in a
39 void bindInput(in InputBinding binding);
43 void startInput(in IInputContext inputContext, in EditorInfo attribute);
45 void restartInput(in IInputContext inputContext, in EditorInfo attribute);
53 void showSoftInput(int flags, in ResultReceiver resultReceiver);
55 void hideSoftInput(int flags, in ResultReceive
[all...]

Completed in 3175 milliseconds

1234567891011>>