Home
last modified time | relevance | path

Searched defs:attachContext (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/controller/
DAuxiliaryPersistenceWrapper.kt125 fun attachContext(context: Context) { in attachContext() method
/frameworks/base/core/java/android/window/
DWindowTokenClient.java59 public void attachContext(@NonNull Context context) { in attachContext() method in WindowTokenClient