OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:userObj
(Results
1 - 25
of
31
) sorted by null
1
2
/frameworks/base/core/java/android/os/
Registrant.java
33
userObj
= obj;
40
userObj
= null;
82
msg.obj = new AsyncResult(
userObj
, result, exception);
105
msg.obj =
userObj
;
122
Object
userObj
;
AsyncResult.java
28
public Object
userObj
;
64
userObj
= uo;
/frameworks/base/telephony/java/com/android/internal/telephony/
IccFileHandler.java
250
* onComplete.obj.
userObj
will be a IccIoResult on success
306
lc = (LoadLinearFixedContext) ar.
userObj
;
317
response = (Message) ar.
userObj
;
327
lc = (LoadLinearFixedContext) ar.
userObj
;
359
lc = (LoadLinearFixedContext) ar.
userObj
;
406
response = (Message) ar.
userObj
;
445
lc = (LoadLinearFixedContext) ar.
userObj
;
483
response = (Message) ar.
userObj
;
IccCard.java
610
// request has completed. ar.
userObj
is the response Message
614
AsyncResult.forMessage(((Message)ar.
userObj
)).exception
617
obtainMessage(EVENT_REPOLL_STATUS_DONE, ar.
userObj
));
621
// ar.
userObj
is the response messaeg
622
// ar.
userObj
.obj is already an AsyncResult with an
627
((Message)ar.
userObj
).sendToTarget();
647
AsyncResult.forMessage(((Message)ar.
userObj
)).exception
649
((Message)ar.
userObj
).sendToTarget();
662
AsyncResult.forMessage(((Message)ar.
userObj
)).exception
664
((Message)ar.
userObj
).sendToTarget()
[
all
...]
AdnRecordLoader.java
141
adn = (AdnRecord)(ar.
userObj
);
215
adn = (AdnRecord)(ar.
userObj
);
IccPhoneBookInterfaceManager.java
95
if (ar.
userObj
== null) {
98
AtomicBoolean status = (AtomicBoolean) ar.
userObj
;
IccRecords.java
262
IccRecordLoaded recordLoaded = (IccRecordLoaded) ar.
userObj
;
DataConnection.java
53
* object and <code>AsyncResult.
userObj
</code> is the original <code>msg.obj</code>. if successful
266
* @param o will be returned in AsyncResult.
userObj
320
* Send ar.
userObj
if its a message, which is should be back to originator.
489
ConnectionParams cp = (ConnectionParams) ar.
userObj
;
[
all
...]
AdnRecordCache.java
346
AdnRecord adn = (AdnRecord) (ar.
userObj
);
DataConnectionTracker.java
[
all
...]
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
SIMRecords.java
697
if (ar.
userObj
!= null) {
698
AsyncResult.forMessage(((Message) ar.
userObj
)).exception
700
((Message) ar.
userObj
).sendToTarget();
[
all
...]
GSMPhone.java
[
all
...]
GsmServiceStateTracker.java
402
message = obtainMessage(EVENT_RESET_PREFERRED_NETWORK_TYPE, ar.
userObj
);
408
if (ar.
userObj
!= null) {
409
AsyncResult.forMessage(((Message) ar.
userObj
)).exception
411
((Message) ar.
userObj
).sendToTarget();
424
message = obtainMessage(EVENT_SET_PREFERRED_NETWORK_TYPE, ar.
userObj
);
532
if (ar.
userObj
!= pollingContext) return;
[
all
...]
UsimDataDownloadHandler.java
259
int[] dcsPid = (int[]) ar.
userObj
;
GsmConnection.java
641
ar.
userObj
= state;
GsmDataConnectionTracker.java
[
all
...]
/packages/apps/Phone/src/com/android/phone/
CdmaSubscriptionListPreference.java
122
int cdmaSubscriptionMode = Integer.valueOf((String) ar.
userObj
).intValue();
CLIRListPreference.java
135
} else if (ar.
userObj
instanceof Throwable) {
CallWaitingCheckBoxPreference.java
98
} else if (ar.
userObj
instanceof Throwable) {
CallForwardEditPreference.java
183
if (ar.
userObj
instanceof Throwable) {
CallFeaturesSetting.java
[
all
...]
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/
CDMALTEPhone.java
164
if (!(ar.
userObj
instanceof NetworkSelectMessage)) {
169
NetworkSelectMessage nsm = (NetworkSelectMessage) ar.
userObj
;
CdmaDataConnectionTracker.java
692
if (ar.
userObj
instanceof String) {
693
reason = (String) ar.
userObj
;
729
if (ar.
userObj
instanceof String) {
730
reason = (String) ar.
userObj
;
[
all
...]
CdmaConnection.java
735
ar.
userObj
= state;
/frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
GSMPhoneTest.java
[
all
...]
Completed in 2164 milliseconds
1
2