Searched refs:obtain (Results 1 - 25 of 352) sorted by relevance

1234567891011>>

/frameworks/base/telephony/java/android/telephony/
H A DPhoneStateListener.java6 * You may obtain a copy of the License at
301 Message.obtain(mHandler, LISTEN_SERVICE_STATE, 0, 0, serviceState).sendToTarget();
305 Message.obtain(mHandler, LISTEN_SIGNAL_STRENGTH, asu, 0, null).sendToTarget();
309 Message.obtain(mHandler, LISTEN_MESSAGE_WAITING_INDICATOR, mwi ? 1 : 0, 0, null)
314 Message.obtain(mHandler, LISTEN_CALL_FORWARDING_INDICATOR, cfi ? 1 : 0, 0, null)
320 Message.obtain(mHandler, LISTEN_CELL_LOCATION, 0, 0, location).sendToTarget();
324 Message.obtain(mHandler, LISTEN_CALL_STATE, state, 0, incomingNumber).sendToTarget();
328 Message.obtain(mHandler, LISTEN_DATA_CONNECTION_STATE, state, networkType).
333 Message.obtain(mHandler, LISTEN_DATA_ACTIVITY, direction, 0, null).sendToTarget();
337 Message.obtain(mHandle
[all...]
/frameworks/base/core/java/android/os/
H A DMessage.java6 * You may obtain a copy of the License at
28 * one of these is to call {@link #obtain Message.obtain()} or one of the
106 public static Message obtain() { method in class:Message
120 * Same as {@link #obtain()}, but copies the values of an existing
125 public static Message obtain(Message orig) { method in class:Message
126 Message m = obtain();
142 * Same as {@link #obtain()}, but sets the value for the <em>target</em> member on the Message returned.
146 public static Message obtain(Handler h) { method in class:Message
147 Message m = obtain();
160 public static Message obtain(Handler h, Runnable callback) { method in class:Message
175 public static Message obtain(Handler h, int what) { method in class:Message
191 public static Message obtain(Handler h, int what, Object obj) { method in class:Message
210 public static Message obtain(Handler h, int what, int arg1, int arg2) { method in class:Message
231 public static Message obtain(Handler h, int what, method in class:Message
[all...]
H A DServiceManagerNative.java6 * You may obtain a copy of the License at
119 Parcel data = Parcel.obtain();
120 Parcel reply = Parcel.obtain();
131 Parcel data = Parcel.obtain();
132 Parcel reply = Parcel.obtain();
144 Parcel data = Parcel.obtain();
145 Parcel reply = Parcel.obtain();
159 Parcel data = Parcel.obtain();
160 Parcel reply = Parcel.obtain();
186 Parcel data = Parcel.obtain();
[all...]
H A DCommonTimeUtils.java6 * You may obtain a copy of the License at
49 android.os.Parcel data = android.os.Parcel.obtain();
50 android.os.Parcel reply = android.os.Parcel.obtain();
70 android.os.Parcel data = android.os.Parcel.obtain();
71 android.os.Parcel reply = android.os.Parcel.obtain();
91 android.os.Parcel data = android.os.Parcel.obtain();
92 android.os.Parcel reply = android.os.Parcel.obtain();
112 android.os.Parcel data = android.os.Parcel.obtain();
113 android.os.Parcel reply = android.os.Parcel.obtain();
133 android.os.Parcel data = android.os.Parcel.obtain();
[all...]
/frameworks/base/core/java/android/app/
H A DActivityManagerNative.java6 * You may obtain a copy of the License at
1846 Parcel data = Parcel.obtain();
1847 Parcel reply = Parcel.obtain();
1881 Parcel data = Parcel.obtain();
1882 Parcel reply = Parcel.obtain();
1916 Parcel data = Parcel.obtain();
1917 Parcel reply = Parcel.obtain();
1951 Parcel data = Parcel.obtain();
1952 Parcel reply = Parcel.obtain();
1980 Parcel data = Parcel.obtain();
[all...]
/frameworks/base/core/java/android/database/
H A DBulkCursorNative.java6 * You may obtain a copy of the License at
157 Parcel data = Parcel.obtain();
158 Parcel reply = Parcel.obtain();
178 Parcel data = Parcel.obtain();
179 Parcel reply = Parcel.obtain();
194 Parcel data = Parcel.obtain();
195 Parcel reply = Parcel.obtain();
209 Parcel data = Parcel.obtain();
210 Parcel reply = Parcel.obtain();
223 Parcel data = Parcel.obtain();
[all...]
/frameworks/base/core/java/android/os/storage/
H A DIMountService.java6 * You may obtain a copy of the License at
58 Parcel _data = Parcel.obtain();
59 Parcel _reply = Parcel.obtain();
75 Parcel _data = Parcel.obtain();
76 Parcel _reply = Parcel.obtain();
92 Parcel _data = Parcel.obtain();
93 Parcel _reply = Parcel.obtain();
113 Parcel _data = Parcel.obtain();
114 Parcel _reply = Parcel.obtain();
131 Parcel _data = Parcel.obtain();
[all...]
H A DIMountServiceListener.java6 * You may obtain a copy of the License at
113 Parcel _data = Parcel.obtain();
114 Parcel _reply = Parcel.obtain();
138 Parcel _data = Parcel.obtain();
139 Parcel _reply = Parcel.obtain();
/frameworks/base/core/tests/benchmarks/src/android/os/
H A DParcelArrayBenchmark.java6 * You may obtain a copy of the License at
39 mWriteParcel = Parcel.obtain();
45 mByteParcel = Parcel.obtain();
47 mIntParcel = Parcel.obtain();
49 mLongParcel = Parcel.obtain();
/frameworks/base/graphics/java/android/graphics/
H A DTemporaryBuffer.java6 * You may obtain a copy of the License at
25 public static char[] obtain(int len) { method in class:TemporaryBuffer
/frameworks/base/core/java/android/widget/
H A DExpandableListPosition.java6 * You may obtain a copy of the License at
82 return obtain(GROUP, groupPosition, 0, 0);
86 return obtain(CHILD, groupPosition, childPosition, 0);
106 static ExpandableListPosition obtain(int type, int groupPos, int childPos, int flatListPos) { method in class:ExpandableListPosition
129 * Do not call this unless you obtained this via ExpandableListPosition.obtain().
/frameworks/base/core/java/com/android/internal/util/
H A DAsyncChannel.java6 * You may obtain a copy of the License at
450 Message msg = Message.obtain();
482 Message msg = Message.obtain();
494 Message msg = Message.obtain();
508 Message msg = Message.obtain();
524 Message msg = Message.obtain();
539 Message msg = Message.obtain();
568 Message msg = Message.obtain();
581 Message msg = Message.obtain();
596 Message msg = Message.obtain();
770 private static SyncMessenger obtain() { method in class:AsyncChannel.SyncMessenger
[all...]
/frameworks/base/core/java/android/content/
H A DContentProviderNative.java6 * You may obtain a copy of the License at
336 Parcel data = Parcel.obtain();
337 Parcel reply = Parcel.obtain();
390 Parcel data = Parcel.obtain();
391 Parcel reply = Parcel.obtain();
410 Parcel data = Parcel.obtain();
411 Parcel reply = Parcel.obtain();
430 Parcel data = Parcel.obtain();
431 Parcel reply = Parcel.obtain();
451 Parcel data = Parcel.obtain();
[all...]
/frameworks/base/core/java/android/speech/
H A DSpeechRecognizer.java6 * You may obtain a copy of the License at
244 putMessage(Message.obtain(mHandler, MSG_CHANGE_LISTENER, listener));
289 putMessage(Message.obtain(mHandler, MSG_START, recognizerIntent));
304 putMessage(Message.obtain(mHandler, MSG_STOP));
314 putMessage(Message.obtain(mHandler, MSG_CANCEL));
458 Message.obtain(mInternalHandler, MSG_BEGINNING_OF_SPEECH).sendToTarget();
462 Message.obtain(mInternalHandler, MSG_BUFFER_RECEIVED, buffer).sendToTarget();
466 Message.obtain(mInternalHandler, MSG_END_OF_SPEECH).sendToTarget();
470 Message.obtain(mInternalHandler, MSG_ERROR, error).sendToTarget();
474 Message.obtain(mInternalHandle
[all...]
/frameworks/base/core/tests/coretests/src/android/view/
H A DVelocityTest.java6 * You may obtain a copy of the License at
39 VelocityTracker vt = VelocityTracker.obtain();
51 VelocityTracker vt = VelocityTracker.obtain();
66 VelocityTracker vt = VelocityTracker.obtain();
77 VelocityTracker vt = VelocityTracker.obtain();
88 VelocityTracker vt = VelocityTracker.obtain();
100 VelocityTracker vt = VelocityTracker.obtain();
116 VelocityTracker vt = VelocityTracker.obtain();
132 VelocityTracker vt = VelocityTracker.obtain();
154 VelocityTracker vt = VelocityTracker.obtain();
[all...]
/frameworks/base/core/java/android/view/
H A DDragEvent.java6 * You may obtain a copy of the License at
266 static DragEvent obtain() { method in class:DragEvent
267 return DragEvent.obtain(0, 0f, 0f, null, null, null, false);
271 public static DragEvent obtain(int action, float x, float y, Object localState, method in class:DragEvent
294 public static DragEvent obtain(DragEvent source) { method in class:DragEvent
295 return obtain(source.mAction, source.mX, source.mY, source.mLocalState,
488 DragEvent event = DragEvent.obtain();
/frameworks/base/core/java/com/android/internal/os/
H A DHandlerCaller.java6 * You may obtain a copy of the License at
100 SomeArgs args = SomeArgs.obtain();
128 SomeArgs args = SomeArgs.obtain();
135 SomeArgs args = SomeArgs.obtain();
142 SomeArgs args = SomeArgs.obtain();
149 SomeArgs args = SomeArgs.obtain();
158 SomeArgs args = SomeArgs.obtain();
168 SomeArgs args = SomeArgs.obtain();
178 SomeArgs args = SomeArgs.obtain();
190 SomeArgs args = SomeArgs.obtain();
[all...]
/frameworks/base/core/tests/coretests/src/android/app/activity/
H A DLocalDeniedReceiver.java6 * You may obtain a copy of the License at
33 Parcel data = Parcel.obtain();
H A DLocalGrantedReceiver.java6 * You may obtain a copy of the License at
33 Parcel data = Parcel.obtain();
H A DLocalService.java6 * You may obtain a copy of the License at
58 Parcel data = Parcel.obtain();
76 Parcel data = Parcel.obtain();
97 Parcel data = Parcel.obtain();
113 Parcel data = Parcel.obtain();
H A DRemoteDeniedReceiver.java6 * You may obtain a copy of the License at
33 Parcel data = Parcel.obtain();
H A DRemoteGrantedReceiver.java6 * You may obtain a copy of the License at
33 Parcel data = Parcel.obtain();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DLatestItemView.java6 * You may obtain a copy of the License at
40 AccessibilityEvent record = AccessibilityEvent.obtain();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
H A DNotificationArea.java6 * You may obtain a copy of the License at
37 AccessibilityEvent record = AccessibilityEvent.obtain();
/frameworks/base/core/tests/coretests/src/android/view/accessibility/
H A DRecycleAccessibilityEventTest.java5 * in compliance with the License. You may obtain a copy of the License at
44 AccessibilityEvent.obtain(AccessibilityEvent.TYPE_VIEW_TEXT_CHANGED);
77 AccessibilityEvent second = AccessibilityEvent.obtain();

Completed in 991 milliseconds

1234567891011>>