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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DIccPhoneBookInterfaceManager.java178 checkThread();
226 checkThread();
274 checkThread();
287 protected void checkThread() { method in class:IccPhoneBookInterfaceManager
/frameworks/base/opengl/java/android/opengl/
H A DGLErrorWrapper.java44 private void checkThread() { method in class:GLErrorWrapper
71 checkThread();
77 checkThread();
83 checkThread();
89 checkThread();
95 checkThread();
101 checkThread();
107 checkThread();
113 checkThread();
119 checkThread();
[all...]
/frameworks/webview/chromium/java/com/android/webview/chromium/
H A DWebViewChromium.java231 // - the app is targeting >= JB MR2, in which case checkThread enforces that all usage
235 checkThread();
353 private void checkThread() { method in class:WebViewChromium
694 checkThread();
901 // No checkThread() as it is mostly thread safe (workaround for b/10652991).
908 // No checkThread() as it is thread safe
1046 // No checkThread() because the value is cached java side (workaround for b/10533304).
1053 // No checkThread() as it is mostly thread safe (workaround for b/10594869).
1060 // No checkThread() as it is mostly thread safe (workaround for b/10594869).
1509 checkThread();
[all...]
/frameworks/base/core/java/android/webkit/
H A DWebView.java550 checkThread();
565 checkThread();
576 checkThread();
587 checkThread();
597 checkThread();
608 checkThread();
619 checkThread();
631 checkThread();
655 checkThread();
675 checkThread();
2199 private void checkThread() { method in class:WebView
[all...]
/frameworks/base/core/java/android/view/
H A DViewRootImpl.java866 checkThread();
874 checkThread();
909 checkThread();
2211 checkThread();
2924 checkThread();
2933 checkThread();
2944 checkThread();
2966 checkThread();
5328 checkThread();
5381 checkThread();
6355 void checkThread() { method in class:ViewRootImpl
[all...]

Completed in 4610 milliseconds