Searched refs:in (Results 276 - 300 of 1488) sorted by relevance

<<11121314151617181920>>

/frameworks/base/media/java/android/media/tv/
H A DITvRemoteProvider.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 setRemoteServiceInputSink(in ITvRemoteServiceInput tvServiceInput);
/frameworks/base/telephony/java/com/android/ims/internal/
H A DIImsEcbm.aidl4 * Redistribution and use in source and binary forms, with or without
9 * * Redistributions in binary form must reproduce the above
11 * disclaimer in the documentation and/or other materials provided
43 void setListener(in IImsEcbmListener listener);
H A DIImsExternalCallStateListener.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 void onImsExternalCallStateUpdate(in List<ImsExternalCallState> externalCallDialogs);
H A DIImsMultiEndpoint.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 setListener(in IImsExternalCallStateListener listener);
/frameworks/base/tests/OneMedia/src/com/android/onemedia/
H A DIPlayerCallback.aidl4 * you may not use this file except in compliance with the License.
9 * Unless required by applicable law or agreed to in writing, software
21 void onSessionChanged(in MediaSession.Token session);
/frameworks/base/tests/OneMedia/src/com/android/onemedia/playback/
H A DIRequestCallback.aidl4 * you may not use this file except in compliance with the License.
9 * Unless required by applicable law or agreed to in writing, software
21 void onResult(in Bundle result);
/frameworks/base/tools/layoutlib/bridge/
H A Dupdate_nav_icons.sh18 case $(uname -s) in
36 for icon in $ICONS
38 for density in $DENSITIES
45 for density in $DENSITIES
/frameworks/support/v4/java/android/support/v4/os/
H A DIResultReceiver.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
23 void send(int resultCode, in Bundle resultData);
/frameworks/base/core/java/android/app/assist/
H A DAssistContent.java12 * assistant at the user's request. This is filled in by
64 * {@link android.app.Activity#getIntent Activity.getIntent}. Can be modified in-place.
71 * Returns whether or not the current Intent was explicitly provided in
90 * Return the current {@link #setClipData}, which you can modify in-place.
114 * This URI could be opened in a web browser, or in the app as an
118 * being shown in the app; if the app does not have such a representation, it should
135 * Returns whether or not the current {@link #getWebUri} was explicitly provided in
151 AssistContent(Parcel in) { argument
152 if (in
[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
162 ProviderInfo(Parcel in) argument
[all...]
H A DIShortcutService.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 boolean setDynamicShortcuts(String packageName, in ParceledListSlice shortcutInfoList,
31 boolean addDynamicShortcuts(String packageName, in ParceledListSlice shortcutInfoList,
34 void removeDynamicShortcuts(String packageName, in List shortcutIds, int userId);
40 boolean updateShortcuts(String packageName, in ParceledListSlice shortcuts, int userId);
56 void applyRestore(in byte[] payload, int user);
/frameworks/base/core/java/android/app/backup/
H A DBackupProgress.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
25 * Used in {@link BackupObserver#onUpdate(String, BackupProgress)}
33 * Expected size of data in full backup.
37 * Amount of backup data that is already saved in backup.
56 public BackupProgress createFromParcel(Parcel in) {
57 return new BackupProgress(in);
65 private BackupProgress(Parcel in) { argument
66 bytesExpected = in.readLong();
67 bytesTransferred = in
[all...]
/frameworks/base/core/java/android/bluetooth/
H A DSdpRecord.java4 * you may not use this file except in compliance with the License.
9 * Unless required by applicable law or agreed to in writing, software
40 public SdpRecord(Parcel in){ argument
41 this.mRawSize = in.readInt();
43 in.readByteArray(this.mRawData);
60 public SdpRecord createFromParcel(Parcel in) {
61 return new SdpRecord(in);
H A DBluetoothActivityEnergyInfo.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
55 BluetoothActivityEnergyInfo(Parcel in) { argument
56 mTimestamp = in.readLong();
57 mBluetoothStackState = in.readInt();
58 mControllerTxTimeMs = in.readLong();
59 mControllerRxTimeMs = in.readLong();
60 mControllerIdleTimeMs = in.readLong();
61 mControllerEnergyUsed = in.readLong();
62 mUidTraffic = in
[all...]
H A DSdpMasRecord.java4 * you may not use this file except in compliance with the License.
9 * Unless required by applicable law or agreed to in writing, software
52 public SdpMasRecord(Parcel in){ argument
53 this.mMasInstanceId = in.readInt();
54 this.mL2capPsm = in.readInt();
55 this.mRfcommChannelNumber = in.readInt();
56 this.mProfileVersion = in.readInt();
57 this.mSupportedFeatures = in.readInt();
58 this.mSupportedMessageTypes = in.readInt();
59 this.mServiceName = in
[all...]
/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/android/os/health/
H A DTimerStat.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
26 * When possible, the other APIs in this package avoid requiring a TimerStat
39 public TimerStat createFromParcel(Parcel in) {
40 return new TimerStat(in);
69 public TimerStat(Parcel in) { argument
70 mCount = in.readInt();
71 mTime = in.readLong();
104 * Set the time for this timer in milliseconds.
111 * Get the time for this timer in millisecond
[all...]
H A DHealthStats.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 * Each of the keys references data in one of five data types:
36 * (COUNT, MS, etc) will always be in the name of the constant for the key to
51 * measured in milliseconds. Timers track how many times a resource was used, and
129 public HealthStats(Parcel in) { argument
133 mDataType = in.readString();
136 count = in.readInt();
141 mTimerKeys[i] = in.readInt();
142 mTimerCounts[i] = in
450 createHealthStatsMap(Parcel in) argument
463 createParcelableMap(Parcel in, Parcelable.Creator<T> creator) argument
476 createLongsMap(Parcel in) argument
[all...]
/frameworks/base/core/java/android/webkit/
H A DWebViewProviderResponse.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
34 public WebViewProviderResponse createFromParcel(Parcel in) {
35 return new WebViewProviderResponse(in);
43 private WebViewProviderResponse(Parcel in) { argument
44 packageInfo = in.readTypedObject(PackageInfo.CREATOR);
45 status = in.readInt();
/frameworks/base/core/java/android/app/job/
H A DJobParameters.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
28 * yourself, instead it is handed in to your application by the System.
80 * @return The extras you passed in when constructing this job with
127 private JobParameters(Parcel in) { argument
128 jobId = in.readInt();
129 extras = in.readPersistableBundle();
130 callback = in.readStrongBinder();
131 overrideDeadlineExpired = in.readInt() == 1;
132 mTriggeredContentUris = in
[all...]
/frameworks/base/core/java/android/net/
H A DINetworkStatsService.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
42 long getNetworkTotalBytes(in NetworkTemplate template, long start, long end);
52 /** Mark given UID as being in foreground for stats purposes. */
65 in DataUsageRequest request, in Messenger messenger, in IBinder binder);
68 void unregisterUsageRequest(in DataUsageRequest request);
/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/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 appPrivateCommand(String action, in Bundle data);
52 void updateCursorAnchorInfo(in CursorAnchorInfo cursorAnchorInfo);
/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/os/
H A DIUserManager.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
38 UserInfo createUser(in String name, int flags);
39 UserInfo createProfileForUser(in String name, int flags, int userHandle);
44 void setUserIcon(int userHandle, in Bitmap icon);
64 boolean hasUserRestriction(in String restrictionKey, int userHandle);
66 void setApplicationRestrictions(in String packageName, in Bundle restrictions,
68 Bundle getApplicationRestrictions(in String packageName);
69 Bundle getApplicationRestrictionsForUser(in Strin
[all...]

Completed in 2760 milliseconds

<<11121314151617181920>>