HomeSort by relevance Sort by last modified time
    Searched refs:userObj (Results 1 - 25 of 41) sorted by null

1 2

  /frameworks/base/core/java/android/os/
Registrant.java 32 userObj = obj;
39 userObj = null;
81 msg.obj = new AsyncResult(userObj, result, exception);
104 msg.obj = userObj;
121 Object userObj;
AsyncResult.java 28 public Object userObj;
64 userObj = uo;
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/euicc/async/
AsyncMessageInvocation.java 55 (AsyncResultCallback<Response>) result.userObj;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
_lsprof.c 89 PyObject *userObj; /* PyCodeObject, or a descriptive str for builtins */
227 newProfilerEntry(ProfilerObject *pObj, void *key, PyObject *userObj)
235 userObj = normalizeUserObj(userObj);
236 if (userObj == NULL) {
243 self->userObj = userObj;
297 Py_DECREF(entry->userObj);
369 ptrace_enter_call(PyObject *self, void *key, PyObject *userObj)
388 profEntry = newProfilerEntry(pObj, key, userObj);
    [all...]
  /external/python/cpython2/Modules/
_lsprof.c 89 PyObject *userObj; /* PyCodeObject, or a descriptive str for builtins */
227 newProfilerEntry(ProfilerObject *pObj, void *key, PyObject *userObj)
235 userObj = normalizeUserObj(userObj);
236 if (userObj == NULL) {
243 self->userObj = userObj;
297 Py_DECREF(entry->userObj);
369 ptrace_enter_call(PyObject *self, void *key, PyObject *userObj)
388 profEntry = newProfilerEntry(pObj, key, userObj);
    [all...]
  /external/python/cpython3/Modules/
_lsprof.c 79 PyObject *userObj; /* PyCodeObject, or a descriptive str for builtins */
226 newProfilerEntry(ProfilerObject *pObj, void *key, PyObject *userObj)
234 userObj = normalizeUserObj(userObj);
235 if (userObj == NULL) {
242 self->userObj = userObj;
296 Py_DECREF(entry->userObj);
368 ptrace_enter_call(PyObject *self, void *key, PyObject *userObj)
387 profEntry = newProfilerEntry(pObj, key, userObj);
    [all...]
  /packages/services/Telephony/src/com/android/phone/
CLIRListPreference.java 141 } else if (ar.userObj instanceof Throwable) {
142 Log.i(LOG_TAG, "handleGetCLIRResponse: ar.throwable=" + ar.userObj);
CdmaSubscriptionListPreference.java 123 int cdmaSubscriptionMode = Integer.parseInt((String) ar.userObj);
CallWaitingSwitchPreference.java 97 } else if (ar.userObj instanceof Throwable || ar.exception != null) {
CallBarringEditPreference.java 335 if (ar.userObj instanceof Throwable) {
367 if (ar.exception != null || ar.userObj instanceof Throwable) {
GsmUmtsCallBarringOptions.java 244 } else if (ar.userObj instanceof Throwable) {
264 } else if (ar.userObj instanceof Throwable) {
PhoneInterfaceManager.java 379 request = (MainThreadRequest) ar.userObj;
448 request = (MainThreadRequest) ar.userObj;
488 request = (MainThreadRequest) ar.userObj;
528 request = (MainThreadRequest) ar.userObj;
556 request = (MainThreadRequest) ar.userObj;
595 request = (MainThreadRequest) ar.userObj;
663 request = (MainThreadRequest) ar.userObj;
    [all...]
CallForwardEditPreference.java 256 if (ar.userObj instanceof Throwable) {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
IccFileHandler.java 352 * onComplete.obj.userObj will be a IccIoResult on success
369 * onComplete.obj.userObj will be a IccIoResult on success
442 lc = (LoadLinearFixedContext) ar.userObj;
469 lc = (LoadLinearFixedContext) ar.userObj;
511 response = (Message) ar.userObj;
548 lc = (LoadLinearFixedContext) ar.userObj;
584 response = (Message) ar.userObj;
AdnRecordLoader.java 153 adn = (AdnRecord)(ar.userObj);
228 adn = (AdnRecord)(ar.userObj);
SIMRecords.java     [all...]
UiccCardApplication.java 265 Message response = (Message)ar.userObj;
345 Message response = (Message)ar.userObj;
387 // request has completed. ar.userObj is the response Message
390 Message response = (Message)ar.userObj;
    [all...]
UiccController.java 440 * the CommandsInterface, in this case the user object is msg.obj.userObj
447 if (ar.userObj != null && ar.userObj instanceof Integer) {
448 index = (Integer)ar.userObj;
AdnRecordCache.java 352 AdnRecord adn = (AdnRecord) (ar.userObj);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
IccPhoneBookInterfaceManager.java 105 if (ar.userObj != null) {
106 AtomicBoolean status = (AtomicBoolean) ar.userObj;
NetworkScanRequestTracker.java 344 NetworkScanRequestInfo nsri = (NetworkScanRequestInfo) ar.userObj;
370 NetworkScanRequestInfo nsri = (NetworkScanRequestInfo) ar.userObj;
419 NetworkScanRequestInfo nsri = (NetworkScanRequestInfo) ar.userObj;
450 NetworkScanRequestInfo nsri = (NetworkScanRequestInfo) ar.userObj;
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
GSMPhoneTest.java.broken     [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
UsimDataDownloadHandler.java 299 int[] dcsPid = (int[]) ar.userObj;
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhone.java     [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
SubscriptionMonitorTest.java 106 if (objectEquals(ar.userObj, mSubscriptionChangedObject.get()) == false) {
116 if (objectEquals(ar.userObj,
    [all...]

Completed in 922 milliseconds

1 2