HomeSort by relevance Sort by last modified time
    Searched defs:clearWindowContentFrameStats (Results 1 - 9 of 9) sorted by null

  /cts/tests/tests/uiautomation/src/android/app/uiautomation/cts/
UiAutomationTest.java 65 assertTrue(uiAutomation.clearWindowContentFrameStats(windowId));
126 assertTrue(uiAutomation.clearWindowContentFrameStats(windowId));
  /frameworks/base/core/java/android/app/
UiAutomationConnection.java 164 public boolean clearWindowContentFrameStats(int windowId) throws RemoteException {
176 return mWindowManager.clearWindowContentFrameStats(token);
UiAutomation.java 721 public boolean clearWindowContentFrameStats(int windowId) {
730 return mUiAutomationConnection.clearWindowContentFrameStats(windowId);
742 * #clearWindowContentFrameStats(int)} followed by an interaction with the UI and
750 * uiAutimation.clearWindowContentFrameStats(windowId);
762 * @see #clearWindowContentFrameStats(int)
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/android/view/
IWindowManagerImpl.java 503 public boolean clearWindowContentFrameStats(IBinder token) throws RemoteException {
  /frameworks/base/services/core/java/com/android/server/wm/
WindowManagerService.java     [all...]
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/22/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 202 milliseconds