Searched refs:in (Results 251 - 275 of 1488) sorted by relevance

<<11121314151617181920>>

/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);
/frameworks/base/core/java/android/printservice/recommendation/
H A DIRecommendationService.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 registerCallbacks(in IRecommendationServiceCallbacks callbacks);
H A DIRecommendationServiceCallbacks.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 onRecommendationsUpdated(in List<RecommendationInfo> recommendations);
/frameworks/base/core/java/android/security/keymaster/
H A DKeymasterArgument.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 * Serialization code for this and subclasses must be kept in sync with system/security/keystore
36 public KeymasterArgument createFromParcel(Parcel in) {
37 final int pos = in.dataPosition();
38 final int tag = in.readInt();
44 return new KeymasterIntArgument(tag, in);
47 return new KeymasterLongArgument(tag, in);
49 return new KeymasterDateArgument(tag, in);
52 return new KeymasterBlobArgument(tag, in);
[all...]
/frameworks/base/core/java/android/service/carrier/
H A DICarrierService.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 PersistableBundle getCarrierConfig(in CarrierIdentifier id);
/frameworks/base/core/java/android/service/chooser/
H A DIChooserTargetResult.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 sendResult(in List<ChooserTarget> targets);
/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/service/vr/
H A DIVrListener.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 focusedActivityChanged(in ComponentName component);
/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/android/webkit/
H A DWebViewProviderInfo.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 WebViewProviderInfo createFromParcel(Parcel in) {
44 return new WebViewProviderInfo(in);
52 private WebViewProviderInfo(Parcel in) { argument
53 packageName = in.readString();
54 description = in.readString();
55 availableByDefault = (in.readInt() > 0);
56 isFallback = (in.readInt() > 0);
57 signatures = in
[all...]
/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/keystore/java/android/security/
H A DIKeyChainService.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 installCaCertificate(in byte[] caCertificate);
36 boolean installKeyPair(in byte[] privateKey, in byte[] userCert, in byte[] certChain, String alias);
/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 DIRecordingConfigDispatcher.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 RecordingActivity monitor in AudioService to signal audio recording updates.
28 void dispatchRecordingConfigChange(in List<AudioRecordingConfiguration> configs);
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 DIBluetoothMidiService.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 IBinder addBluetoothDevice(in BluetoothDevice bluetoothDevice);
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);

Completed in 328 milliseconds

<<11121314151617181920>>