Searched refs:modeOwnerPid (Results 1 – 2 of 2) sorted by relevance
785 final int modeOwnerPid = mDeviceBroker.getModeOwnerPid(); in requestScoState() local786 if (modeOwnerPid != 0 && (modeOwnerPid != mCreatorPid)) { in requestScoState()788 + modeOwnerPid + " != creatorPid " + mCreatorPid); in requestScoState()
3261 int modeOwnerPid = 0; in getModeOwnerPid() local3263 modeOwnerPid = mSetModeDeathHandlers.get(0).getPid(); in getModeOwnerPid()3267 return modeOwnerPid; in getModeOwnerPid()