/frameworks/hardware/interfaces/automotive/display/1.0/vts/functional/ |
D | VtsHalAutomotiveDisplayV1_0TargetTest.cpp | 72 TEST_P(AutomotiveDisplayHidlTest, showWindow) { in TEST_P() argument 84 ASSERT_EQ(mDisplayProxy->showWindow(id), true); in TEST_P()
|
/frameworks/hardware/interfaces/automotive/display/aidl/aidl_api/android.frameworks.automotive.display/1/android/frameworks/automotive/display/ |
D | ICarDisplayProxy.aidl | 41 void showWindow(in long id); in showWindow() method
|
/frameworks/hardware/interfaces/automotive/display/aidl/aidl_api/android.frameworks.automotive.display/current/android/frameworks/automotive/display/ |
D | ICarDisplayProxy.aidl | 44 void showWindow(in long id); in showWindow() method
|
/frameworks/hardware/interfaces/automotive/display/aidl/aidl_api/android.frameworks.automotive.display/2/android/frameworks/automotive/display/ |
D | ICarDisplayProxy.aidl | 44 void showWindow(in long id); in showWindow() method
|
/frameworks/hardware/interfaces/automotive/display/aidl/android/frameworks/automotive/display/ |
D | ICarDisplayProxy.aidl | 86 void showWindow(in long id); in showWindow() method
|
/frameworks/hardware/interfaces/automotive/display/aidl/vts/functional/ |
D | VtsHalCarDisplayTargetTest.cpp | 112 TEST_P(CarDisplayAidlTest, showWindow) { in TEST_P() argument 115 ASSERT_TRUE(mDisplayProxy->showWindow(id).isOk()); in TEST_P()
|
/frameworks/native/services/automotive/display/include/ |
D | AutomotiveDisplayProxyService.h | 49 Return<bool> showWindow(uint64_t id) override;
|
/frameworks/hardware/interfaces/automotive/display/1.0/ |
D | IAutomotiveDisplayProxyService.hal | 40 showWindow(uint64_t id) generates (bool success);
|
/frameworks/native/services/automotive/display/ |
D | AutomotiveDisplayProxyService.cpp | 102 Return<bool> AutomotiveDisplayProxyService::showWindow(uint64_t id) { in showWindow() function in android::frameworks::automotive::display::V1_0::implementation::AutomotiveDisplayProxyService
|
/frameworks/proto_logging/stats/enums/view/inputmethod/ |
D | enums.proto | 224 // Reached the IME's showWindow method.
|
/frameworks/base/core/java/android/service/voice/ |
D | VoiceInteractionSession.java | 1172 showWindow(); in doShow() 1362 void showWindow() { in showWindow() method in VoiceInteractionSession 1472 showWindow(); in setUiEnabled()
|
/frameworks/base/core/java/android/inputmethodservice/ |
D | InputMethodService.java | 1032 showWindow(true /* showInput */); in showSoftInput() 3081 showWindow(showInput); 3084 public void showWindow(boolean showInput) {
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 13506 method public void showWindow(boolean);
|
/frameworks/base/core/api/ |
D | current.txt | 20823 method public void showWindow(boolean);
|