Searched refs:in (Results 26 - 50 of 1488) sorted by relevance

1234567891011>>

/frameworks/base/telephony/java/com/android/ims/internal/
H A DIImsUtListener.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 utConfigurationUpdated(in IImsUt ut, int id);
34 void utConfigurationUpdateFailed(in IImsUt ut, int id, in ImsReasonInfo error);
39 void utConfigurationQueried(in IImsUt ut, int id, in Bundle ssInfo);
40 void utConfigurationQueryFailed(in IImsUt ut, int id, in ImsReasonInfo error);
45 void utConfigurationCallBarringQueried(in IImsU
[all...]
/frameworks/base/core/java/android/bluetooth/
H A DIBluetoothHeadsetClient.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 boolean connect(in BluetoothDevice device);
30 boolean disconnect(in BluetoothDevice device);
32 boolean acceptIncomingConnect(in BluetoothDevice device);
33 boolean rejectIncomingConnect(in BluetoothDevice device);
36 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states);
37 int getConnectionState(in BluetoothDevice device);
38 boolean setPriority(in BluetoothDevice device, int priority);
39 int getPriority(in BluetoothDevic
[all...]
H A DIBluetooth.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
43 boolean setName(in String name);
60 boolean createBond(in BluetoothDevice device, in int transport);
61 boolean createBondOutOfBand(in BluetoothDevice device, in int transport, in OobData oobData);
62 boolean cancelBondProcess(in BluetoothDevice device);
63 boolean removeBond(in BluetoothDevic
[all...]
H A DIBluetoothPbapClient.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 boolean connect(in BluetoothDevice device);
28 boolean disconnect(in BluetoothDevice device);
30 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states);
31 int getConnectionState(in BluetoothDevice device);
32 boolean setPriority(in BluetoothDevice device, int priority);
33 int getPriority(in BluetoothDevice device);
H A DIBluetoothInputDevice.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 boolean connect(in BluetoothDevice device);
29 boolean disconnect(in BluetoothDevice device);
31 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states);
32 int getConnectionState(in BluetoothDevice device);
33 boolean setPriority(in BluetoothDevice device, int priority);
34 int getPriority(in BluetoothDevice device);
38 boolean getProtocolMode(in BluetoothDevice device);
42 boolean virtualUnplug(in BluetoothDevic
[all...]
H A DIBluetoothProfileServiceConnection.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 onServiceConnected(in ComponentName comp, in IBinder service);
29 void onServiceDisconnected(in ComponentName comp);
H A DIBluetoothA2dpSink.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 boolean connect(in BluetoothDevice device);
29 boolean disconnect(in BluetoothDevice device);
31 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states);
32 int getConnectionState(in BluetoothDevice device);
33 BluetoothAudioConfig getAudioConfig(in BluetoothDevice device);
34 boolean setPriority(in BluetoothDevice device, int priority);
35 int getPriority(in BluetoothDevice device);
36 boolean isA2dpPlaying(in BluetoothDevic
[all...]
H A DIBluetoothAvrcpController.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 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states);
32 int getConnectionState(in BluetoothDevice device);
33 void sendPassThroughCmd(in BluetoothDevice device, int keyCode, int keyState);
34 BluetoothAvrcpPlayerSettings getPlayerSettings(in BluetoothDevice device);
35 MediaMetadata getMetadata(in BluetoothDevice device);
36 PlaybackState getPlaybackState(in BluetoothDevice device);
37 boolean setPlayerApplicationSetting(in BluetoothAvrcpPlayerSettings plAppSetting);
38 void sendGroupNavigationCmd(in BluetoothDevic
[all...]
/frameworks/base/core/java/android/print/
H A DIPrintSpooler.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
39 void getPrintJobInfos(IPrintSpoolerCallbacks callback, in ComponentName componentName,
41 void getPrintJobInfo(in PrintJobId printJobId, IPrintSpoolerCallbacks callback,
43 void createPrintJob(in PrintJobInfo printJob);
44 void setPrintJobState(in PrintJobId printJobId, int status, String stateReason,
53 void setProgress(in PrintJobId printJobId, in float progress);
61 void setStatus(in PrintJobId printJobId, in CharSequenc
[all...]
/frameworks/ml/bordeaux/service/src/android/bordeaux/services/
H A DILearning_StochasticLinearRanker.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 boolean UpdateClassifier(in List<StringFloat> sample_1, in List<StringFloat> sample_2);
30 float ScoreSample(in List<StringFloat> sample);
32 boolean SetModelPriorWeight(in List<StringFloat> weight);
33 boolean SetModelParameter(in String key, in String value);
H A DIPredictor.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 boolean setPredictorParameter(in String key, in String value);
23 void pushNewSample(in String sampleName);
25 List<StringFloat> getTopCandidates(in int topK);
/frameworks/base/core/java/android/app/admin/
H A DIDevicePolicyManager.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
39 void setPasswordQuality(in ComponentName who, int quality, boolean parent);
40 int getPasswordQuality(in ComponentName who, int userHandle, boolean parent);
42 void setPasswordMinimumLength(in ComponentName who, int length, boolean parent);
43 int getPasswordMinimumLength(in ComponentName who, int userHandle, boolean parent);
45 void setPasswordMinimumUpperCase(in ComponentName who, int length, boolean parent);
46 int getPasswordMinimumUpperCase(in ComponentName who, int userHandle, boolean parent);
48 void setPasswordMinimumLowerCase(in ComponentName who, int length, boolean parent);
49 int getPasswordMinimumLowerCase(in ComponentNam
[all...]
/frameworks/base/core/java/android/app/
H A DIInstrumentationWatcher.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
26 void instrumentationStatus(in ComponentName name, int resultCode,
27 in Bundle results);
28 void instrumentationFinished(in ComponentName name, int resultCode,
29 in Bundle results);
/frameworks/base/core/java/android/nfc/
H A DINfcAdapterExtras.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 Bundle open(in String pkg, IBinder b);
27 Bundle close(in String pkg, IBinder b);
28 Bundle transceive(in String pkg, in byte[] data_in);
29 int getCardEmulationRoute(in String pkg);
30 void setCardEmulationRoute(in String pkg, int route);
31 void authenticate(in String pkg, in byt
[all...]
/frameworks/base/core/java/android/service/quicksettings/
H A DIQSService.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 Tile getTile(in ComponentName component);
27 void updateQsTile(in Tile tile);
28 void updateStatusIcon(in Tile tile, in Icon icon,
30 void onShowDialog(in Tile tile);
31 void onStartActivity(in Tile tile);
34 void startUnlockAndRun(in Tile tile);
36 void onDialogHidden(in Til
[all...]
/frameworks/base/core/java/android/speech/
H A DIRecognitionService.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
43 void startListening(in Intent recognizerIntent, in IRecognitionListener listener);
52 void stopListening(in IRecognitionListener listener);
59 void cancel(in IRecognitionListener listener);
/frameworks/base/location/java/android/location/
H A DIGnssStatusListener.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 onSvStatusChanged(int svCount, in int[] svidWithFlags, in float[] cn0s,
30 in float[] elevations, in float[] azimuths);
/frameworks/base/core/java/android/printservice/
H A DIPrintServiceClient.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 PrintJobInfo getPrintJobInfo(in PrintJobId printJobId);
35 boolean setPrintJobState(in PrintJobId printJobId, int state, String error);
36 boolean setPrintJobTag(in PrintJobId printJobId, String tag);
37 oneway void writePrintJobData(in ParcelFileDescriptor fd, in PrintJobId printJobId);
45 void setProgress(in PrintJobId printJobId, in float progress);
53 void setStatus(in PrintJobI
[all...]
/frameworks/base/media/java/android/media/tv/
H A DITvInputService.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 * Top-level interface to a TV input component (implemented in a Service).
30 void registerCallback(in ITvInputServiceCallback callback);
31 void unregisterCallback(in ITvInputServiceCallback callback);
32 void createSession(in InputChannel channel, in ITvInputSessionCallback callback,
33 in String inputId);
34 void createRecordingSession(in ITvInputSessionCallback callback, in Strin
[all...]
/frameworks/base/core/java/android/accounts/
H A DIAccountManager.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 String getPassword(in Account account);
31 String getUserData(in Account account, String key);
37 void hasFeatures(in IAccountManagerResponse response, in Account account, in String[] features,
39 void getAccountsByFeatures(in IAccountManagerResponse response, String accountType,
40 in String[] features, String opPackageName);
41 boolean addAccountExplicitly(in Accoun
[all...]
/frameworks/base/core/java/android/content/pm/
H A DIPackageDeleteObserver.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
26 void packageDeleted(in String packageName, in int returnCode);
/frameworks/base/core/java/android/hardware/hdmi/
H A DIHdmiDeviceEventListener.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
39 void onStatusChanged(in HdmiDeviceInfo deviceInfo, in int status);
/frameworks/base/core/java/android/hardware/location/
H A DIActivityRecognitionHardwareClient.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 onAvailabilityChanged(in boolean isSupported, in IActivityRecognitionHardware instance);
/frameworks/base/core/java/android/os/
H A DIProcessInfoService.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 * For each PID in the given input array, write the current process state
27 void getProcessStatesFromPids(in int[] pids, out int[] states);
30 * For each PID in the given input array, write the current process state and OOM score
32 * in the states array to indicate that no process with the given PID exists.
34 void getProcessStatesAndOomScoresFromPids(in int[] pids, out int[] states, out int[] scores);
/frameworks/base/core/java/com/android/internal/app/
H A DISoundTriggerService.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 SoundTrigger.GenericSoundModel getSoundModel(in ParcelUuid soundModelId);
32 void updateSoundModel(in SoundTrigger.GenericSoundModel soundModel);
34 void deleteSoundModel(in ParcelUuid soundModelId);
36 int startRecognition(in ParcelUuid soundModelId, in IRecognitionStatusCallback callback,
37 in SoundTrigger.RecognitionConfig config);
42 int stopRecognition(in ParcelUuid soundModelId, in IRecognitionStatusCallbac
[all...]

Completed in 505 milliseconds

1234567891011>>