Searched defs:mScreenshotConnection (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/services/core/java/com/android/server/policy/
H A DPhoneWindowManager.java4792 ServiceConnection mScreenshotConnection = null; field in class:PhoneWindowManager
4797 if (mScreenshotConnection != null) {
4798 mContext.unbindService(mScreenshotConnection);
4799 mScreenshotConnection = null;
4808 if (mScreenshotConnection != null) {
4819 if (mScreenshotConnection != this) {
4829 if (mScreenshotConnection == myConn) {
4830 mContext.unbindService(mScreenshotConnection);
4831 mScreenshotConnection = null;
4854 mScreenshotConnection
[all...]

Completed in 104 milliseconds