Searched refs:in (Results 126 - 150 of 856) sorted by relevance

1234567891011>>

/frameworks/base/core/java/android/os/
H A DIMessenger.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
24 void send(in Message msg);
H A DIRemoteCallback.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
24 void sendResult(in Bundle data);
/frameworks/base/core/java/android/print/
H A DIPrintClient.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 startPrintJobConfigActivity(in IntentSender intent);
H A DIPrintJobStateChangeListener.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 onPrintJobStateChanged(in PrintJobId printJobId);
H A DIWriteResultCallback.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 onWriteFinished(in PageRange[] pages, int sequence);
/frameworks/base/core/java/android/view/
H A DIInputFilterHost.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 sendInputEvent(in InputEvent event, int policyFlags);
/frameworks/base/core/java/com/android/internal/os/
H A DIResultReceiver.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
24 void send(int resultCode, in Bundle resultData);
/frameworks/base/core/java/com/android/internal/statusbar/
H A DIStatusBar.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 setIcon(int index, in StatusBarIcon icon);
27 void addNotification(IBinder key, in StatusBarNotification notification);
28 void updateNotification(IBinder key, in StatusBarNotification notification);
36 void setImeWindowStatus(in IBinder token, int vis, int backDisposition);
H A DStatusBarIcon.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
61 public StatusBarIcon(Parcel in) { argument
62 readFromParcel(in);
65 public void readFromParcel(Parcel in) { argument
66 this.iconPackage = in.readString();
67 this.user = (UserHandle) in.readParcelable(null);
68 this.iconId = in.readInt();
69 this.iconLevel = in.readInt();
70 this.visible = in
[all...]
/frameworks/base/core/java/com/android/internal/view/
H A DIInputMethodSession.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
33 void updateExtractedText(int token, in ExtractedText text);
41 void updateCursor(in Rect newCursor);
43 void displayCompletions(in CompletionInfo[] completions);
45 void appPrivateCommand(String action, in Bundle data);
/frameworks/base/location/java/android/location/
H A DICountryListener.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 onCountryDetected(in Country country);
H A DIFusedProvider.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
31 void onFusedLocationHardwareChange(in IFusedLocationHardware instance);
H A DIGeofenceProvider.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 setGeofenceHardware(in IGeofenceHardware proxy);
/frameworks/base/media/java/android/media/
H A DIAudioRoutesObserver.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
22 * AIDL for the AudioService to report changes in available audio routes.
26 void dispatchAudioRoutesChanged(in AudioRoutesInfo newRoutes);
H A DIMediaScannerListener.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 void scanCompleted(String path, in Uri uri);
H A DIRemoteDisplayCallback.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 onStateChanged(in RemoteDisplayState state);
/frameworks/base/core/java/android/app/
H A DINotificationManager.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
35 in Notification notification, inout int[] idReceived, int userId);
44 void registerListener(in INotificationListener listener, in ComponentName component, int userid);
45 void unregisterListener(in INotificationListener listener, int userid);
47 void cancelNotificationFromListener(in INotificationListener token, String pkg, String tag, int id);
48 void cancelAllNotificationsFromListener(in INotificationListener token);
50 StatusBarNotification[] getActiveNotificationsFromListener(in INotificationListener token);
/frameworks/base/core/java/android/app/backup/
H A DIBackupManager.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
78 * at some point in the future.
88 * backup dataset or from the restore set used in the last wholesale restore operation,
120 boolean setBackupPassword(in String currentPw, in String newPw);
160 * installed applications' data, not just those named in the <code>packageNames</code>
165 * applications will be included in the dataset.
169 void fullBackup(in ParcelFileDescriptor fd, boolean includeApks, boolean includeObbs,
171 in Strin
[all...]
/frameworks/base/core/java/android/content/pm/
H A DProviderInfo.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
44 /** If true, additional permissions to specific Uris in this content
57 * this field to be filled in.
70 * to run in different process. If false, a single instances is always
71 * run in {@link #processName}. */
75 * running in the same process. Higher goes first. */
79 * Bit in {@link #flags}: If set, a single instance of the provider will
86 * Options that have been set in the provider declaration in th
156 ProviderInfo(Parcel in) argument
[all...]
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DITelephonyRegistry.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 void notifyServiceState(in ServiceState state);
33 void notifySignalStrength(in SignalStrength signalStrength);
38 String reason, String apn, String apnType, in LinkProperties linkProperties,
39 in LinkCapabilities linkCapabilities, int networkType, boolean roaming);
41 void notifyCellLocation(in Bundle cellLocation);
42 void notifyOtaspChanged(in int otaspMode);
43 void notifyCellInfo(in List<CellInfo> cellInfo);
/frameworks/base/core/java/android/hardware/
H A DCameraInfo.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
43 public void readFromParcel(Parcel in) { argument
44 info.facing = in.readInt();
45 info.orientation = in.readInt();
51 public CameraInfo createFromParcel(Parcel in) {
53 info.readFromParcel(in);
/frameworks/base/core/java/com/android/internal/textservice/
H A DITextServicesManager.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 oneway void getSpellCheckerService(String sciId, in String locale,
36 in ITextServicesSessionListener tsListener,
37 in ISpellCheckerSessionListener scListener, in Bundle bundle);
38 oneway void finishSpellCheckerService(in ISpellCheckerSessionListener listener);
/frameworks/base/location/java/com/android/internal/location/
H A DProviderProperties.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
49 * True if the use of this provider may result in a
115 public ProviderProperties createFromParcel(Parcel in) {
116 boolean requiresNetwork = in.readInt() == 1;
117 boolean requiresSatellite = in.readInt() == 1;
118 boolean requiresCell = in.readInt() == 1;
119 boolean hasMonetaryCost = in.readInt() == 1;
120 boolean supportsAltitude = in.readInt() == 1;
121 boolean supportsSpeed = in
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
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...]
/frameworks/base/core/java/android/appwidget/
H A DAppWidgetProviderInfo.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 * Describes the meta data for an installed AppWidget provider. The fields in this class
25 * correspond to the fields in the <code>&lt;appwidget-provider&gt;</code> xml tag.
34 * Widget is resizable in the horizontal axis only.
38 * Widget is resizable in the vertical axis only.
42 * Widget is resizable in both the horizontal and vertical axes.
59 * {@link android.appwidget as described in the AppWidget package documentation}.
61 * <p>This field corresponds to the <code>android:name</code> attribute in
62 * the <code>&lt;receiver&gt;</code> element in th
204 AppWidgetProviderInfo(Parcel in) argument
[all...]

Completed in 397 milliseconds

1234567891011>>