Searched defs:setGeolocationPermission (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/
H A DLayoutTestController.java94 public void setGeolocationPermission(boolean allow) { method in class:LayoutTestController
95 mLayoutTestsExecutor.setGeolocationPermission(allow);
H A DLayoutTestsExecutor.java705 public void setGeolocationPermission(boolean allow) { method in class:LayoutTestsExecutor
706 Log.i(LOG_TAG, mCurrentTestRelativePath + ": setGeolocationPermission(" + allow +
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
H A DLayoutTestController.java68 public void setGeolocationPermission(boolean allow); method in interface:LayoutTestController
H A DCallbackProxy.java505 public void setGeolocationPermission(boolean allow) { method in class:CallbackProxy
508 mLayoutTestController.setGeolocationPermission(allow);
H A DTestShellActivity.java554 public void setGeolocationPermission(boolean allow) { method in class:TestShellActivity
555 Log.v(LOGTAG, "setGeolocationPermission() allow=" + allow);

Completed in 1690 milliseconds