Searched refs:isAttached (Results 1 – 7 of 7) sorted by relevance
43 if (!mBackgroundManager.isAttached()) { in run()74 if (mBackgroundManager.isAttached()) { in setBackgroundColor()81 if (mBackgroundManager.isAttached()) { in setScrim()
105 public boolean isAttached() { in isAttached() method in SystemUIOverlayWindowController210 if (isAttached()) { in updateWindow()
380 assertThat(isAttached(mController)).isTrue();438 assertThat(isAttached(mController)).isTrue();816 assertThat(isAttached(mController)).isTrue();924 private static boolean isAttached(ThreadNetworkController controller) throws Exception {925 return ThreadNetworkController.isAttached(getDeviceRole(controller));1074 assertThat(isAttached(controller)).isTrue();
205 public static boolean isAttached(@DeviceRole int deviceRole) { in isAttached() method in ThreadNetworkController
323 if (preferenceScreen != null && !preferenceScreen.isAttached()) { in setPreferenceScreen()
1247 if (ThreadNetworkController.isAttached(deviceRole)) {1458 if (!ThreadNetworkController.isAttached(deviceRole)) {
503 method public static boolean isAttached(int);