Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/content/
DContextTest.java56 final Context defaultDisplayContext = in testDisplayIdForDefaultDisplayContext() local
59 assertEquals(defaultDisplayContext.getDisplay().getDisplayId(), in testDisplayIdForDefaultDisplayContext()
60 defaultDisplayContext.getDisplayId()); in testDisplayIdForDefaultDisplayContext()
/frameworks/base/core/tests/coretests/src/android/view/inputmethod/
DInputMethodManagerTest.java47 final Context defaultDisplayContext = in testPrivateApiGetInstance() local
50 defaultDisplayContext.getSystemService(InputMethodManager.class); in testPrivateApiGetInstance()