Searched refs:isCurrentThread (Results 1 - 10 of 10) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/util/
H A DAssert.java27 if (!Looper.getMainLooper().isCurrentThread()) {
33 if (Looper.getMainLooper().isCurrentThread()) {
/frameworks/av/media/libstagefright/foundation/
H A DALooper.cpp53 bool isCurrentThread() const { function in struct:android::ALooper::LooperThread
159 if (!runningLocally && !thread->isCurrentThread()) {
/frameworks/base/core/java/android/os/
H A DLooper.java224 public boolean isCurrentThread() { method in class:Looper
/frameworks/base/core/java/android/print/
H A DPrinterDiscoverySession.java262 if (!Looper.getMainLooper().isCurrentThread()) {
/frameworks/base/core/java/android/printservice/
H A DPrintService.java381 if (!Looper.getMainLooper().isCurrentThread()) {
/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodManager.java1885 if (mMainLooper.isCurrentThread()) {
1995 if (p.mHandler.getLooper().isCurrentThread()) {
/frameworks/base/media/java/android/media/tv/
H A DTvInputService.java1457 if (mHandler.getLooper().isCurrentThread()) {
1800 if (mHandler.getLooper().isCurrentThread()) {
H A DTvInputManager.java2426 if (p.mEventHandler.getLooper().isCurrentThread()) {
/frameworks/base/core/java/com/android/internal/widget/
H A DLockPatternUtils.java1342 if (Looper.getMainLooper().isCurrentThread()) {
/frameworks/base/services/print/java/com/android/server/print/
H A DUserState.java1077 if (Looper.getMainLooper().isCurrentThread()) {

Completed in 6087 milliseconds