Searched refs:in (Results 226 - 250 of 1322) sorted by relevance

1234567891011>>

/frameworks/base/core/java/android/service/notification/
H A DIConditionListener.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 void onConditionsReceived(in Condition[] conditions);
/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/app/
H A DIAssistScreenshotReceiver.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(in Bitmap screenshot);
/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/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/media/java/android/media/midi/
H A DIMidiDeviceOpenCallback.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 void onDeviceOpened(in IMidiDeviceServer server, IBinder token);
/frameworks/base/media/java/android/media/session/
H A DIActiveSessionsListener.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
25 void onActiveSessionsChanged(in List<MediaSession.Token> sessions);
/frameworks/base/media/java/android/media/tv/
H A DITvInputHardwareCallback.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 onStreamConfigChanged(in TvStreamConfig[] configs);
/frameworks/base/telecomm/java/com/android/internal/telecom/
H A DIInCallService.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 * Internal remote interface for in-call services.
33 void setInCallAdapter(in IInCallAdapter inCallAdapter);
35 void addCall(in ParcelableCall call);
37 void updateCall(in ParcelableCall call);
43 void onCallAudioStateChanged(in CallAudioState callAudioState);
/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);
/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/base/wifi/java/android/net/wifi/passpoint/
H A DIWifiPasspointManager.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 List<WifiPasspointPolicy> requestCredentialMatch(in List<ScanResult> requested);
39 boolean addCredential(in WifiPasspointCredential cred);
41 boolean updateCredential(in WifiPasspointCredential cred);
43 boolean removeCredential(in WifiPasspointCredential cred);
/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/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 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/
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
36 UserInfo createUser(in String name, int flags);
37 UserInfo createProfileForUser(in String name, int flags, int userHandle);
41 void setUserIcon(int userHandle, in Bitmap icon);
53 boolean hasUserRestriction(in String restrictionKey, int userHandle);
54 void setUserRestrictions(in Bundle restrictions, int userHandle);
57 void setApplicationRestrictions(in String packageName, in Bundle restrictions,
59 Bundle getApplicationRestrictions(in Strin
[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);

Completed in 738 milliseconds

1234567891011>>