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

1234567891011>>

/frameworks/base/voip/java/android/net/sip/
H A DISipService.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 open(in SipProfile localProfile);
29 void open3(in SipProfile localProfile,
30 in PendingIntent incomingCallPendingIntent,
31 in ISipSessionListener listener);
32 void close(in String localProfileUri);
38 ISipSession createSession(in SipProfile localProfile,
39 in ISipSessionListener listener);
/frameworks/base/core/java/android/content/
H A DIContentService.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 void registerContentObserver(in Uri uri, boolean notifyForDescendants,
52 void notifyChange(in Uri uri, IContentObserver observer,
56 void requestSync(in Account account, String authority, in Bundle extras);
57 void cancelSync(in Account account, String authority);
64 boolean getSyncAutomatically(in Account account, String providerName);
72 void setSyncAutomatically(in Account account, String providerName, boolean sync);
77 * @return the frequency of the periodic sync in second
[all...]
/frameworks/base/core/java/android/app/
H A DIAlarmManager.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
27 void set(int type, long triggerAtTime, in PendingIntent operation);
28 void setRepeating(int type, long triggerAtTime, long interval, in PendingIntent operation);
29 void setInexactRepeating(int type, long triggerAtTime, long interval, in PendingIntent operation);
32 void remove(in PendingIntent operation);
/frameworks/base/core/java/android/bluetooth/
H A DIBluetoothHealthCallback.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 onHealthAppConfigurationStatusChange(in BluetoothHealthAppConfiguration config, int status);
29 void onHealthChannelStateChange(in BluetoothHealthAppConfiguration config,
30 in BluetoothDevice device, int prevState, int newState, in
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
30 IBluetooth registerAdapter(in IBluetoothManagerCallback callback);
31 void unregisterAdapter(in IBluetoothManagerCallback callback);
32 void registerStateChangeCallback(in IBluetoothStateChangeCallback callback);
33 void unregisterStateChangeCallback(in IBluetoothStateChangeCallback callback);
H A DIBluetoothPan.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 boolean connect(in BluetoothDevice device);
31 boolean disconnect(in BluetoothDevice device);
33 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states);
34 int getConnectionState(in BluetoothDevice device);
H A DIBluetoothPbap.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);
31 boolean isConnected(in BluetoothDevice device);
/frameworks/base/core/java/android/content/pm/
H A DIPackageDataObserver.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
27 void onRemoveCompleted(in String packageName, boolean succeeded);
H A DIPackageInstallObserver.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
25 void packageInstalled(in String packageName, int returnCode);
H A DIPackageMoveObserver.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
25 void packageMoved(in String packageName, int returnCode);
H A DIPackageManager.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
60 String[] currentToCanonicalPackageNames(in String[] names);
61 String[] canonicalToCurrentPackageNames(in String[] names);
73 ActivityInfo getActivityInfo(in ComponentName className, int flags, int userId);
75 ActivityInfo getReceiverInfo(in ComponentName className, int flags, int userId);
77 ServiceInfo getServiceInfo(in ComponentName className, int flags, int userId);
79 ProviderInfo getProviderInfo(in ComponentName className, int flags, int userId);
85 boolean addPermission(in PermissionInfo info);
105 ResolveInfo resolveIntent(in Inten
[all...]
/frameworks/base/core/java/android/hardware/input/
H A DIInputDevicesChangedListener.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 oneway void onInputDevicesChanged(in int[] deviceIdAndGeneration);
/frameworks/base/core/java/com/android/internal/app/
H A DIUsageStats.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 noteResumeComponent(in ComponentName componentName);
24 void notePauseComponent(in ComponentName componentName);
25 void noteLaunchTime(in ComponentName componentName, int millis);
26 PkgUsageStats getPkgUsageStats(in ComponentName componentName);
H A DIBatteryStats.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 noteStartWakelockFromSource(in WorkSource ws, int pid, String name, int type);
38 void noteStopWakelockFromSource(in WorkSource ws, int pid, String name, int type);
49 void notePhoneSignalStrength(in SignalStrength signalStrength);
54 void noteWifiRunning(in WorkSource ws);
55 void noteWifiRunningChanged(in WorkSource oldWs, in WorkSource newWs);
56 void noteWifiStopped(in WorkSource ws);
65 void noteFullWifiLockAcquiredFromSource(in WorkSourc
[all...]
/frameworks/base/packages/WAPPushManager/tests/src/com/android/smspush/unitTests/
H A DIDataVerify.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 verifyData(in byte[] pdu);
/frameworks/base/core/java/android/hardware/usb/
H A DIUsbManager.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 * The native fd can be passed to usb_device_new() in libusbhost.
42 ParcelFileDescriptor openAccessory(in UsbAccessory accessory);
47 void setDevicePackage(in UsbDevice device, String packageName, int userId);
52 void setAccessoryPackage(in UsbAccessory accessory, String packageName, int userId);
55 boolean hasDevicePermission(in UsbDevice device);
58 boolean hasAccessoryPermission(in UsbAccessory accessory);
64 void requestDevicePermission(in UsbDevice device, String packageName, in PendingInten
[all...]
/frameworks/base/location/java/android/location/
H A DICountryDetector.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 * Start detecting the country that the user is in.
38 void addCountryListener(in ICountryListener listener);
43 void removeCountryListener(in ICountryListener listener);
/frameworks/ml/bordeaux/service/src/android/bordeaux/services/
H A DILearning_MulticlassPA.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 TrainOneSample(in List<IntFloat> sample, int target);
28 int Classify(in List<IntFloat> sample);
H A DIntFloat.java11 public IntFloat createFromParcel(Parcel in) {
12 return new IntFloat(in);
23 private IntFloat(Parcel in) { argument
24 readFromParcel(in);
36 public void readFromParcel(Parcel in) { argument
37 index = in.readInt();
38 value = in.readFloat();
H A DStringFloat.java12 public StringFloat createFromParcel(Parcel in) {
13 return new StringFloat(in);
24 private StringFloat(Parcel in) { argument
25 readFromParcel(in);
37 public void readFromParcel(Parcel in) { argument
38 key = in.readString();
39 value = in.readFloat();
H A DStringString.java12 public StringString createFromParcel(Parcel in) {
13 return new StringString(in);
24 private StringString(Parcel in) { argument
25 readFromParcel(in);
37 public void readFromParcel(Parcel in) { argument
38 key = in.readString();
39 value = in.readString();
/frameworks/base/core/java/android/nfc/
H A DINfcAdapter.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 INfcAdapterExtras getNfcAdapterExtrasInterface(in String pkg);
43 void setForegroundDispatch(in PendingIntent intent,
44 in IntentFilter[] filters, in TechListParcel techLists);
45 void setNdefPushCallback(in INdefPushCallback callback);
47 void dispatch(in Tag tag);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
H A DInput.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
56 private Input(Parcel in) { argument
57 text = in.readString();
58 defaultText = in.readString();
59 icon = in.readParcelable(null);
60 minLen = in.readInt();
61 maxLen = in.readInt();
62 ucs2 = in.readInt() == 1 ? true : false;
63 packed = in
[all...]
H A DTextMessage.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 private TextMessage(Parcel in) { argument
37 title = in.readString();
38 text = in.readString();
39 icon = in.readParcelable(null);
40 iconSelfExplanatory = in.readInt() == 1 ? true : false;
41 isHighPriority = in.readInt() == 1 ? true : false;
42 responseNeeded = in.readInt() == 1 ? true : false;
43 userClear = in
[all...]
/frameworks/base/core/tests/coretests/src/android/content/
H A DMemoryFileProviderTest.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
30 * in a different process.
40 InputStream in = resolver.openInputStream(uri);
41 assertNotNull(in);
42 int count = in.read(buf);
44 assertEquals(-1, in.read());
45 in.close();
57 InputStream in = resolver.openInputStream(uri);
58 assertNotNull("Failed to open stream number " + i, in);
[all...]

Completed in 8616 milliseconds

1234567891011>>