HomeSort by relevance Sort by last modified time
    Searched refs:queryContext (Results 1 - 10 of 10) sorted by null

  /packages/apps/Dialer/java/com/android/incallui/
CallerInfoAsyncQuery.java 383 private Context queryContext;
391 this.queryContext = context;
454 queryContext = null;
476 if ((queryContext == null) || (queryUri == null)) {
489 callerInfo = new CallerInfo().markAsEmergency(queryContext);
491 callerInfo = new CallerInfo().markAsVoiceMail(queryContext);
493 callerInfo = CallerInfo.getCallerInfo(queryContext, queryUri, cursor);
497 CallerInfo.doSecondaryLookupIfNecessary(queryContext, cw.number, callerInfo);
522 callerInfo.updateGeoDescription(queryContext, cw.number);
601 final ContentResolver resolver = queryContext.getContentResolver()
    [all...]
  /external/deqp/framework/egl/wrapper/
eglwFunctions.inl 47 eglQueryContextFunc queryContext;
eglwInitCore.inl 37 dst->queryContext = (eglQueryContextFunc) loader->get("eglQueryContext");
eglwFuncPtrLibraryDecl.inl 47 EGLBoolean queryContext (EGLDisplay dpy, EGLContext ctx, EGLint attribute, EGLint *value) const;
eglwFuncPtrLibraryImpl.inl 212 EGLBoolean FuncPtrLibrary::queryContext (EGLDisplay dpy, EGLContext ctx, EGLint attribute, EGLint *value) const
214 return m_egl.queryContext(dpy, ctx, attribute, value);
eglwLibrary.inl 47 virtual EGLBoolean queryContext (EGLDisplay dpy, EGLContext ctx, EGLint attribute, EGLint *value) const = 0;
eglwImpl.inl 260 return egl->queryContext(dpy, ctx, attribute, value);
  /external/deqp/modules/egl/
teglQueryContextTests.cpp 224 EGLU_CHECK_CALL(egl, queryContext(display, context, attrib, &value));
teglMultiThreadTests.cpp     [all...]
  /external/deqp/framework/egl/
egluCallLogWrapper.inl 430 eglw::EGLBoolean returnValue = m_egl.queryContext(dpy, ctx, attribute, value);

Completed in 191 milliseconds