Searched refs:in (Results 101 - 125 of 723) sorted by relevance

1234567891011>>

/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 DIAudioService.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
120 oneway void dispatchMediaKeyEvent(in KeyEvent keyEvent);
121 void dispatchMediaKeyEventUnderWakelock(in KeyEvent keyEvent);
123 oneway void registerMediaButtonIntent(in PendingIntent pi, in ComponentName c);
124 oneway void unregisterMediaButtonIntent(in PendingIntent pi, in ComponentName c);
126 oneway void registerMediaButtonEventReceiverForCalls(in ComponentName c);
129 int registerRemoteControlClient(in PendingInten
[all...]
/frameworks/compile/libbcc/runtime/make/
H A Dfilter-inputs18 for file in sys.argv[1:]:
20 if base not in seen:
/frameworks/ml/bordeaux/service/src/android/bordeaux/services/
H A DIAggregatorManager.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 List<StringString> getData(in String dataName);
/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);
158 * installed applications' data, not just those named in the <code>packageNames</code>
163 * applications will be included in the dataset.
167 void fullBackup(in ParcelFileDescriptor fd, boolean includeApks, boolean includeShared,
168 boolean allApps, boolean allIncludesSystem, in Strin
[all...]
H A DIRestoreSession.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
24 * method in this interface requires the android.permission.BACKUP permission.
41 * contained in the restore set with the data previously backed up.
56 * current data of any app contained in the set with the data previously
69 * applications mentioned in this list will have their data restored.
71 int restoreSome(long token, IRestoreObserver observer, in String[] packages);
78 * in either source, a nonzero value will be returned.
88 int restorePackage(in String packageName, IRestoreObserver observer);
/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
43 /** If true, additional permissions to specific Uris in this content
56 * this field to be filled in.
69 * to run in different process. If false, a single instances is always
70 * run in {@link #processName}. */
74 * running in the same process. Higher goes first. */
78 * Bit in {@link #flags}: If set, a single instance of the provider will
85 * Options that have been set in the provider declaration in th
149 ProviderInfo(Parcel in) argument
[all...]
/frameworks/base/core/java/android/view/
H A DIWindow.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
46 void executeCommand(String command, String parameters, in ParcelFileDescriptor descriptor);
48 void resized(in Rect frame, in Rect contentInsets,
49 in Rect visibleInsets, boolean reportDraw, in Configuration newConfig);
69 int z, in Bundle extras, boolean sync);
74 void dispatchDragEvent(in DragEvent event);
H A DIDisplayContentChangeListener.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 onWindowTransition(int displayId, int transition, in WindowInfo info);
30 void onRectangleOnScreenRequested(int displayId, in Rect rectangle, boolean immediate);
/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
34 void updateExtractedText(int token, in ExtractedText text);
42 void updateCursor(in Rect newCursor);
44 void displayCompletions(in CompletionInfo[] completions);
46 void dispatchKeyEvent(int seq, in KeyEvent event, IInputMethodCallback callback);
48 void dispatchTrackballEvent(int seq, in MotionEvent event, IInputMethodCallback callback);
50 void dispatchGenericMotionEvent(int seq, in MotionEvent event, IInputMethodCallback callback);
52 void appPrivateCommand(String action, in Bundle data);
/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/opt/telephony/src/java/com/android/internal/telephony/cat/
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 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 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);
/frameworks/base/core/java/com/android/internal/statusbar/
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/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/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...]
/frameworks/base/core/tests/coretests/src/android/os/
H A DIAidlTest.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
25 AidlTest.TestParcelable parcelableIn(in AidlTest.TestParcelable p);
34 boolean[] booleanArray(in boolean[] a0, out boolean[] a1, inout boolean[] a2);
35 char[] charArray(in char[] a0, out char[] a1, inout char[] a2);
36 int[] intArray(in int[] a0, out int[] a1, inout int[] a2);
37 long[] longArray(in long[] a0, out long[] a1, inout long[] a2);
38 float[] floatArray(in float[] a0, out float[] a1, inout float[] a2);
39 double[] doubleArray(in double[] a0, out double[] a1, inout double[] a2);
40 String[] stringArray(in Strin
[all...]
/frameworks/base/telephony/java/android/telephony/cdma/
H A DCdmaSmsCbProgramData.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
84 /** Language used for service category name (defined in BearerData.LANGUAGE_*). */
108 CdmaSmsCbProgramData(Parcel in) { argument
109 mOperation = in.readInt();
110 mCategory = in.readInt();
111 mLanguage = in.readInt();
112 mMaxMessages = in.readInt();
113 mAlertOption = in.readInt();
114 mCategoryName = in
[all...]
/frameworks/base/core/java/android/content/
H A DSyncStats.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 * that was specified in the request. The user needs to take some action to resolve
48 * increment this value although it may still do so in order to record that it had to
108 public SyncStats(Parcel in) { argument
109 numAuthExceptions = in.readLong();
110 numIoExceptions = in.readLong();
111 numParseExceptions = in.readLong();
112 numConflictDetectedExceptions = in.readLong();
113 numInserts = in
[all...]
/frameworks/base/core/java/com/android/internal/net/
H A DVpnConfig.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
30 * A simple container used to carry information in VpnBuilder, VpnDialogs,
95 public VpnConfig createFromParcel(Parcel in) {
97 config.user = in.readString();
98 config.interfaze = in.readString();
99 config.session = in.readString();
100 config.mtu = in.readInt();
101 config.addresses = in.readString();
102 config.routes = in
[all...]
/frameworks/base/core/java/android/service/wallpaper/
H A DIWallpaperEngine.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 dispatchPointer(in MotionEvent event);
30 int z, in Bundle extras);
/frameworks/base/core/java/com/android/internal/appwidget/
H A DIAppWidgetHost.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 updateAppWidget(int appWidgetId, in RemoteViews views);
26 void providerChanged(int appWidgetId, in AppWidgetProviderInfo info);

Completed in 1658 milliseconds

1234567891011>>