Searched refs:in (Results 201 - 225 of 1327) sorted by relevance

1234567891011>>

/frameworks/base/core/java/android/app/
H A DProfilerInfo.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
36 /* Indicates sample profiling when nonzero, interval in microseconds. */
71 public ProfilerInfo createFromParcel(Parcel in) {
72 return new ProfilerInfo(in);
80 private ProfilerInfo(Parcel in) { argument
81 profileFile = in.readString();
82 profileFd = in.readInt() != 0 ? ParcelFileDescriptor.CREATOR.createFromParcel(in) : null;
83 samplingInterval = in
[all...]
H A DResultInfo.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
63 public ResultInfo createFromParcel(Parcel in) {
64 return new ResultInfo(in);
72 public ResultInfo(Parcel in) { argument
73 mResultWho = in.readString();
74 mRequestCode = in.readInt();
75 mResultCode = in.readInt();
76 if (in.readInt() != 0) {
77 mData = Intent.CREATOR.createFromParcel(in);
[all...]
/frameworks/base/core/java/android/bluetooth/
H A DIBluetoothManager.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 IBluetooth registerAdapter(in IBluetoothManagerCallback callback);
33 void unregisterAdapter(in IBluetoothManagerCallback callback);
34 void registerStateChangeCallback(in IBluetoothStateChangeCallback callback);
35 void unregisterStateChangeCallback(in IBluetoothStateChangeCallback callback);
H A DIBluetoothManagerCallback.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 onBluetoothServiceUp(in IBluetooth bluetoothService);
H A DSdpMnsRecord.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 SdpMnsRecord(Parcel in){ argument
41 this.mRfcommChannelNumber = in.readInt();
42 this.mL2capPsm = in.readInt();
43 this.mServiceName = in.readString();
44 this.mSupportedFeatures = in.readInt();
45 this.mProfileVersion = in.readInt();
105 public SdpMnsRecord createFromParcel(Parcel in) {
106 return new SdpMnsRecord(in);
[all...]
/frameworks/base/core/java/android/content/
H A DContentInsertHandler.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 * @param in InputStream
38 public void insert(ContentResolver contentResolver, InputStream in) argument
44 * @param in input string
47 public void insert(ContentResolver contentResolver, String in) argument
H A DISyncContext.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
37 void onFinished(in SyncResult result);
/frameworks/base/core/java/android/content/pm/
H A DIPackageStatsObserver.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
29 void onGetStatsCompleted(in PackageStats pStats, boolean succeeded);
/frameworks/base/core/java/android/database/
H A DIContentObserver.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
32 oneway void onChange(boolean selfUpdate, in Uri uri, int userId);
/frameworks/base/core/java/android/hardware/
H A DIConsumerIrService.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 transmit(String packageName, int carrierFrequency, in int[] pattern);
/frameworks/base/core/java/android/hardware/hdmi/
H A DIHdmiHotplugEventListener.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 onReceived(in HdmiHotplugEvent event);
H A DIHdmiInputChangeListener.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 onChanged(in HdmiDeviceInfo device);
H A DIHdmiMhlVendorCommandListener.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 onReceived(int portId, int offset, int length, in byte[] data);
H A DIHdmiVendorCommandListener.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 onReceived(int logicalAddress, int destAddress, in byte[] operands, boolean hasVendorId);
/frameworks/base/core/java/android/hardware/location/
H A DIActivityRecognitionHardwareSink.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 onActivityChanged(in ActivityChangedEvent event);
H A DIActivityRecognitionHardwareWatcher.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 onInstanceChanged(in IActivityRecognitionHardware instance);
H A DIGeofenceHardware.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 setGpsGeofenceHardware(in IGpsGeofenceHardware service);
28 void setFusedGeofenceHardware(in IFusedGeofenceHardware service);
33 in GeofenceHardwareRequestParcelable request,
34 in IGeofenceHardwareCallback callback);
H A DIGeofenceHardwareMonitorCallback.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 onMonitoringSystemChange(in GeofenceHardwareMonitorEvent event);
/frameworks/base/core/java/android/net/
H A DINetworkPolicyListener.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 onMeteredIfacesChanged(in String[] meteredIfaces);
H A DINetworkScoreCache.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 * updateScores may follow but may not depending on the active scorer's implementation, and in
39 void updateScores(in List<ScoredNetwork> networks);
/frameworks/base/core/java/android/os/
H A DIBatteryPropertiesListener.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 batteryPropertiesChanged(in BatteryProperties props);
H A DIMessenger.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(in Message msg);
H A DIRemoteCallback.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 sendResult(in Bundle data);
/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);

Completed in 223 milliseconds

1234567891011>>