Home
last modified time | relevance | path

Searched refs:newContext (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/view/src/android/view/cts/
DLayoutInflaterTest.java462 public MockLayoutInflater(LayoutInflater original, Context newContext) { in MockLayoutInflater() argument
463 super(original, newContext); in MockLayoutInflater()
473 public LayoutInflater cloneInContext(Context newContext) { in cloneInContext() argument
489 public LayoutInflater cloneInContext(Context newContext) { in cloneInContext() argument
/cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/
DLoginActivityTest.java337 final ContentCaptureContext newContext = newContentCaptureContext(); in testSimpleLifecycle_changeContextOnCreate() local
341 Log.i(TAG, "Setting root view (" + rootView + ") context to " + newContext); in testSimpleLifecycle_changeContextOnCreate()
342 mainSession.setContentCaptureContext(newContext); in testSimpleLifecycle_changeContextOnCreate()
892 final Context newContext = activity.createContext(new ContextParams.Builder().build()); in testViewAppeared_withNewContext() local
893 final TextView child = newImportantView(newContext, "Important I am"); in testViewAppeared_withNewContext()