Searched refs:obj (Results 76 - 100 of 234) sorted by relevance

12345678910

/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
H A DA2dpStateMachine.java172 BluetoothDevice device = (BluetoothDevice) message.obj;
194 StackEvent event = (StackEvent) message.obj;
294 BluetoothDevice device = (BluetoothDevice) message.obj;
308 StackEvent event = (StackEvent) message.obj;
476 BluetoothDevice device = (BluetoothDevice) message.obj;
497 BluetoothDevice device = (BluetoothDevice) message.obj;
512 StackEvent event = (StackEvent) message.obj;
749 onConnectionStateChanged((BluetoothDevice) msg.obj, msg.arg1, msg.arg2);
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppRfcommListener.java100 msg.obj = transport;
166 msg.obj = transport;
H A DBluetoothOppTransfer.java140 SocketConnectThread((BluetoothDevice)msg.obj, true);
162 mTransport = (ObexTransport)msg.obj;
174 BluetoothOppShareInfo info = (BluetoothOppShareInfo)msg.obj;
196 BluetoothOppShareInfo info1 = (BluetoothOppShareInfo)msg.obj;
208 BluetoothOppShareInfo info2 = (BluetoothOppShareInfo)msg.obj;
217 BluetoothOppShareInfo info3 = (BluetoothOppShareInfo)msg.obj;
/packages/apps/Mms/src/com/android/mms/data/
H A DContactList.java153 public boolean equals(Object obj) { argument
155 ContactList other = (ContactList)obj;
/packages/services/Telephony/src/com/android/phone/
H A DCLIRListPreference.java129 AsyncResult ar = (AsyncResult) msg.obj;
158 AsyncResult ar = (AsyncResult) msg.obj;
H A DCallWaitingCheckBoxPreference.java80 AsyncResult ar = (AsyncResult) msg.obj;
120 AsyncResult ar = (AsyncResult) msg.obj;
H A DCdmaSystemSelectListPreference.java117 AsyncResult ar = (AsyncResult) msg.obj;
147 AsyncResult ar = (AsyncResult) msg.obj;
H A DEmergencyCallHelper.java150 mNumber = (String) msg.obj;
192 ServiceState state = (ServiceState) ((AsyncResult) msg.obj).result;
237 Connection conn = (Connection) ((AsyncResult) msg.obj).result;
H A DCallNotifier.java184 onNewRingingConnection((AsyncResult) msg.obj);
188 onPhoneStateChanged((AsyncResult) msg.obj);
193 onDisconnect((AsyncResult) msg.obj);
197 onUnknownConnectionAppeared((AsyncResult) msg.obj);
206 onDisplayInfo((AsyncResult) msg.obj);
211 onSignalInfo((AsyncResult) msg.obj);
H A DNetworkSetting.java93 networksListLoaded ((List<OperatorInfo>) msg.obj, msg.arg1);
101 ar = (AsyncResult) msg.obj;
125 ar = (AsyncResult) msg.obj;
/packages/services/Telephony/src/com/android/services/telephony/
H A DEmergencyCallHelper.java64 SomeArgs args = (SomeArgs) msg.obj;
73 onServiceStateChanged((ServiceState) ((AsyncResult) msg.obj).result);
H A DLog.java163 private static String getPrefixFromObject(Object obj) { argument
164 return obj == null ? "<null>" : obj.getClass().getSimpleName();
H A DPstnIncomingCallNotifier.java76 handleNewRingingConnection((AsyncResult) msg.obj);
79 handleCdmaCallWaiting((AsyncResult) msg.obj);
82 handleNewUnknownConnection((AsyncResult) msg.obj);
/packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/
H A DExportVCardActivity.java62 if (msg.obj != null) {
63 mErrorReason = (String)msg.obj;
71 if (msg.obj == null) {
76 mTargetFileName = (String)msg.obj;
/packages/apps/Settings/src/com/android/settings/inputmethod/
H A DUserDictionaryAddWordActivity.java82 m.obj = result;
/packages/apps/Gallery2/src/com/android/gallery3d/data/
H A DPath.java219 MediaObject obj = p.getObject();
221 + (obj == null ? "null" : obj.getClass().getSimpleName()));
H A DDataManager.java168 MediaObject obj = path.getObject();
169 if (obj != null) return obj;
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/util/
H A DSettingsHelper.java149 IBinder obj = ServiceManager.checkService(service);
150 if (obj != null) {
153 obj.transact(IBinder.SYSPROPS_TRANSACTION, data, null, 0);
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DAnimatedAdapter.java107 Object obj;
110 obj = ((ObjectAnimator) set.getChildAnimations().get(0)).getTarget();
112 obj = ((ObjectAnimator) animation).getTarget();
114 updateAnimatingConversationItems(obj, mSwipeDeletingItems);
115 updateAnimatingConversationItems(obj, mDeletingItems);
116 updateAnimatingConversationItems(obj, mSwipeUndoingItems);
117 updateAnimatingConversationItems(obj, mUndoingItems);
118 if (hasFadeLeaveBehinds() && obj instanceof LeaveBehindItem) {
119 LeaveBehindItem objItem = (LeaveBehindItem) obj;
841 private void updateAnimatingConversationItems(Object obj, HashSe argument
[all...]
/packages/services/Telecomm/src/com/android/server/telecom/
H A DCreateConnectionProcessor.java69 * @param obj The other instance to compare against.
73 public boolean equals(Object obj) { argument
74 if (obj instanceof CallAttemptRecord) {
75 CallAttemptRecord other = (CallAttemptRecord) obj;
H A DLog.java195 private static String getPrefixFromObject(Object obj) { argument
196 return obj == null ? "<null>" : obj.getClass().getSimpleName();
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
H A DConversationCursor.java1273 Object obj = getCachedValue(columnIndex);
1274 if (obj != null) return (Double)obj;
1280 Object obj = getCachedValue(columnIndex);
1281 if (obj != null) return (Float)obj;
1287 Object obj = getCachedValue(columnIndex);
1288 if (obj != null) return (Integer)obj;
1294 Object obj
[all...]
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DAdvertiseManager.java103 message.obj = client;
116 message.obj = client;
167 AdvertiseClient client = (AdvertiseClient) msg.obj;
/packages/apps/OMA-DM/engine/javaplugin/api/com/android/omadm/plugin/
H A DDmtData.java370 public boolean equals(Object obj) { argument
371 if (!(obj instanceof DmtData)) {
374 DmtData data = (DmtData) obj;
/packages/providers/TvProvider/tests/src/com/android/providers/tv/
H A DEpgDataCleanupServiceTests.java98 public boolean equals(Object obj) { argument
99 if (!(obj instanceof Program)) {
102 Program that = (Program) obj;

Completed in 652 milliseconds

12345678910