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.java460 public MockLayoutInflater(LayoutInflater original, Context newContext) { in MockLayoutInflater() argument
461 super(original, newContext); in MockLayoutInflater()
471 public LayoutInflater cloneInContext(Context newContext) { in cloneInContext() argument
487 public LayoutInflater cloneInContext(Context newContext) { in cloneInContext() argument
/cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/
DLoginActivityTest.java335 final ContentCaptureContext newContext = newContentCaptureContext(); in testSimpleLifecycle_changeContextOnCreate() local
339 Log.i(TAG, "Setting root view (" + rootView + ") context to " + newContext); in testSimpleLifecycle_changeContextOnCreate()
340 mainSession.setContentCaptureContext(newContext); in testSimpleLifecycle_changeContextOnCreate()
915 final Context newContext = activity.createContext(new ContextParams.Builder().build()); in testViewAppeared_withNewContext() local
916 final TextView child = newImportantView(newContext, "Important I am"); in testViewAppeared_withNewContext()