Searched defs:obj (Results 226 - 250 of 375) sorted by relevance

1234567891011>>

/frameworks/base/core/java/android/net/
H A DNetworkCapabilities.java783 public boolean equals(Object obj) { argument
784 if (obj == null || (obj instanceof NetworkCapabilities == false)) return false;
785 NetworkCapabilities that = (NetworkCapabilities)obj;
/frameworks/base/core/java/android/os/
H A DBinder.java632 static void checkParcel(IBinder obj, int code, Parcel parcel, String msg) { argument
638 sb.append(obj);
/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityWindowInfo.java571 public boolean equals(Object obj) { argument
572 if (this == obj) {
575 if (obj == null) {
578 if (getClass() != obj.getClass()) {
581 AccessibilityWindowInfo other = (AccessibilityWindowInfo) obj;
/frameworks/base/core/java/android/widget/
H A DActivityChooserModel.java835 public boolean equals(Object obj) { argument
836 if (this == obj) {
839 if (obj == null) {
842 if (getClass() != obj.getClass()) {
845 HistoricalRecord other = (HistoricalRecord) obj;
904 public boolean equals(Object obj) { argument
905 if (this == obj) {
908 if (obj == null) {
911 if (getClass() != obj.getClass()) {
914 ActivityResolveInfo other = (ActivityResolveInfo) obj;
[all...]
/frameworks/base/core/jni/android/graphics/
H A DMatrix.cpp39 SkMatrix* obj = reinterpret_cast<SkMatrix*>(objHandle); local
40 delete obj;
49 SkMatrix* obj = new SkMatrix(); local
51 *obj = *src;
53 obj->reset();
54 return reinterpret_cast<jlong>(obj);
144 SkMatrix* obj = reinterpret_cast<SkMatrix*>(objHandle); local
145 return obj->isIdentity() ? JNI_TRUE : JNI_FALSE;
149 SkMatrix* obj = reinterpret_cast<SkMatrix*>(objHandle); local
150 return obj
154 SkMatrix* obj = reinterpret_cast<SkMatrix*>(objHandle); local
159 SkMatrix* obj = reinterpret_cast<SkMatrix*>(objHandle); local
164 SkMatrix* obj = reinterpret_cast<SkMatrix*>(objHandle); local
170 SkMatrix* obj = reinterpret_cast<SkMatrix*>(objHandle); local
176 SkMatrix* obj = reinterpret_cast<SkMatrix*>(objHandle); local
181 SkMatrix* obj = reinterpret_cast<SkMatrix*>(objHandle); local
187 SkMatrix* obj = reinterpret_cast<SkMatrix*>(objHandle); local
192 SkMatrix* obj = reinterpret_cast<SkMatrix*>(objHandle); local
198 SkMatrix* obj = reinterpret_cast<SkMatrix*>(objHandle); local
204 SkMatrix* obj = reinterpret_cast<SkMatrix*>(objHandle); local
210 SkMatrix* obj = reinterpret_cast<SkMatrix*>(objHandle); local
215 SkMatrix* obj = reinterpret_cast<SkMatrix*>(objHandle); local
220 SkMatrix* obj = reinterpret_cast<SkMatrix*>(objHandle); local
227 SkMatrix* obj = reinterpret_cast<SkMatrix*>(objHandle); local
233 SkMatrix* obj = reinterpret_cast<SkMatrix*>(objHandle); local
238 SkMatrix* obj = reinterpret_cast<SkMatrix*>(objHandle); local
244 SkMatrix* obj = reinterpret_cast<SkMatrix*>(objHandle); local
249 SkMatrix* obj = reinterpret_cast<SkMatrix*>(objHandle); local
255 SkMatrix* obj = reinterpret_cast<SkMatrix*>(objHandle); local
260 SkMatrix* obj = reinterpret_cast<SkMatrix*>(objHandle); local
265 SkMatrix* obj = reinterpret_cast<SkMatrix*>(objHandle); local
271 SkMatrix* obj = reinterpret_cast<SkMatrix*>(objHandle); local
277 SkMatrix* obj = reinterpret_cast<SkMatrix*>(objHandle); local
282 SkMatrix* obj = reinterpret_cast<SkMatrix*>(objHandle); local
288 SkMatrix* obj = reinterpret_cast<SkMatrix*>(objHandle); local
293 SkMatrix* obj = reinterpret_cast<SkMatrix*>(objHandle); local
299 SkMatrix* obj = reinterpret_cast<SkMatrix*>(objHandle); local
[all...]
/frameworks/base/core/jni/
H A Dandroid_os_Parcel.cpp71 Parcel* parcelForJavaObject(JNIEnv* env, jobject obj) argument
73 if (obj) {
74 Parcel* p = (Parcel*)env->GetLongField(obj, gParcelOffsets.mNativePtr);
H A Dandroid_view_Surface.cpp83 bool android_view_Surface_isInstanceOf(JNIEnv* env, jobject obj) { argument
84 return env->IsInstanceOf(obj, gSurfaceClassInfo.clazz);
H A Dcom_google_android_gles_jni_EGLImpl.cpp218 jobject obj = _env->NewObject(gConfig_class, gConfig_ctorID, reinterpret_cast<jlong>(nativeConfigs[i])); local
219 _env->SetObjectArrayElement(configs, i, obj);
356 jobject obj = _env->NewObject(gConfig_class, gConfig_ctorID, reinterpret_cast<jlong>(nativeConfigs[i])); local
357 _env->SetObjectArrayElement(configs, i, obj);
/frameworks/base/media/java/android/media/
H A DRemoteController.java518 onNewPlaybackState((PlaybackState) msg.obj);
521 onNewMediaMetadata((MediaMetadata) msg.obj);
568 int arg1, int arg2, Object obj, int delayMs) {
578 handler.sendMessageDelayed(handler.obtainMessage(msg, arg1, arg2, obj), delayMs);
603 0 /* arg1 ignored */, 1 /* clearing */, null /* obj */, 0 /* delay */);
612 0 /* arg1 ignored */, 0 /* clearing */, null /* obj */, 0 /* delay */);
618 0 /* arg1 ignored */, 0 /* arg2 ignored */, state /* obj */, 0 /* delay */);
622 0 /* arg1 ignored */, 0 /* arg2 ignored*/, metadata /* obj */, 0 /*delay*/);
567 sendMsg(Handler handler, int msg, int existingMsgPolicy, int arg1, int arg2, Object obj, int delayMs) argument
H A DSoundPool.java526 private static void postEventFromNative(Object ref, int msg, int arg1, int arg2, Object obj) { argument
532 Message m = soundPool.mEventHandler.obtainMessage(msg, arg1, arg2, obj);
/frameworks/base/media/java/android/media/audiofx/
H A DVisualizer.java665 byte[] data = (byte[])msg.obj;
759 int what, int arg1, int arg2, Object obj) {
766 Message m = visu.mNativeEventHandler.obtainMessage(what, arg1, arg2, obj);
758 postEventFromNative(Object effect_ref, int what, int arg1, int arg2, Object obj) argument
/frameworks/base/media/jni/audioeffect/
H A Dandroid_media_AudioEffect.cpp104 jobject obj = NULL; local
162 obj = array;
173 callbackInfo->audioEffect_ref, event, arg1, arg2, obj);
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
H A DExifTag.java457 public boolean setValue(Object obj) { argument
458 if (obj == null) {
460 } else if (obj instanceof Short) {
461 return setValue(((Short) obj).shortValue() & 0x0ffff);
462 } else if (obj instanceof String) {
463 return setValue((String) obj);
464 } else if (obj instanceof int[]) {
465 return setValue((int[]) obj);
466 } else if (obj instanceof long[]) {
467 return setValue((long[]) obj);
962 equals(Object obj) argument
[all...]
/frameworks/base/rs/java/android/renderscript/
H A DScriptGroup.java139 Object obj = entry.getValue();
142 retrieveValueAndDependenceInfo(rs, i, fieldID, obj,
174 Object obj = entry.getValue();
177 retrieveValueAndDependenceInfo(rs, i, fieldID, obj, values,
208 int index, Script.FieldID fid, Object obj,
213 if (obj instanceof Future) {
214 Future f = (Future)obj;
215 obj = f.getValue();
224 if (obj instanceof Input) {
225 Input unbound = (Input)obj;
207 retrieveValueAndDependenceInfo(RenderScript rs, int index, Script.FieldID fid, Object obj, long[] values, int[] sizes, long[] depClosures, long[] depFieldIDs) argument
280 setArg(int index, Object obj) argument
289 setGlobal(Script.FieldID fieldID, Object obj) argument
299 ValueAndSize(RenderScript rs, Object obj) argument
[all...]
/frameworks/base/services/core/java/com/android/server/
H A DNsdService.java133 AsyncChannel c = (AsyncChannel) msg.obj;
273 servInfo = (NsdServiceInfo) msg.obj;
325 if (registerService(id, (NsdServiceInfo) msg.obj)) {
355 servInfo = (NsdServiceInfo) msg.obj;
375 NativeEvent event = (NativeEvent) msg.obj;
839 private void replyToMessage(Message msg, int what, Object obj) { argument
843 dstMsg.obj = obj;
/frameworks/base/services/core/java/com/android/server/pm/
H A DShortcutUser.java93 public boolean equals(Object obj) { argument
94 if (!(obj instanceof PackageWithUser)) {
97 final PackageWithUser that = (PackageWithUser) obj;
/frameworks/base/services/usb/java/com/android/server/usb/
H A DUsbProfileGroupSettingsManager.java137 public boolean equals(Object obj) { argument
138 if (!(obj instanceof UserPackage)) {
141 UserPackage other = (UserPackage)obj;
352 public boolean equals(Object obj) { argument
358 if (obj instanceof DeviceFilter) {
359 DeviceFilter filter = (DeviceFilter)obj;
395 if (obj instanceof UsbDevice) {
396 UsbDevice device = (UsbDevice)obj;
525 public boolean equals(Object obj) { argument
530 if (obj instanceo
[all...]
/frameworks/compile/mclinker/lib/Object/
H A DObjectLinker.cpp339 Module::obj_iterator obj, objEnd = m_pModule->obj_end(); local
340 for (obj = m_pModule->obj_begin(); obj != objEnd; ++obj) {
341 LDContext::sect_iterator sect, sectEnd = (*obj)->context()->sectEnd();
342 for (sect = (*obj)->context()->sectBegin(); sect != sectEnd; ++sect) {
362 if (!m_LDBackend.mergeSection(*m_pModule, **obj, **sect)) {
364 << (*obj)->name();
373 if ((out_sect = builder.MergeSection(**obj, **sect)) != NULL) {
376 << (*obj)
[all...]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DRttService.java440 (RttManager.ParcelableRttParams)msg.obj;
485 if (mClientInterface == (IClientInterface) msg.obj) {
490 mClientInterface = (IClientInterface) msg.obj;
538 mOutstandingRequest, (RttManager.RttResult[])msg.obj);
627 void replySucceeded(Message msg, Object obj) { argument
632 reply.obj = obj;
651 reply.obj = bundle;
H A DWifiMonitor.java245 private void sendMessage(String iface, int what, Object obj) { argument
246 sendMessage(iface, Message.obtain(null, what, obj));
257 private void sendMessage(String iface, int what, int arg1, int arg2, Object obj) { argument
258 sendMessage(iface, Message.obtain(null, what, arg1, arg2, obj));
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
H A DWifiP2pMonitor.java223 private void sendMessage(String iface, int what, Object obj) { argument
224 sendMessage(iface, Message.obtain(null, what, obj));
235 private void sendMessage(String iface, int what, int arg1, int arg2, Object obj) { argument
236 sendMessage(iface, Message.obtain(null, what, arg1, arg2, obj));
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DGsmCdmaCallTracker.java211 public void registerForVoiceCallStarted(Handler h, int what, Object obj) { argument
212 Registrant r = new Registrant(h, what, obj);
226 public void registerForVoiceCallEnded(Handler h, int what, Object obj) { argument
227 Registrant r = new Registrant(h, what, obj);
236 public void registerForCallWaiting(Handler h, int what, Object obj) { argument
237 Registrant r = new Registrant (h, what, obj);
966 // Safety check so that obj is not stuck with mIsInEmergencyCall set to true (and data
1334 private void notifyCallWaitingInfo(CdmaCallWaitingNotification obj) { argument
1336 mCallWaitingRegistrants.notifyRegistrants(new AsyncResult(null, obj, null));
1379 handlePollCalls((AsyncResult)msg.obj);
[all...]
H A DProxyController.java171 public void registerForAllDataDisconnected(int subId, Handler h, int what, Object obj) { argument
175 mPhones[phoneId].registerForAllDataDisconnected(h, what, obj);
337 * @param msg obj field isa RadioCapability
341 AsyncResult ar = (AsyncResult)msg.obj;
351 RadioCapability rc = (RadioCapability) ((AsyncResult) msg.obj).result;
359 if (((AsyncResult) msg.obj).exception != null) {
405 * @param msg obj field isa RadioCapability
408 RadioCapability rc = (RadioCapability) ((AsyncResult) msg.obj).result;
415 if (((AsyncResult) msg.obj).exception != null) {
430 * @param msg obj fiel
[all...]
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DTelephonyTest.java205 InstanceKey(final Class c, final String instName, final Object obj) { argument
208 mObj = obj;
217 public boolean equals(Object obj) { argument
218 if (obj == null || obj.getClass() != getClass()) {
222 InstanceKey other = (InstanceKey) obj;
245 final Object obj, final Object newValue)
250 InstanceKey key = new InstanceKey(c, instanceName, obj);
252 mOldInstances.put(key, field.get(obj));
255 field.set(obj, newValu
244 replaceInstance(final Class c, final String instanceName, final Object obj, final Object newValue) argument
258 restoreInstance(final Class c, final String instanceName, final Object obj) argument
[all...]
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DActivityChooserModel.java810 public boolean equals(Object obj) { argument
811 if (this == obj) {
814 if (obj == null) {
817 if (getClass() != obj.getClass()) {
820 HistoricalRecord other = (HistoricalRecord) obj;
879 public boolean equals(Object obj) { argument
880 if (this == obj) {
883 if (obj == null) {
886 if (getClass() != obj.getClass()) {
889 ActivityResolveInfo other = (ActivityResolveInfo) obj;
[all...]

Completed in 5318 milliseconds

1234567891011>>