/sdk/chimpchat/src/com/android/chimpchat/core/ |
IChimpView.java | 6 * You may obtain a copy of the License at 34 * Obtain the class of the view as a string 39 * Obtain the text contained in the view 44 * Obtain the location of the view on the device screen 49 * Obtain the checked status of this view. 54 * Obtain the enabled status of this view. 59 * Obtain the selected status of this view. 69 * Obtain the focused status of this view.
|
/cts/tests/tests/os/src/android/os/cts/ |
MessageTest.java | 6 * You may obtain a copy of the License at 120 Message expected = Message.obtain(mHandler, mRunnable); 136 notes = "Test method: obtain", 137 method = "obtain", 141 Message message = Message.obtain(); 155 notes = "Test method: obtain", 156 method = "obtain", 160 Message message = Message.obtain(mHandler, WHAT, ARG1, ARG2, OBJ); 161 Message expected = Message.obtain(message); 172 notes = "Test method: obtain", [all...] |
ParcelTest.java | 6 * You may obtain a copy of the License at 51 method = "obtain", 62 method = "obtain", 67 Parcel p1 = Parcel.obtain(); 69 Parcel p2 = Parcel.obtain(); 71 Parcel p3 = Parcel.obtain(); 73 Parcel p4 = Parcel.obtain(); 75 Parcel p5 = Parcel.obtain(); 77 Parcel p6 = Parcel.obtain(); 79 Parcel p7 = Parcel.obtain(); [all...] |
/frameworks/base/core/java/android/os/ |
ServiceManagerNative.java | 6 * You may obtain a copy of the License at 116 Parcel data = Parcel.obtain(); 117 Parcel reply = Parcel.obtain(); 128 Parcel data = Parcel.obtain(); 129 Parcel reply = Parcel.obtain(); 141 Parcel data = Parcel.obtain(); 142 Parcel reply = Parcel.obtain(); 152 Parcel data = Parcel.obtain(); 153 Parcel reply = Parcel.obtain(); 164 Parcel data = Parcel.obtain(); [all...] |
Message.java | 6 * You may obtain a copy of the License at 31 * one of these is to call {@link #obtain Message.obtain()} or one of the 109 public static Message obtain() { method in class:Message 123 * Same as {@link #obtain()}, but copies the values of an existing 128 public static Message obtain(Message orig) { method in class:Message 129 Message m = obtain(); 145 * Same as {@link #obtain()}, but sets the value for the <em>target</em> member on the Message returned. 149 public static Message obtain(Handler h) { method in class:Message 150 Message m = obtain(); 163 public static Message obtain(Handler h, Runnable callback) { method in class:Message 178 public static Message obtain(Handler h, int what) { method in class:Message 194 public static Message obtain(Handler h, int what, Object obj) { method in class:Message 213 public static Message obtain(Handler h, int what, int arg1, int arg2) { method in class:Message 234 public static Message obtain(Handler h, int what, method in class:Message [all...] |
/frameworks/base/core/java/android/app/ |
ActivityManagerNative.java | 6 * You may obtain a copy of the License at [all...] |
/frameworks/base/core/java/android/database/ |
BulkCursorNative.java | 6 * You may obtain a copy of the License at 185 Parcel data = Parcel.obtain(); 186 Parcel reply = Parcel.obtain(); 206 Parcel data = Parcel.obtain(); 207 Parcel reply = Parcel.obtain(); 222 Parcel data = Parcel.obtain(); 223 Parcel reply = Parcel.obtain(); 245 Parcel data = Parcel.obtain(); 246 Parcel reply = Parcel.obtain(); 268 Parcel data = Parcel.obtain(); [all...] |
/frameworks/base/core/java/android/os/storage/ |
IMountService.java | 6 * 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...] |
/cts/tests/tests/view/src/android/view/cts/ |
VelocityTrackerTest.java | 6 * You may obtain a copy of the License at 41 method = "obtain", 45 VelocityTracker vt = VelocityTracker.obtain(); 56 VelocityTracker vt = VelocityTracker.obtain(); 60 VelocityTracker vt2 = VelocityTracker.obtain(); 96 VelocityTracker vt = VelocityTracker.obtain(); 99 MotionEvent me = MotionEvent.obtain(0L, 10L, MotionEvent.ACTION_MOVE, .0f, .0f, 0); 136 me = MotionEvent.obtain(0L, 110L, MotionEvent.ACTION_UP, 100f, 100f, 0);
|
AccessibilityEventTest.java | 6 * You may obtain a copy of the License at 46 AccessibilityEvent sentEvent = AccessibilityEvent.obtain(); 50 Parcel parcel = Parcel.obtain(); 64 AccessibilityEvent firstEvent = AccessibilityEvent.obtain(); 66 AccessibilityEvent secondEvent = AccessibilityEvent.obtain(); 75 // obtain and populate an event 76 AccessibilityEvent populatedEvent = AccessibilityEvent.obtain(); 79 // recycle and obtain the same recycled instance 81 AccessibilityEvent recycledEvent = AccessibilityEvent.obtain(); 127 sentEvent.setParcelableData(Message.obtain(null, 1, 2, 3)) [all...] |
/frameworks/base/include/private/binder/ |
binder_module.h | 6 * You may obtain a copy of the License at 24 /* obtain structures and constants from the kernel header */
|
/external/netcat/data/ |
pm.d | 3 # consider the small window one might obtain from a slightly out-of-rev PM
|
/frameworks/base/core/java/android/view/accessibility/ |
AccessibilityEventSource.java | 6 * You may obtain a copy of the License at 28 * obtain an {@link AccessibilityEvent} from the event pool through calling 29 * {@link AccessibilityEvent#obtain(int) AccessibilityEvent.obtain(int)}, populate the
|
/packages/apps/Email/tests/src/com/android/email/ |
MessageListContextTests.java | 6 * You may obtain a copy of the License at 30 Parcel parcel = Parcel.obtain(); 45 Parcel parcel = Parcel.obtain();
|
/frameworks/base/core/tests/coretests/src/android/app/activity/ |
LocalService.java | 6 * 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();
|
/frameworks/base/core/java/android/content/ |
ContentProviderNative.java | 6 * You may obtain a copy of the License at 329 Parcel data = Parcel.obtain(); 330 Parcel reply = Parcel.obtain(); 385 Parcel data = Parcel.obtain(); 386 Parcel reply = Parcel.obtain(); 405 Parcel data = Parcel.obtain(); 406 Parcel reply = Parcel.obtain(); 425 Parcel data = Parcel.obtain(); 426 Parcel reply = Parcel.obtain(); 446 Parcel data = Parcel.obtain(); [all...] |
/frameworks/base/core/java/android/nfc/ |
NfcManager.java | 6 * You may obtain a copy of the License at 22 * High level manager used to obtain an instance of an {@link NfcAdapter}. 26 * then call {@link #getDefaultAdapter} to obtain the {@link NfcAdapter}.
|
/bootable/recovery/updater/ |
install.h | 6 * You may obtain a copy of the License at
|
/build/core/ |
host_prebuilt.mk | 6 # You may obtain a copy of the License at
|
/build/target/board/generic_armv5/ |
AndroidBoard.mk | 6 # You may obtain a copy of the License at
|
device.mk | 6 # You may obtain a copy of the License at
|
/build/tools/droiddoc/test/generics/src/com/android/generics/ |
AbsListView.java | 6 * You may obtain a copy of the License at
|
Adapter.java | 6 * You may obtain a copy of the License at
|
AdapterView.java | 6 * You may obtain a copy of the License at
|
Iface.java | 6 * You may obtain a copy of the License at
|