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

/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindowManager.java3265 ServiceConnection mScreenshotConnection = null; field in class:PhoneWindowManager
3270 if (mScreenshotConnection != null) {
3271 mContext.unbindService(mScreenshotConnection);
3272 mScreenshotConnection = null;
3281 if (mScreenshotConnection != null) {
3292 if (mScreenshotConnection != this) {
3302 if (mScreenshotConnection == myConn) {
3303 mContext.unbindService(mScreenshotConnection);
3304 mScreenshotConnection = null;
3327 mScreenshotConnection
[all...]

Completed in 42 milliseconds